-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hi, nice repo. I'm planning in buying one of those t-wristbands pretty soon and want to help develop a some features to it.
Since I don't have it right now, testing is difficult, but I have some ideas of code to improve it.
First feature that is obvious for a watch is a clock. Micropython already has a RTC class for this purpose, does it work?
I'm afraid not, because many people complain about it in other issues. After some research I found this:
https://github.com/lewisxhe/MicroPython_ESP32_psRAM_LoBo/blob/master/MicroPython_BUILD/components/micropython/esp32/modules/pcf8563.py
The README of this repo has a example of use of this module and should work just fine with the t-wristband.
As soon as get mine, I'll try this one and help with some other implementations.