IHateNameStealers
IHateNameStealers
About to start playing with your Vexbot. I would like to use it with YouTube. Does it still work with YT?
That's to bad. I'm afraid that with my coding skills I'm not able to fix this :-(
2024 now, and it looks like I am having the exact same problem with one of my newer BMS'ses. The older versions are working fine! Did any of you guys...
Hello Gisbert, I have two 12S1P battery's a 12S9P and a 15S1P, and all battery's are DIY'ed, and are using te Overkill Solar (XiaoXiang / JDB) BMS's One of the...
I have enabled some more debugging options. Maybe it will help you debug the problem a bit more, as I have no clue how to fix it. Ich habe einige...
Hi Gisbert, Unfortunately the change **if (dataLen != 0x24)** did not work. I'm still getting an Invalid packet received. (see dump below). PS. Sorry for my bad German. I am...
Okay. After your suggested **dataLen != 0x24** and disabling the **if (isValid != true) { ... }** check, it's kind of working. Total voltage, Amps and CapacityRemainAh are showing **correct**...
I found this. Maybe it's of some help? Ich habe das hier gefunden. Vielleicht ist es eine Hilfe? https://www.dropbox.com/s/03vfqklw97hziqr/%E9%80%9A%E7%94%A8%E5%8D%8F%E8%AE%AE%20V2%20%28%E6%94%AF%E6%8C%8130%E4%B8%B2%29%28Engrish%29.xlsx?dl=0 https://github.com/FurTrader/OverkillSolarBMS/blob/master/Comm_Protocol_Documentation/JBD%20Protocol%20English%20version.pdf
Once again, thank you for your help! The reason I removed the if **(isValid != true) { ... }** is because I could not read the data from the "old...
I have changed the **bmsPacketBuff** size from **40** to **50** and commented out the check with /**/ Expected data len**. Unfortunately, I am still experiencing issues with **CapacityRemainPercent**, **Temp1**, and...