Replies: 2 comments
-
I'm adding some extracted code that I copied out of their app. This might be helpful to see what they do with the data that they read from the battery. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Update: I'm able to talk to the battery using the following library: I only had to make a few modifications but it works! :D |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering if the Jakiper JK48V100 could be integrated into this. I've done some sniffing of the serial port data using their app and attached my results (sends and reads). I'm also including a screenshot of the GUI while the data sniffing was happening. (To help match up the data/values)
jakiper_serial_cap_sends.txt
jakiper_serial_cap_reads.txt
jakiper_battery_gui_snip
I've also decompiled their app (JK48V100 BMS SOFTWARE V2.04) and looked at the code, I'm not very knowledgeable with C# but I've been able to make a basic python script to read the firmware version information from the battery. I'm currently trying to figure out how they get voltages, SOC, current, etc. If needed, I could provide my basic python script.
I'm willing to help gather more information if needed and test python code with the battery!
Beta Was this translation helpful? Give feedback.
All reactions