Description
I'm using MKR 1500 NB to test. Well I'm not able to charge my 1400mAh cell with more than 100mA even I do set 500mA.
What can I do to get higher charge power?
Having a look into the Lib and doing some tests, I have got the following points:
0.15 instead of 0.015 as Datasheet sais 150mA for 0x01
Arduino_BQ24195/src/BQ24195.cpp
Line 325 in 46bc843
0.9 instead of CURRENT_LIM_900
Arduino_BQ24195/src/BQ24195.cpp
Line 331 in 46bc843
Same here: 0.015 ?
Arduino_BQ24195/src/BQ24195.cpp
Line 368 in 46bc843
Having a look on disableCharge() is doing more than just disable the Battery, is reseting the BMIC to default, guess this should be mentioned in the description if by intention.
Arduino_BQ24195/src/BQ24195.cpp
Line 209 in 46bc843
Thanks, Adrian