Skip to content

Commit

Permalink
second
Browse files Browse the repository at this point in the history
  • Loading branch information
marco committed Jul 24, 2016
1 parent deb7d7c commit 012b617
Show file tree
Hide file tree
Showing 352 changed files with 77,925 additions and 0 deletions.
26 changes: 26 additions & 0 deletions arduino_code/how-to.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
extract uipmaster.zip


move the folder to /usr/share/arduino/libraries

open arduino ide
flash the script you want to the arduino.

change the pc or router ip to 192.168.0.101

run onos.sh on the pc or router

connect the arduino to the ethernet

done




if you use more than one node make sure to change the uint8_t mac[6] = {0x00,0x01,0x02,0x03,0x04,0x05};
in the void setup of the sketch and also the String node_code_name="ProminiA0001";
example:
String node_code_name="ProminiA0002";


uint8_t mac[6] = {0x00,0x01,0x02,0x03,0x04,0x06};

0 comments on commit 012b617

Please sign in to comment.