-
Notifications
You must be signed in to change notification settings - Fork 0
Getting to know the hardware and software
alessandro contini edited this page Dec 4, 2017
·
4 revisions
- Tilt the Ethernet Shield V2 upside down
- And take note of the code (MAC address), we will need this very soon
- Connect Ethernet Shield V2 to Arduino UNO
- Connect Arduino UNO to the computer with the USB A cable, and one end of the Ethernet cable to Ethernet Shield V2 and the other end to the Modem (we will connect the LED in a second)
- Open the Arduino IDE
- Open the Library Manager by clicking "Manage Libraries"
- Search "Ethernet2" and click Install to install the library
- If you chose to use the sketches in the "Sketches_w_TinkerLib" folder with the related hardware, you need to search and install the "Ethernet" library and to manually install the "TinkerKit" library found here by clicking the "Add .ZIP Library"
- Home
- Requirements
- Getting to know the hardware and software
- Step 1 - Hello World!
- Step 2 - Let's add interaction
- Step 3 - Send an email if a sensor is triggered (IFTTT)
- Step 4 - Send an email with sensor values if a sensor is triggered (IFTTT and Analog values)
- Step 5 - Activate an actuator when a software button is triggered (coming soon)