From 4fe1a7343a73238f3a07b57d03b11040ddfa8523 Mon Sep 17 00:00:00 2001 From: cs171027 Date: Wed, 22 Jan 2020 04:31:56 +0000 Subject: [PATCH] Upload files to '' --- INSTRUCTIONS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 INSTRUCTIONS 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.