https://github.com/thewhetherman/arduino-power-logger
https://github.com/thewhetherman/arduino-power-logger
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thewhetherman/arduino-power-logger
- Owner: TheWhetherMan
- Created: 2024-07-11T16:00:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T16:03:35.000Z (about 2 years ago)
- Last Synced: 2025-02-14T15:46:32.359Z (over 1 year ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arduino-power-logger
Periodically writes data related to the state of a wired circuit, along with the current time (via attached RTC) and ambient temperature (integrated sensor), to the attached SD card.
*Designed for programming an Arduino Uno (gets dangerously close to memory limits).*