54: Charger Settings
For products with configurable charge settings (notably NOT Vehicle RTK), get and define charging parameters
Header
| Field | Name | Description | Type |
|---|---|---|---|
| 5 | Method | Request a service to be perform an action Possible values:
| uint8 |
Payload
| Field | Name | Description | Type | Unit |
|---|---|---|---|---|
| 1 | Input Current Limit | Maximum power draw allowed from Vin. Typically higher than Charge Current Limit (additional current is used to power device operation whilst charging) | uint16 | mA |
| 2 | Charge Current Limit | Maximum charge rate for the battery. Recommended value is 0.5C (where C is the battery capacity) | uint16 | mA |
| 3 | Charge Termination Voltage | Target charge voltage for the battery. Typically 4.25V for lithium ion batteries. | uint16 | mV |
Code
For convenience, the following constants can be used to reference this message type.