Arduino and Genuino 101 Development Workshop - Agus Kurniawan Part 018
Arduino and Genuino 101 Development Workshop - Agus Kurniawan Part 018
print("done")
9.3.4 Testing
To test the program, you can run Arduino server from Terminal.
$ python firmatademo.py
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.