Example Code for Arduino-Blink
Last revision 2026/01/06
This blog post provides a step-by-step guide on setting up and running the Arduino Blink example using the CurieNano board, including hardware and software preparation, operation steps, and expected results.
Hardware Preparation
Software Preparation
- Download Arduino IDE: Click to Download Arduino IDE
Install the Arduino/Genuino 101 plugin by following the Getting Started tutorial.
Operation Steps
-
Open Arduino IDE and connect the CurieNano using a MicroUSB cable. The system should automatically install Arduino 101 drivers and identify CurieNano COM port at the bottom right of the window.

-
Open the famous "Blink" Example program. Under "Board" select Arduino 101. Under "port" select the corresponding COM port. Finally click "upload" to upload the sample program.
Result
- If the upload is successful, you will see the upload success prompt in Arduino IDE:

- The onboard D13 LED will start flashing (on for 1 second, off for 1 second).
More Tutorials
Was this article helpful?
