-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
23 lines (23 loc) · 668 Bytes
/
Copy pathREADME
File metadata and controls
23 lines (23 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Simduino RBC
-------------------
The object of this project is to create
a Arduino compatible robot controller using a minimum
of parts.
-------------------
Bootloader
-------------------
The Simduino RBC uses the USBaspLoader
http://www.obdev.at/products/vusb/usbasploader.html
which uses a software only USB driver to connect to the
computer without a FTDI chip.
note: it does not create a COM port,
instead it enumerates as a HID device
-------------------
Board
-------------------
The board is based off the metaboard
http://metalab.at/wiki/Metaboard
from MetaLab
http://metalab.at
A motor driver, sensor and servo connectors are also added
-------------------