-
-
Notifications
You must be signed in to change notification settings - Fork 37
Setup guide: Ethernet
Niila Viinamäki edited this page Oct 18, 2024
·
10 revisions
Guide: Download and install Arduino IDE
- 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
changemac
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