Skip to content

Current Setting and Disable Charging, unable to charge > 100mA #7

Open
@Adk90

Description

@Adk90

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

if (current > 0.015) {

0.9 instead of CURRENT_LIM_900

if (current >= CURRENT_LIM_900) {

Same here: 0.015 ?

return 0.015;

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.

byte mask = DATA & 0xCF;

Thanks, Adrian

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic: codeRelated to content of the project itselftype: imperfectionPerceived defect in any part of project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions