Felix Biego

Results 121 comments of Felix Biego

seems this is an issue with the received data on your app. I don't know about angular or iconic. Check that you can receive data on your app

use [`discover.py`](https://github.com/fbiego/BLE_OTA_Python/blob/main/discover.py) to list the available devices

the library does not implement daylight savings for now. the ESP RTC will drift over time and therefore will need to be corrected periodically. I would suggest you build one...

The internal RTC is not accurate > Internal RTC clock frequency error is about 5% It is recommended you set/sync the time periodically

the clock source cannot be changed. [arduino-esp32/issues/3964](https://github.com/espressif/arduino-esp32/issues/3964) to change it the `arduino-esp32` library has to be recompiled

The rtc is not accurate and will either gain or lose time. This change is not the same for every chip therefore the function will not be useful for some....

https://www.cplusplus.com/reference/ctime/tm/ `tm_mon` range is 0 - 11 #13

All of the watch faces are inbuilt into the firmware. To create a custom watch face the firmware has to be reverse engineered. Currently, I don't have a copy of...

Hello, I found the firmware on a russian forum `4pda` with instructions on how to perform the OTA but the instructions is in Chinese. The app used `HTS toolbox` is...