-
Notifications
You must be signed in to change notification settings - Fork 98
Description
I have 4 Tesla Battery Packs (Model S 2012), which I tried to read out the BMS with an Arduino Due and a level shifter.
(https://www.az-delivery.de/products/logiklevel-wandler-3-3v-5v?variant=18282761715808)
I always get this error, and I don't know how to proceed further...
The error:
5447 - ERROR: Invalid module response received for module 1 len: 3 crc: 8 calc: 45
6448 - ERROR: Invalid module response received for module 1 len: 3 crc: 8 calc: 45
7449 - ERROR: Invalid module response received for module 1 len: 2 crc: 8 calc: 14
8450 - ERROR: Invalid module response received for module 1 len: 3 crc: 8 calc: 45
9451 - ERROR: Invalid module response received for module 1 len: 3 crc: 8 calc: 45
...
This occurs at all 4 modules.
Is the communication broken, or does it even happen?
Where is the best point to search for the problem?