0% found this document useful (0 votes)
15 views5 pages

Arduino and Genuino 101 Development Workshop - Agus Kurniawan Part 005

Arduino and Genuino 101 Development Workshop - Agus Kurniawan

Uploaded by

SANTOSH KHANAL
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views5 pages

Arduino and Genuino 101 Development Workshop - Agus Kurniawan Part 005

Arduino and Genuino 101 Development Workshop - Agus Kurniawan

Uploaded by

SANTOSH KHANAL
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Now you’re ready to develop programs for Arduino/Genuino 101.

2.4 Hello World for Arduino and Genuino 101


Now you’re ready to get started. For illustration, I use the sample code from Arduino,
Blink. You can visit on http://arduino.cc/en/Tutorial/Blink for configuration. By default,
Arduino board has been attached a LED on digital pin 13.
On Arduino software, Click File -> Examples -> 01.Basics -> Blink.

Then you should see a sample code of Blink app.


Now try to connect your Arduino into computer.
On Arduino software, we select our Arduino board by clicking menu Tools-> Board and
select Arduino 101.
We also select a serial port from attached Arduino board on your mach machine. Click
menu Tools -> Port. Then, select a serial port which Arduino/Genuino 101 is attached.
Now you can compile and upload Blink app to Arduino board. See Compile and Upload
icons.

You might also like