Difference between revisions of "Self-Balancing Robot Kit: Quickstart Guide"

From Microduino Wiki
Jump to: navigation, search
(Programming the Self-Balancing Robot)
(Programming the Self-Balancing Robot)
Line 50: Line 50:
 
|'''IMPORANT:''' The Microduino USBTTL and Microduino BT (Bluetooth) cannot be stacked at the same time. These modules utilize the same pins to communicate with the Core module.<br>Thus, if both are active there will be unexpected behavior.
 
|'''IMPORANT:''' The Microduino USBTTL and Microduino BT (Bluetooth) cannot be stacked at the same time. These modules utilize the same pins to communicate with the Core module.<br>Thus, if both are active there will be unexpected behavior.
 
*Only have the Core module and USBTTL module stacked when programming.  
 
*Only have the Core module and USBTTL module stacked when programming.  
*Only the Core module and Bluetooth module stacked when operating the robot.  
+
*Only have the Core module and Bluetooth module stacked when operating the robot.  
 
*DO NOT have all 3 modules (Core, USBTTL, and BT) stacked. This will cause conflicts and unexpected behavior!
 
*DO NOT have all 3 modules (Core, USBTTL, and BT) stacked. This will cause conflicts and unexpected behavior!
 
|}
 
|}

Revision as of 00:47, 9 October 2018

This quick start guide is intended to get the reader started with the Self-Balancing Robot kit.

This guide will cover the following:

  1. Setting up the programming software.
  2. Programming and assembling the Self-Balancing Robot.
  3. Downloading the app and basic usage of the Self-Balancing Robot.

Software Setup

Please follow the guide to ensure your software is correctly setup. The software is required to program the Self-Balancing Robot.

Download the latest software for your operating system and follow the getting started guides:

Windows
MicroduinoGettingStart-ForWindows.jpg
IDE Install Guide for Windows
MAC
MicroduinoGettingStart-ForMAC.jpg
IDE Install Guide for MAC

Programming the Self-Balancing Robot

In the Self-Balancing Robot kit should be two modules of interest:

  • Microduino Core - the brains of the Self-Balancing Robot. A tiny CPU which is couple of processing in order to balance..
  • Microduino USBTTL - programmer which writes the program from your computer to the Microduino Core module.
Core
Microduino-Main.jpg
USBTTL
Microduino-ft232r-rect.jpg

The Microduino Core must be programmed with the "Self-Balancing Robot" code using the Microduino USBTTL.

  • Download the code for the Self-Balancing Robot: File:BalanceCar Microduino.zip
  • Extract the .zip folder somewhere. Ensure, you know where the folder is as you will need to navigate to it.
  • Open the Arduino for Microduino software (follow the #Software Setup section if you have not yet).
  • In the software, go to File > Open... and navigate to the extracted folder. Select and open the BalanceCar_Microduino.ino file. The code should now appear in the software.
  • Configure the software to program the Core module:
    • Tools > Board and select Microduino/mCookie-device.
    • Tools > Processor and select Microduino/mCookie-Core (328p)@16M,5V
  • Stack the Microduino Core module onto the Microduino USBTTL module. Plug one end of the MicroUSB into the Microduino USBTTL and the other end to the computer.
  • Go back to the software and select the port:
    • Tools > Port and select what is usually selectable. (Note: if on Mac, the port is NOT the Bluetooth ones.)
  • Now upload the program by click on the Right Arrow icon on the top left of the software. This is the upload button. Wait for the code to compile and then uploading will proceed. The software will inform once uploading is done on the bottom left.
  • Disconnect the MicroUSB cable from the Microduino USBTTL. Separate (unstack) the two modules (Core and USBTTL).
    • Note: Please be careful when separating the boards as the pins can be damaged. It is recommended to use a flat object to slowly lever one side a little, then slowly lever the other side a little, repeating until the modules separate easily.
  • Place the Microduino USBTTL module aside.
IMPORANT: The Microduino USBTTL and Microduino BT (Bluetooth) cannot be stacked at the same time. These modules utilize the same pins to communicate with the Core module.
Thus, if both are active there will be unexpected behavior.
  • Only have the Core module and USBTTL module stacked when programming.
  • Only have the Core module and Bluetooth module stacked when operating the robot.
  • DO NOT have all 3 modules (Core, USBTTL, and BT) stacked. This will cause conflicts and unexpected behavior!