lpollier / battmon

Battery monitor for Aibo
MIT License
19 stars 2 forks source link

Additions to Wiki #1

Closed codechippy closed 2 years ago

codechippy commented 2 years ago

Hi Loic

Just wanted to say many thanks for doing this project. I have this working on my Sony Aibo ERA7B1 battery (from the Aibo ERS7). This uses the BQ2060.

My aim is to be able to reset the recell I did with new 18650 batteries.

I have some additions to the Wiki that I would like to add, from the things I learned in making this work.

let me know if you have any issues

Cheers Codechippy

lpollier commented 2 years ago

Hi CodeChippy,

We have the same goal of repairing ourselves Aibo batteries equipped with bq2040 or bq2060 fuel gauges.

This project is still in progress, especially regarding the methodology for resetting the EEPROM and restarting the GND transistors function, that I'm running out of time to write.

In order to gather your experience and data, I would like to discuss directly via PM. And since github does not allow this service, you can contact me at this address: loic.pollier at protonmail.com

Thanks for your contribution. Loic

codechippy commented 2 years ago

Hi Loic sorry for late reply, I got sucked into a project that just finished so have time to pick this back up again. As I did not hear from you I changed tack a little and moved to an ESP32 option, which needed a little more work as the 3.3v GPIO pins needed level adustment hardware, but now talks to the battery.

There were a number of things that I had to resolve on your solution with the LCD in particular that I thought might be helpful to others.

Code Chippy

On Fri, Oct 1, 2021 at 2:15 PM Loïc POLLIER @.***> wrote:

Hi Chippy,

We have the same goal of repairing ourselves Aibo batteries equipped with bq2040 or bq2060 fuel gauges.

This project is still in progress, especially regarding the methodology for resetting the EEPROM and restarting the GND transistors function, that I'm running out of time to write.

In order to gather your experience and data, I would like to discuss directly via PM. And since github does not allow this service, you can contact me at this address: loic.pollier at protonmail.com

Thanks for your contribution. Loic

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lpollier/battmon/issues/1#issuecomment-932219075, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI6GLV3CUHSS6KDD45BAXRDUEWYA5ANCNFSM5EXXLLTA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

lpollier commented 2 years ago

Hi CodeChippy,

Well done for porting the Arduino code to the ESP32. Feel free to add a link to your work if it is on Github. Have you managed to refill your ERA-7B1 battery?

Loic

codechippy commented 2 years ago

Hi Sadly I'm only at the stage of reading the battery status/information. hope to have some time over the xmas break to start looking at writing to the battery

Code Chippy

On Thu, Dec 16, 2021 at 4:51 PM Loïc POLLIER @.***> wrote:

Hi CodeChippy,

Well done for porting the Arduino code to the ESP32. Feel free to add a link to your work if it is on Github. Have you managed to refill your ERA-7B1 battery?

Loic

— Reply to this email directly, view it on GitHub https://github.com/lpollier/battmon/issues/1#issuecomment-995996217, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI6GLV2NDLXOOTKHLDS4G2LURIKIDANCNFSM5EXXLLTA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

lpollier commented 2 years ago

Hi CodeChippy,

Maybe you have now successfully re-celled your Aibo ERA-7B1 battery pack. I modified the contents of the README.md file to make it more intuitive to read and will therefore close this issue. Please let me know if you have code or a link to a Git repo that can help other users of bq2060 battery packs.

Loic