-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firmware: Develop a driver for the DS2777G+ IC #157
Comments
ramonborba
added a commit
that referenced
this issue
May 26, 2022
ramonborba
added a commit
that referenced
this issue
May 26, 2022
ramonborba
added a commit
that referenced
this issue
May 26, 2022
ramonborba
added a commit
that referenced
this issue
Jun 8, 2022
ramonborba
added a commit
that referenced
this issue
Jun 8, 2022
ramonborba
added a commit
that referenced
this issue
Jun 8, 2022
ramonborba
added a commit
that referenced
this issue
Jun 8, 2022
ramonborba
added a commit
that referenced
this issue
Jun 17, 2022
ramonborba
added a commit
that referenced
this issue
Jun 17, 2022
ramonborba
added a commit
that referenced
this issue
Jun 17, 2022
ramonborba
added a commit
that referenced
this issue
Jun 21, 2022
… actual values are placeholders and still need reviewing #157
Merged
ramonborba
added a commit
that referenced
this issue
Aug 14, 2023
ramonborba
added a commit
that referenced
this issue
Aug 14, 2023
… battery configuration registers #157
ramonborba
added a commit
that referenced
this issue
Aug 14, 2023
…ctly set all the configuration registers #157
ramonborba
added a commit
that referenced
this issue
Aug 14, 2023
ramonborba
added a commit
that referenced
this issue
Aug 14, 2023
ramonborba
added a commit
that referenced
this issue
Aug 15, 2023
ramonborba
added a commit
that referenced
this issue
Aug 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This IC is similar to the DS2775G+ from the old version of the EPS module, but instead of using a one-wire interface, it uses a more common I2C bus.
There is already a generic implementation that covers both types of interfaces: https://github.com/spacelab-ufsc/eps2/tree/dev_firmware/firmware/drivers/ds277Xg. This implementation must be improved, reviewed and tested.
The text was updated successfully, but these errors were encountered: