Type | A000078 |
With microcontroller | ATmega32u4 |
Power supply | 5 V |
The Arduino Robot has two processors, one on each of its two boards. The Motor Board controls the motors, and the Control Board reads sensors and decides how to operate. Each of the boards is a full Arduino board programmable using the Arduino IDE. Both Motor and Control boards are microcontroller boards based on the ATmega32u4.
The Robot has many of its pins mapped to on-board sensors and actuators. Both processors have built-in USB communication, eliminating the need for a secondary processor. This allows the Robot to appear to a connected computer as a virtual (CDC) serial / COM port.