WLED Related
Did someone manage to get the INA226 usermod running on a self compiled 0.16 WLED?
What is the built in sense resistance value (1000mOhm?) and the address of the INA266. I do not get any data from the default values using address 64
EDIT:
https://www.athom.tech/blank-1/wled-pd-energy-meter-esp32-sounds-reactive-addressable-led-strip-controller
It works if you
• compile WLED 0.16 with usermod INA266 (its just one click in Visual Studio Code, see WLED documentation)
• set Rsense to 5mOhm
• set I2C from "unused" to the pin numbers INA_SDA:GPIO19 and INA_CLK:GPIO4
J'aime