Skip to content

Setup guide: Ethernet

Niila Viinamäki edited this page Oct 18, 2024 · 10 revisions

Download and install Arduino IDE

Guide: Download and install Arduino IDE

Setup

  • Connect the ethernet shield to the same network as your PC (Ethernet cable from the shield to either the PC or your router)
  • Connect the board to your PC with an USB cable
  • Open Unibot/src/ethernet/ethernet.ino with Arduino IDE
  • Go to Tools > Board and select the board you are using
  • Go to Tools > Port and select the correct port
  • In ethernet.ino change mac to your ethernet shield's MAC address
  • Change ip to the same as your IP but replace the last value with a value that is not being used in the network
  • Click Upload

Config

Guide: Config

Run Unibot

Guide: Run Unibot