diff --git a/INSTRUCTIONS b/INSTRUCTIONS new file mode 100644 index 0000000..7cb96dc --- /dev/null +++ b/INSTRUCTIONS @@ -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.