Smart-BMS-Bluetooth-ESP32
Smart-BMS-Bluetooth-ESP32 copied to clipboard
Program to read out and display data from xiaoxiang Smart BMS over Bluetooth Low Energy
Hello, I can connect to the bms with the ordinary esp32wroom development board and the ESP32 ARDUINO PACKAGE2.0.3 burning program, but there is an error and I cannot read the...
attached the protocol info from the manufacturer: [online](https://www.lithiumbatterypcb.com/wp-content/uploads/2023/05/RS485-UART-RS232-Communication-protocol.pdf) [offline](https://github.com/kolins-cz/Smart-BMS-Bluetooth-ESP32/files/13366889/RS485-UART-RS232-Communication-protocol.pdf)
I managed to get a connection and the code reports the voltage for each individual cell but for some reason I cannot het the basic data eg : Volts ,...
Hi, I've been looking for information on ant-bms for a long time. I am needing to use the BLE to use with the micropython and esp32. The only thing I...
hello for st7735 and esp32 what pin for plug st7735 ???or ili9341 2.4 esp32 lite thanks
Wenn ich zu einer 200Ah Batterie verbinde, erhalte ich ungültige Werte für die Kapazität, da da die Variable CapacityRemainAh mit uint16_t zu klein dimensioniert ist. Sie sollte mit uint32_t in...