diff --git a/INSTRUCTIONS b/INSTRUCTIONS index 7cb96dc..1a8c938 100644 --- a/INSTRUCTIONS +++ b/INSTRUCTIONS @@ -2,6 +2,8 @@ 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. +Simply execute: arduino MPU9250_json/MPU9250_json.ino + STEP 2 Run raspberry-script.sh to send json sensor data to a netcat server running at localhost:9000.