-
Program should be rewritten to allow sensor failure without rebooting microcontroller. This should be how it works with some of the sensors already, but at least the BME280 will not allow the program …
-
Hi in the datasheet of the INA219 says that you can assign 16 different addresses to use 16x INA219 on one I2C.
I wanted to build a 16s BMS with a Raspi, but unfortunately the rpieasy only accepts …
-
Hi, I am trying to configure Wemos and INA219 work together, but no success yet :(
Wemos is on 6.1 with `#define USE_INA219 ` allowed while compilling
GPIO5 > SCL and GPIO6 >SDA
```
14:29:22 CMD: …
-
### PROBLEM DESCRIPTION
Hi All !, I'm having issues with a BME280 running on the dev downloaded on 10/5. I'm using Tasmota32-sensor dev build from 10/5. I've set the GIOP4&5 to I2C SDA/L. It appe…
-
### The problem
I have a long running query that is executed continously towards my recorder/mariadb.
Here is one example below.
Seems like HA is constantly trying to the max value of all numeric e…
-
```
rauc install http://10.0.0.10/bundles/update.raucb
installing
0% Installing
0% Determining slot states
20% Determining slot states done.
20% Checking bundle
20% Verifying signature
…
-
[EDIT: the board is Feather M0 Basic Proto]
- Arduino board: Adafruit Feather M0 Basic Proto
- Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.5
- List the steps to reproduce…
-
Hi
Current versions of the INA219 fail to complie with the Heltec CubeCell HTCC-AB01.
V1.0.7 will complie **V 1.0.9** on fails with the following issue:
```
In file included from .pio\libdep…
-
INA219 2652p cc2530 NOT WORK
-
I tried to replace the `setLongClickHandler(handler)` ...which works fine (but you don't know if your press was long enough until you release the button), by `setLongClickDetectedHandler(handler)` and…