Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claudemarais/gps_tracking_cat_collar_xiao_esp32-c3
An Arduino project to log GPS data to a MicroSD using the tiny XIAO ESP32-C3. The components are small and light enough to fit around a cat collar! Now we know where the cat runs around at night :-)
https://github.com/claudemarais/gps_tracking_cat_collar_xiao_esp32-c3
arduino cat data-logger esp32-c3 esp32c3 gps-logger gps-tracker xiao-esp32-c3
Last synced: 3 months ago
JSON representation
An Arduino project to log GPS data to a MicroSD using the tiny XIAO ESP32-C3. The components are small and light enough to fit around a cat collar! Now we know where the cat runs around at night :-)
- Host: GitHub
- URL: https://github.com/claudemarais/gps_tracking_cat_collar_xiao_esp32-c3
- Owner: ClaudeMarais
- Created: 2022-10-09T03:39:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-09T19:00:12.000Z (about 2 years ago)
- Last Synced: 2024-10-10T14:01:24.009Z (3 months ago)
- Topics: arduino, cat, data-logger, esp32-c3, esp32c3, gps-logger, gps-tracker, xiao-esp32-c3
- Language: C++
- Homepage:
- Size: 2.16 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GPS Tracking Cat Collar XIAO ESP32-C3
An Arduino project to log GPS data to a MicroSD using the tiny XIAO ESP32-C3. The components are small and light enough to fit around a cat collar! Now we know where the cat runs around at night :-)This is a very simple project that reads GPS data and then writes the data to a MicroSD card in a format that can be used to create custom GoogleMaps (https://www.google.com/maps/d/)
LED Status:
* Off - No power, check battery
* Constant on - Critical error, check if MicroSD card was inserted, otherwise perhaps some of the wires are not connected anymore
* Fast blink - No valid GPS data. This is not a critical error, since the GPS might still be trying to aquire satelites
* Slow blink - Everything is fine, we're getting and logging valid data!# Hardware
* XIAO ESP32-C3, 21mm x 17.5mm
* BN-220 GPS, 22mm x 20mm
* SPI MicroSD Card module, 18mm x 18mm
* 160mAh Lipo battery. 20mm x 20mm (Lasts about an hour with this setup)
* Red LED 2.5V 20mA, Small :-)
* 1K ohm resistor, Very small ;-D (I just need a dim LED blink at night, so 1K works fine)