ccxtechnologies / nuttx

Apache NuttX is a mature, real-time embedded operating system (RTOS)
https://nuttx.apache.org/
Apache License 2.0
0 stars 0 forks source link

INA260 Power Sensor Driver #3

Closed CFD2 closed 3 years ago

CFD2 commented 3 years ago

Product page Datasheet Address: 0x40 (A0=A1=GND) Drivers available: INA226 mfid @ 0xFE = 0x5449

NuttX app needs to be created to interface with the sensor through the driver. INA226 example app: apps/examples/ina226/ina226_main.c INA226 board level initialization example: boards/arm/stm32l4/nucleo-l432kc/src/stm32_ina226.c

Differences from INA226:

CFD2 commented 3 years ago

The app now outputs measurements from the sensor. The number of samples that are collected and averaged can be configured. Need to make it configurable Both bus voltage conversion time and shunt current conversion time can be configured. Need to make it configurable