Commit 96921e2799a433cce849662c55adff033be6d7c4
1 parent
38035780
add getting started with code
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
README.md
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | |
3 | 3 | ## Introduction |
4 | 4 | |
5 | -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. | |
5 | +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. | |
6 | 6 | The developped datalogger has to meet certain requirements to operate. These are: |
7 | 7 | |
8 | 8 | * [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 |
13 | 13 | ## How to run the project ? |
14 | 14 | |
15 | 15 | Once you fulfill all the needs above, you clone the depository then you load the `./FreematicsOBD/datalogger/simple_obd_test.ino` using |
16 | -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. | |
16 | +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. | |
17 | 17 | 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. |
18 | 18 | 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, |
19 | 19 | you need to set `USE_SERIAL` to 1 (otherwise 0) which exists in the `./FreematicsOBD/datalogger/simple_obd_test.h`. | ... | ... |