From 96921e2799a433cce849662c55adff033be6d7c4 Mon Sep 17 00:00:00 2001 From: yessine kammoun Date: Thu, 28 Jan 2021 17:06:16 +0100 Subject: [PATCH] add getting started with code --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b49c356..c9b3d69 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Introduction -The goal of this project is to develop a kind of datalogger collecting different peaces of information from OBD-II (On-board diagnostics), GPS, and IMU (Inertial measurement unit) and to store them into a CSV file in an SD card. +The goal of this project is to develop a kind of datalogger collecting different pieces of information from OBD-II (On-board diagnostics), GPS, and IMU (Inertial measurement unit) and to store them into a CSV file in an SD card. The developped datalogger has to meet certain requirements to operate. These are: * [Freematics ONE+](https://freematics.com/products/freematics-one-plus/) board. @@ -13,7 +13,7 @@ The developped datalogger has to meet certain requirements to operate. These are ## How to run the project ? Once you fulfill all the needs above, you clone the depository then you load the `./FreematicsOBD/datalogger/simple_obd_test.ino` using -the Freematics Arduino Builder. You choose the appropirate target board. Tick `Rebuild Core` and `Rebuild Llibs`. Finally, connect your board to the computer, click on refresh then click on the last added serial port to upload the project. +the Freematics Arduino Builder. You choose the appropirate target board. Tick `Rebuild Core` and `Rebuild Libs`. Finally, connect your board to the computer, click on refresh then click on the last added serial port to upload the project. Now, you can connect the device to the OBD port of the vehicle. Turn on the engine and wait until you hear a beep from the board buzzer. At this time, the board is ready to collect information. If the buzzer does not work, you just reconnect the board and wait again. If you want to see the data written in SD card in real time and visualize them on your screen. You may need a longer USB wire. However, you need to set `USE_SERIAL` to 1 (otherwise 0) which exists in the `./FreematicsOBD/datalogger/simple_obd_test.h`. -- libgit2 0.21.4