The MAX17262 is an ultra-low power fuel-gauge IC which implements the Maxim ModelGauge m5 algorithm. The IC monitors a single-cell battery pack and supports internal current sensing for up to 3.1A pulse current. The IC provides best performance for batteries with 100mAhr to 6Ahr capacity. Signed-off-by: Matija Tudan <mtudan@mobilisis.hr>
16 lines
378 B
YAML
16 lines
378 B
YAML
sample:
|
|
description: MAX17262 sensor sample
|
|
name: MAX17262 sample
|
|
tests:
|
|
sample.sensor.max17262:
|
|
build_only: true
|
|
depends_on: arduino_i2c
|
|
harness: console
|
|
tags: sensors
|
|
platform_allow: nrf52840dk_nrf52840
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "V: (.*) V; I: (.*) mA; T: (.*) °C"
|
|
fixture: fixture_i2c_max17262
|