TinyDuino Robot Controller

by TinyCircuits in Circuits > Arduino

2953 Views, 33 Favorites, 0 Comments

TinyDuino Robot Controller

Car Demo.gif
20150519_150039.jpg

Using our 433 MHz radio boards, we will create an RC car. All components used can be found below for those who did not receive our kickstarter Robot Control Kit.

Components:

  • TinyDuino Processor (x2) : link
  • TinyShield 433 MHz Long Range Radio(x2): link
  • TinyShield USB: link
  • TinyShield Motor x4: link
  • TinyShield Joystick: link
  • OLED TinyScreen(optional) : link
  • LiPo battery pack: link

Drivers

Before starting, the proper drivers must be installed to detect the COM ports. These drivers must be installed before downloading any codes from the codebender plugin. The drivers needed can be found here.

Receiver Preperation

20150519_154957.jpg
20150519_154900.jpg
20150519_161148.jpg
20150519_161223.jpg

On the receiving end, a few modifications were made to the processor and motor board since only one battery was used. Headers were soldered onto the motor board where the motors and battery will plug into. On the processor, you can see that two wires have been soldered to the battery connector so that the motor board can receive power.

Receiver Assembly

20150519_161402.jpg
20150519_162502.jpg
20150519_161630.jpg

Assemble the stack, plug the power from the processor into the motor board, and plug the two motors into the motor 2 and 4 spots. You can solder the wires directly from the motors and processor to the motor board, we used headers to make things a bit more convenient if one of the motors were to break or we wanted to add an extra battery. Take your USB board and plug it into the top of the stack to charge your battery. Use the code below to program the receiver.

Transmitter

20150519_160950.jpg
20150519_160548.jpg
20150519_160437.jpg

To setup the transmitter, all that is required is to upload the following code. On the screen, the transmitter strength, receiver strength, packet delay, and voltage of the receiver will be displayed. Begin by turning on the receiver and then turn on the transmitter. If no connection is established, simply turn the transmitter off and on again.