Simple Stick - Getting Started Guide
- Download the latest version of Arduino for Windows from here => http://arduino.cc/en/Main/Software
- Unzip the downloaded file and remember its location
- Connect the Simple Stick to your PC using the usb cable provided. You should see the power (red) led go on on the Simple Stick.
- Windows will detect a new usb device. Ignore any options to install drivers and Do not let windows install any drivers automatically.
- Open windows device manager
- You can open windows device manager by right clicking on 'My Computer' and choosing Properties. In the new Window, Click on Device Manager [In Windows XP, this can be found under 'Hardware Tab' of the Properties Window]
- Now Scroll Down the List of Devices in the Device Manager till you come to a Device 'Arduino Leonardo'. You should see a warning icon next to it as the drives have not been installed. Right Click on this Device and Choose 'Update Driver Software...' option.
- Now, Windows will provide you two options, Choose the one that says “Locate and install drivers manually from a specific Location.”
- In the next screen, you will see a browse button, click on the button and browse to the location of the drivers folder[You will find the drivers folder inside the unzipped arduino folder] and then click 'OK'. Then Click 'Next'
- The Device will be installed as a 'Arduino Leonardo (COMXX)', You should be able to see a new device 'Arduino Leonardo (COMXX)'. Make a note of this Number.
- Now go the unzipped Arduino folder and run the arduino.exe file
- The Arduino IDE will open up
- In the Arduino IDE open the 'blink' example program by clicking on it from under File -> Examples -> Basics
- Now select the board by going to Tools -> Boards -> and selecting 'Arduino Leonardo'
- Now select the Serial Port by going to Tools -> Serial Port -> and selecting the 'COM port that was earlier shown in the device manager'
- Now Click on the Upload button. In a moment, you should see 2 LEDs Rx & Tx blink on your Simple Stick indicating the program being uploaded. Once the program is uploaded, you will see the White LED[13th Pin] on the Simple Stick Blink
Thats it! We are Done!
No comments:
Post a Comment