cs171027
5 years ago
1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||||
|
STEP 1 |
||||
|
|
||||
|
Open Arduino IDE and then upload IMU_to_JSON.ino script, which reads and converts raw sensor data into json format, to Arduino Uno. |
||||
|
|
||||
|
STEP 2 |
||||
|
|
||||
|
Run raspberry-script.sh to send json sensor data to a netcat server running at localhost:9000. |
||||
|
|
||||
|
Simple execute: ./raspberry-script.sh and then the json data will be showed over the console. |
Loading…
Reference in new issue