An open API service indexing awesome lists of open source software.

https://github.com/janc18/car-data-collector

An in-vehicle data collector that utilizes a kernel module implementation to gather and process sensor data, including GPS and gyroscope information, for analysis and research purposes.
https://github.com/janc18/car-data-collector

accelerometer golang gps gyroscope iot kernel-module sbc sensors

Last synced: about 1 month ago
JSON representation

An in-vehicle data collector that utilizes a kernel module implementation to gather and process sensor data, including GPS and gyroscope information, for analysis and research purposes.

Awesome Lists containing this project

README

          

# Car-Data-Collector

## Relevant data to collect

* Max speed
* Distance traveled
* Altitude
* Orentation
* Acelaration
* Detection of sudden movements
* Inclination
* Global position

## The hardware for this device will be the next:

- Gps module (NEO-6M)

- Module gsm to send data to some kind of server (SIM800L) **Note: only 2G support**

- Acelerometer and Gyroscope module (MPU650)

- A little OLED screen

- Some SBC with the next peripherials:
- UART
- I2C

## Conceptual design

![design](./images/Conceptual_design.png)