LibreSolar / bms-firmware

Firmware for LibreSolar BMS boards based on bq769x0, bq769x2 or ISL94202
https://libre.solar/bms-firmware/
Apache License 2.0
146 stars 67 forks source link

How to enable Wi-Fi on BMS C1 #69

Open ananya-wattsnext opened 3 months ago

ananya-wattsnext commented 3 months ago

I want to enable wifi to transmit data to the dashboard. I am using commit: 3bd1fbab1f01fb142f51d2e3b791c772b77745f0. What are the Kconfig options to enable wifi?

martinjaeger commented 3 months ago

I haven't tried with the BMS, yet, but you can look at this configuration to enable Wifi and ThingSet over WebSocket.

The amount of RAM may not be sufficient for Bluetooth, WiFi and WebSockets with TLS at the same time, so you may have to disable Bluetooth or fine-tune stack sizes.

ananya-wattsnext commented 3 months ago

Screenshot from 2024-05-15 20-25-28

The sample is not building for bms_c1@0.4 but I am able to build and execute this sample for the esp32c3 devkitm board.