Skip to content

Commit

Permalink
test_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marco committed Aug 6, 2016
0 parents commit f857c19
Show file tree
Hide file tree
Showing 355 changed files with 78,151 additions and 0 deletions.
Empty file added .gitignore
Empty file.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# onos 5.22 beta

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 f857c19

Please sign in to comment.