László Dániel

Results 17 comments of László Dániel

The hack on the BQ8050 wasn't finished entirely. Some parameters need changing in the controller after replacing the cells but I couldn't pass through its security with the conventional methods....

Excellent find, thank you! These documents seem to be behind a paywall but I have found a bypass here: https://dearplain.github.io/ Enter link at the top and press the button: http://www.docin.com/p-859124464.html...

~~Datasheet uploaded!~~ ~~PDF conversion is incorrect, will update soon.~~ Datasheed uploaded again. I was able to read some kind of memory but I'm not sure what it is. It seems...

Well, reading memory blocks seems to be easy even in sealed mode: ``` #define SetROMAddress 0x40 // word write only #define PeekROMByte 0x42 #define PeekROMBlock 0x43 // block read, size...

The GUI version is reverted to a previous version where this data is not processed yet. Another contributor made the latest change to the GUI and it seems to be...

I see if multiple registers are read then returned data gets scrambled. Not just cycle count but other registers look wrong to me. It will take some time to fix...

I reverted the project to a previous version and added missing information in the GUI register dump list. Also SMBus communication is fixed. Try it now.

What's your process step-by-step?

You need to unseal the device first. Right now it's in sealed mode and the registers are read-only. Read OperatingStatus (54) register first and note the value. Then send the...

I can't reproduce the problem but have you tried changing the word byte-order? What fuel gauge IC are you trying to communicate with? Please paste the Communication textbox content here...