Arduino Instruction
Instruction of Arduino Installation and Setup for Helo debugging (on Windows)
- Download arduino program from their website
- unzip the package and move the arduino folder to a safe place
- Download Motor libraries from 9th Sense Github account.

- unzip the zip file and move folder “MotorDriverLibrary9thSense” to arduino libraries folder: …\arduino-1.x.x\libraries\
- Create a new folder named “Sketches“ in the same folder that has the arduino folder
- Download our latest stable version sketch
- unzip the zip file and move folder “threeMotorsRobotComm_v0_xx” to the Sketches folder just created.
- Run the arduino executable program
- Go to File -> Preferences
- Set the sketchbook location to the the folder “Sketches”
- Go to Tools -> Board and select Arduino Mega 2560
- Use a USB extension cable to connect the USB plug on Helo to your computer

- Windows should begin installing driver for arduino Mega, and it will fail. To install the driver, you need to open device manager (type device manager in “Start Menu” program search)

- In device manager, you should see an unknown device

- Right click on “Unknown device” and select “Update Driver Software”
- In the window, select “Browse my computer…”

- Browse and select the “drivers” folder in arduino folder, then click “Next”.

- The installation will begin and a warning window may pop up. Select “Install this driver anyway”

- This should install the driver successfully.

- In arduino program, go to File -> sketchbook and select the sketch you just downloaded.
- Go to Tools -> Serial Port and click on the port. If you are not sure, you can go to device manager and find out which port arduino is using.

- Now you should be ready to upload the sketch and test.
