Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #118

Merged
merged 1 commit into from
Aug 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,15 @@ the following libraries:
- [NimBLE-Arduino](https://github.com/h2zero/NimBLE-Arduino)
- [TinyGPSPlus](https://github.com/mikalhart/TinyGPSPlus)

# Known Issues
- depending on your perspective, battery life is anywhere from reasonable to abysmal
- with an active BLE connection, the ESP32 consumes around 50mA
- an M5StickC Plus2 would last around 4 hours
- an M5StickC Plus would last around 2.5 hours
- an old M5StickC would last less than 2 hours
- if battery life is crucial, and form factor is not, consider an M5Stack Core2 with the 1500mAh module
- this might last 30 hours

# Things To Do
- error handling is atrocious (it'll probably crash, then restart, which is OK,
the M5StickC boots quickly)
Expand Down