Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charkster/bq25898d
Python Class for controlling the BQ25898D
https://github.com/charkster/bq25898d
buck-converter charging texas-instruments
Last synced: about 2 months ago
JSON representation
Python Class for controlling the BQ25898D
- Host: GitHub
- URL: https://github.com/charkster/bq25898d
- Owner: charkster
- License: mit
- Created: 2018-12-09T22:14:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T23:20:41.000Z (about 2 years ago)
- Last Synced: 2024-01-26T10:37:38.532Z (12 months ago)
- Topics: buck-converter, charging, texas-instruments
- Language: Python
- Homepage:
- Size: 6.34 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bq25898d
![picture](https://www.ti.com/content/dam/ticom/images/products/legacy-boards/b/bq25910evm-854_bq25910evm-854-image-board-1.jpg)Python Class for controlling the BQ25898D
BQ25898D.py was created from the TI datasheet and verified on the BQ25910EVM-854 board (which also has a BQ25910 slave charger). test_bq25898d.py is an example of controlling both the bq25898d and bq25910 with a raspberry pi and custom relay board.
I hope to upload thermal images of the BQ25898D charging at 3, 4 and 5A.
I am planning to add routines for Quick Charge 3.0 and Pump Express wall adapter support (to negotiate new voltages from the wall adapter). QC 3.0 support requires a modification to the BQ25910EVM-854 board to get access to D+ and D-. I have a Pump Express adapter on order (Sony UCH12), and will checkout how reliably the BQ25898D is able to get 9V from that adapter.