Uploading sample programs Arduino on to the device

STEP1

Connect UnlimitedHand with USB cable

STEP2

Open Example Sketch

STEP3

Upload Arduino Sketch

STEP4

Check Arduino Sketch

STEP1:Connect UnlimitedHand with USB cable

Connect the UnlimitedHand to your computer with an USB cable, and power on the device.
sketch1_1.JPG

Plug the USB calbe into your computer and UnlimitedHand
sketch1_2.JPG

STEP2:Open Example Sketch

On the menu bar of the Arduino IDE, navigate to "File" -> "Examples" -> "UH" -> "angle" (or any other example you wish) with Arduino IDE.
sketch2_1.JPG

The example sketch will be opened in new window.
sketch2_2.JPG/div>

STEP3:Upload Arduino Sketch

Specify the USB serial port from "Tools" -> "Port" (/dev/cu/usbserial-* on Mac, COM* on Windows)
sketch3_1.JPG/div>
Select "Arduino/Genuino Uno" from "Tools" -> "Board"
sketch3_2.JPG

Click on the arrow button to upload the sketch onto the Arduino board.
>sketch3_3.JPG

The Arduino IDE will display "Uploading...", and UnlimitedHand will vibrate.
img src = "http://dev.unlimitedhand.com/introduction/img/sketch3_4.JPG" alt = "sketch3_4.JPG" width="400">

When upload is completed, Arduino IDE displays "Done uploading."
sketch3_5.JPG

STEP4:Check Arduino Sketch

Click the magnifier button on upper-right corner of the Arduino IDE to launch the Serial Monitor.
sketch4_1.JPG

Set the Baudrate to 115200 at the bottom-right corner dropdown list in the Serial Monitor Window.
sketch4_2.JPG

The angle values displayed on the Serial Monitor represent the UnlimitedHand's orientation by means of X, Y, and Z axes.
sketch4_3.JPG

Troubleshooting: Sketch upload failure

If you have trouble uploading the sketch, turn off the device by pressing and holding the power button.
A list of potential compilation errors are listed here at our HELP ME page for your reference.

sketchT1_1.JPG

Then turn on the device again.

sketchT1_2.JPG

You can try other sample codes by retrying from STEP 3.