-
In my example, in a loop reading the device as fast as possible, and doing other unrelated things..
```
while 1:
acceleration = cpx.acceleration
.....
```
You can get an error:
…
-
### The problem
With easy setup, no sensors connected. Ends up in boot loop. For no apparent reason ends in Watchdog triggered boot loop
### Which version of ESPHome has the issue?
2024.5.0
### …
-
I am currently undertaking a project involving the integration of the [SHT40I-AD1B-R2](https://jlcpcb.com/partdetail/Sensirion-SHT40I_AD1BR2/C3664342) temperature sensor with an ESP32 C3 Mini, as depi…
-
can androud device can be used for logging as Termux or tmux is available in them ??
-
Hey Aaron, I've already got a few of these floating around and would be handy to be able to use these:
https://www.adafruit.com/product/4885
https://www.adafruit.com/product/3251
I think ther…
-
First off let me explain that normally I work with M5Stack Micropython so this is somewhat new to me as I constantly forget things.
The following is the code I'm trying to use:
```
from machine i…
-
I'm trying the example code on an SHT41 Trinkey running CircuitPython 9.0.3 and the line 12 in code.py throws this error:
```
File "code.py", line 12, in
File "adafruit_sht4x.py", line 159, in …
-
I now tried 2x Qingping Temp RH Lite to flash them with the ZigBee Firmware and both sensors just show this screen after flashing:
![image](https://github.com/pvvx/ZigbeeTLc/assets/34444791/a4f93cfb-…
-
I use SHT40 and if I measure I get 30°C. If I use the Adafruit_SHT4x.h library, I measure 23°C. I think the heater is on because if I use SHT4X_LOW_HEATER_100MS on the Adafruint I get 30°C. If I turn …
-
I updated the ESPHome plug in, and then updated all the ESPHome devices on my network, and now the temperature and humidity go to "unknown" or "NaN"
I have tried both the sht3xd and sht4x platforms…