1

I've just started to work with Adruino and Raspberry Pi.

One of the problems I've been wondering about is robot's body. What can I use to build my robot?

I'm reading a book, an old one, about microrobotics. On the final example they are building a robot using Meccano Evolution 1 Kit.

My question is: is there enough room inside a car built with meccano to hold an Arduino and a Raspberry Pi?

Sorry, but I'm new on this and I don't know where to ask this question.

VansFannel
  • 115
  • 6

1 Answers1

2

Assuming my estimates are right, a Pi and an Arduino should fit, although you might want to get smaller parts to be sure.

I recommend grabbing a Raspberry Pi model A+ and Arduino Pro Mini. The Arduino Pro Mini has the same computational power as an Arduino Uno, but way smaller. The same is true with the A+ and the B+ (assuming your program uses less than 256MB ram).

Aloha
  • 7,136
  • 1
  • 28
  • 52