cyrils / renogy-bt

Python library to read Renogy compatible BT-1 or BT-2 bluetooth modules using Raspberry Pi.
GNU General Public License v3.0
76 stars 27 forks source link

Support esp32 ble #71

Closed riker65 closed 1 week ago

riker65 commented 1 week ago

Hi Using the great program to monitor the renogy charger.

Is there an option to support also esp32 ble?

I was not able to change the code.

Thanks for hints

cyrils commented 1 week ago

Hello, this is written in cpython, porting it to esp32 requires rewriting on micropython. Its totally doable, but requires some effort. There are plenty of examples for connecting to BLE peripheral from esp32/pico w. Might be future work.

cyrils commented 1 week ago

Marking as duplicate of https://github.com/cyrils/renogy-bt/issues/49