LibreSolar / bms-c1

16s / 100A Battery Management System
https://libre.solar/bms-c1/manual/
Other
120 stars 38 forks source link

CAN bus testing #57

Closed Ananyaaynana closed 8 months ago

Ananyaaynana commented 8 months ago

We want to perform CAN bus testing with firmware at commit: 50b5bc5bdae9ee7609a8f9edb43ee9fb062481d9 for a custom board similar to 0.4v bms_c1.

The test document gives a brief description of the CAN bus testing. What are the steps to be followed for testing the CAN bus?

martinjaeger commented 8 months ago

The device should automatically start sending reports once connected to a bus.

The protocol is described here. Also see here for some recommended tools to use under Linux.

Ananyaaynana commented 8 months ago

Thank you for the reply.