From 2f9b0103c8ca91a74ee77652f5f6835138f7e145 Mon Sep 17 00:00:00 2001 From: cs171027 Date: Wed, 22 Jan 2020 04:35:25 +0000 Subject: [PATCH] Update 'INSTRUCTIONS' --- INSTRUCTIONS | 2 ++ 1 file changed, 2 insertions(+) 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.