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.
- Host: GitHub
- URL: https://github.com/janc18/car-data-collector
- Owner: janc18
- License: mit
- Created: 2023-03-31T20:44:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T23:21:03.000Z (about 2 years ago)
- Last Synced: 2025-07-20T10:42:16.206Z (3 months ago)
- Topics: accelerometer, golang, gps, gyroscope, iot, kernel-module, sbc, sensors
- Language: C
- Homepage:
- Size: 308 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
