-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add serial port definition Esp32 support #20
Comments
Not sure what you mean, could you elaborate? |
Arduino hardware esp32 02:29:54.276 -> Basic BMS Data: 49.40V 0.00I 84.50% |
It looks like you're receiving the basic data (Voltage, Current, and SOC) but no other data. Given that, I think it's likely your BMS isn't responding to those other commands, or is responding with all 0s. Maybe it's an older version that doesn't implement those commands. Would you mind sharing a picture of what your BMS looks like. It might also be helpful to define the debug tag in the library so that all the debug info is printed out. |
Add serial port definition ( ----Daly_BMS_UART bms(Serial2, 16, 17);--- )
Adding esp32 support
The text was updated successfully, but these errors were encountered: