fbiego / chronos-esp32

A library for ESP32 to interface with Chronos app over BLE
https://chronos.ke/esp32
MIT License
33 stars 5 forks source link

Is it possible to implement these functionality to CH582/CH583/CH592 ? #2

Open happytm opened 2 months ago

happytm commented 2 months ago

Nice simple interface.

Is it possible to implement these functionality to low cost RISC-V BLE micro controllers like CH582/CH583/CH592 and make it compatible with your app ?

https://github.com/openwch/ch583/blob/main/Application/wristband/firmware/Demo_Firmware/APP/src/main.cpp

Thanks.

fbiego commented 2 months ago

Thank you. This will require C implementation of the library. While I haven't fully tested it, there is a sample on the link below https://github.com/fbiego/ZSWatch/tree/jakkra_ble_chronos_app/app/src/ble/chronos I will try to look into it

happytm commented 2 months ago

Thank you for your quick response.