Introduction: LinkIt ONE Bluetooth Car Kit

I believe technology projects can be very closely compared to artwork. Every project should be different and have it's own unique spin on a basic idea. This is why I have created this step by step guide on how to create the basic platform for a Bluetooth phone controlled RC car based off of the LinkIT ONE micro controller.

LET'S BEGIN!!!!

Step 1: What You Need

Here is a list of everything you will need to build the basic kit:

Currency is CAD

  1. LinkIt ONE Micro controller (~ $60)
  2. LinkIt ONE Bluetooth adapter and Battery (Comes with LinkIt ONE)
  3. USB ---> Micro USB Cable ($2)
  4. 4 AA battery pack with battery clip ($0.5)
  5. Motor Controller Board (~$2)
  6. Two DC Motors (I used 6V geared motors) (~ $6)
  7. Wheels (Varying Cost)
  8. Computer Cables (our your favorite cables for projects)
  9. Headers

Total Cost ~ $80

Step 2: Hardware - Motor Controller

I made my own motor controller board but they can be purchased at any online electronics store. Below is the PCB for the board I made. I used Molex headers that matched the size for my computer cables that I used for I/O and motor connections ect.

Step 3: Hardware - Wiring (The Hardest Part... Maybe)

This step is only necessary to follow if you made the Motor Controller Board that I did in the previous step. Try Your best to do the wiring yourself so that you actually understand how the whole thing works (It will be easier to troubleshoot if it doesn't work if you actually understand how it is supposed to work). Use the Pictures above for all the wiring connections.

Step 4: Programming - App

The app is a very Basic App that I created on app inventor. Unfortunately I cant upload the app to google play so you will have to get the app the hard way. (Only works on android devices)

  1. Download the MIT App Invention 2 Companion app on your android device
  2. Go to this link: http://ai2.appinventor.mit.edu/#4503899644887040
  3. Click the Open the app Button
  4. Then click the Build down menu in the top right and click App(Provide QR code for .apk) option
  5. In the app you downloaded, click the Scan QR Code button and scan the QR code that App Inventor website provides when it is done building the app.
  6. Follow the instructions your phone provides
  7. Your done!

Step 5: Programming - LinkIt One

Basically you are going to program it the way you program an Arduino. More information on setting all that stuff up look at the Wiki and this document. Download the .ino file provided and flash that to your device.

Step 6: Make It Your Own!

Like I said at the beginning... Every project should be unique in it's own way! Now it's time for you to Make a case for the project, improve on the basic design, and make the code better! Get to work!