Felix Biego
Felix Biego
I have forked the repo and will be working on it soon. Just a quick question, what name and service(s) does the watch advertise for ble discovery?
Yeah, haven't worked with Zephyr before but I'll try to set it up
I haven't had any luck setting up Zephyr. Considering this, I'm contemplating rewriting the Chronos library in C.
Hi @jakkra and @Kampi, I have created PR #290, which still needs review, particularly regarding the implementation of the functions. Could you please review the code and provide guidance on...
You need to check your connections, how are you connecting your display?
Have you gotten your display working before? Check https://github.com/moononournation/Arduino_GFX/wiki/Data-Bus-Class Then you will need to change this to match your display https://github.com/fbiego/dt78-esp32-firmware/blob/750739d03cb232f682c9b4b6234c2c92b4d176d9/src/main.cpp#L29-L30
At least provide how you've modified the code, other wise i can't help much
What about the next line?
You need to change 19 to 14 in that line Also change this line to match the BL pin (2) https://github.com/fbiego/dt78-esp32-firmware/blob/750739d03cb232f682c9b4b6234c2c92b4d176d9/include/main.h#L3
It would be advisable to search and check for code that already works with your board first. Especially one that uses the same library (Arduino GFX)