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

Arduino and Genuino 101 Development Workshop - Agus Kurniawan Part 018

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 018

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

turn_off_all()

print("done")

Change serial port of Arduino/Genuino 101.


Save this program into a file, called firmatademo.py.

9.3.4 Testing
To test the program, you can run Arduino server from Terminal.
$ python firmatademo.py

If succeed, you should see three LEDs blinking respectively

You also see the program output, shown in Figure below.


10. Arduino Networking

In this chapter I’m going to explain how to connect Arduino board to a network.
10.1 Getting Started
Mostly Arduino boards don’t provide a network module except Arduino Yun. If you want
to connect your Arduino board into a network, you should add a network module such as
Arduino Ethernet shield and WiFi shield.
In this chapter, we use Arduino Ethernet shield to connect our Arduino/Genuino 101
boards into a network.
10.2 Arduino Ethernet Shield
You can buy Arduino Ethernet shield on your local electronic store. You also buy it on
online stores.
I obtained Arduino Ethernet shield from eBay. The following is my Arduino Ethernet
shield.

This module fits on Arduino board. You can attach this module on the top of Arduino
board.
The following is my hardware configuration.

You might also like