-
**Device type**:
- [x] ESP32
**Framework version**:
- [x] ESP-IDF 4.1
**Describe the bug**:
Here is my log,
my chip is reset all the time (esp32-wroom-32)
![image](https:…
-
I just had 10 pcs new LYWSD03MMC B1.9 thermometers. All of those have very similar humidity and temperature values in same placement with stock firmware. I flashed most of those sensors one by one to …
-
Most of the driver code is written in a way that the _sensirion_i2c_hal_ files are not required and the required functions can be written in user application code with the actual driver code only impo…
-
The production date of my xiaomi thermometer is 202110. When i try to flash it, i find that it is B1.7. Does the latest firmware supports it?
the packaging picture
![IMG_3156](https://user-images…
ckyOL updated
2 years ago
-
The driver source file, "sht4x.c", attempts to include the header file "sht4x.h" twice with the first occurrence from an apparently invalid path:
(Line 18)
#include
The same thing seems to be …
-
i cant install nvidia-dkms 525.89.02
log say
`==> dkms install --no-depmod nvidia/525.89.02 -k 6.2.6-zen1-1-zen
Error! Bad return status for module build on kernel: 6.2.6-zen1-1-zen (x86_64)
Co…
-
I hooked up both a SHT31D and a SHT40 to the same RPi. But I kept getting these weird spikes in the SHT40 values if I also read the SH31D just before the SHT40, and worst of all if I read them both at…
-
**Device type**:
- [x] ESP32
**Framework version**:
- [x] ESP-IDF v4.1-332-g7b7c64107-dirty 2nd stage bootloader
**Describe the bug**:
hi, i try to test SHT4X and SGP40 it not wo…
-
The SHTC3 is already supported through autodetection or by manually choosing the SHTC1 driver, but we should add an explicit type for it (and document is as well)
winkj updated
3 years ago
-
Solution:
Comment print(new_mode), line 168, in
def mode(self, new_mode):
print(new_mode)
if not Mode.is_valid(new_mode):
raise AttributeError("mode must be a Mode…