Romeo V2 is an All-in-One Arduino compatible microcontroller especially designed for robotics applications, and extended devices. Romeo benefits from the Arduino open source platform, it is supported by thousands of open source projects, and can easily be expanded with Arduino Shields. The integrated 2 way DC motor driver and Xbee socket allows you to start your project immediatly without the need for an additional motor driver or wireless shield.
Another improvement of Romeo V2 is that it supports stepper motor control.
The Romeo V2 is based on the ATmega32u4 chip. You can program it directly from the Arduino IDE 1.0.1 or later version. The 32U4 chipset handles the USB directly, code libraries are available which allow the board to emulate a computer keyboard, mouse, and more using the very interesting USB-HID protocol! The best advantage is that ATmega32u4 has two serial ports which allows uploading sketches without removing wireless modules. Debuging is no longer a painful task.
Features:
- Based on ATmega32u4
- 6 push buttons
- Analog Inputs: A0-A5, A6 - A11 (on digital pins 4, 6, 8, 9, 10, and 12)
- PWM: 3, 5, 6, 9, 10, 11, and 13. Provide 8-bit PWM output
- Motor driver Continuous Output Current: 2A
- USB interface and ISP headers
- 3 Different power options
- Romeo supply voltage: 7-12V
- Screw terminals for motor and motor supply
- Built-in Xbee socket
Dimensions: 89 x 84 x 14mm
Documents
- Wiki Doc
- Romeo V2 schematic
- Tips for changing the sensor cable pin mapping
- Drive Stepper motor with Romeo v2
- Romeo stepper motor library
Project
- Raspberry Internet Rover(Based on Pirate 4WD platform and Romeo V2)
- Hongkong biped robot using Romeo
- Arduino RC Hack based on Romeo v1
- Android controlled time-lapse photography - Submitted by MakoShark2