Skip to content
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

Change charge battery config #5

Open
bhouseski opened this issue Sep 26, 2024 · 1 comment
Open

Change charge battery config #5

bhouseski opened this issue Sep 26, 2024 · 1 comment

Comments

@bhouseski
Copy link

bhouseski commented Sep 26, 2024

how would I go about changing the battery config? I have a larger capacity battery (3000 max) 18650, and would like to change the battery profile to better match what I am using.

@boverby
Copy link
Owner

boverby commented Sep 26, 2024

check out lc709203f.h

/*! Approx cell capacity Table 7 */
typedef enum {
LC709203F_APA_100MAH = 0x08,
LC709203F_APA_200MAH = 0x0B,
LC709203F_APA_500MAH = 0x10,
LC709203F_APA_1000MAH = 0x19,
LC709203F_APA_2000MAH = 0x2D,
LC709203F_APA_3000MAH = 0x36,
} lc709203_adjustment_t;

and line 56 in lc709203f.cpp

setCellCapacity(LC709203F_APA_2000MAH) ; // jbo to suit the battery I am testing with

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants