Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geo-tp/m5cardputer-gps-logger
A GPS logger using the M5Cardputer platform. It reads GPS data, displays it on the screen, and saves the data to an SD card.
https://github.com/geo-tp/m5cardputer-gps-logger
cardputer gps logger m5cardputer m5stack m5stack-cardputer sdcard
Last synced: 2 days ago
JSON representation
A GPS logger using the M5Cardputer platform. It reads GPS data, displays it on the screen, and saves the data to an SD card.
- Host: GitHub
- URL: https://github.com/geo-tp/m5cardputer-gps-logger
- Owner: geo-tp
- License: mit
- Created: 2024-05-21T21:30:31.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T22:21:23.000Z (6 months ago)
- Last Synced: 2024-05-22T22:41:45.574Z (6 months ago)
- Topics: cardputer, gps, logger, m5cardputer, m5stack, m5stack-cardputer, sdcard
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# M5Cardputer GPS Logger
This project is a GPS logger using the M5Cardputer platform. It reads GPS data, displays it on the screen, and optionally saves the data to an SD card. The device operates in two modes: NORMAL mode and SLEEP mode. The SLEEP mode conserves power while still logging GPS data.
- NORMAL: Displays the GPS data on the screen every 3 seconds while saving the GPS data to the SD card every minute (can be turned off).
- SLEEP: Saves the GPS data to the SD card every minute before entering light sleep mode. The Cardputer's screen is turned off, and it appears to be OFF.
## Installation
- M5Burner : Search into M5CARDPUTER section and simply burn it
- Old school : Build or take the firmware.bin from the github release and flash it## Usage
- You will need a UART GPS module connected to the M5Cardputer and an inserted SD card.
This has been tested with the [Grove GPS module](https://wiki.seeedstudio.com/Grove-GPS-Air530/)- Select NORMAL or SLEEP mode
- The GPS data will be saved in the file `gps_data.csv` at the root of the SD card.
## Controls
For NORMAL mode
- OK Toggles SD card on/off.
- S Toggles screen on/off.
- - and = Adjusts brightness.