Skip to content

Getting to know the hardware and software

alessandro contini edited this page Dec 4, 2017 · 4 revisions

Hardware

  • Tilt the Ethernet Shield V2 upside down
  • And take note of the code (MAC address), we will need this very soon mac address
  • Connect Ethernet Shield V2 to Arduino UNO connect
  • 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) connect

Software

  • Open the Arduino IDE
  • Open the Library Manager by clicking "Manage Libraries" library manager
  • Search "Ethernet2" and click Install to install the library install 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"

Step 1 - Hello World! >

Clone this wiki locally