-
### 描述一下这个bug / Describe the bug
Adafruit_AHTX0 库,初始化卡住,没返回true ,如果是找不到设备会快速失败,返回false的,同样的代码在esp32c3验证过可以跑的,不确实是不是内存不足了
### 复现步骤 / To Reproduce
代码如下
`
#include
Adafruit_AHTX0 aht;
void setu…
-
**What's the full name of the component you'd like to see in Adafruit.io WipperSnapper?**
AM2301B - Wired Enclosed AHT20 - Temperature and Humidity Sensor
**What type of component is this (i.e.: P…
-
**What's the full name of the component you'd like to see in Adafruit.io WipperSnapper?**
AM2315C - Encased I2C Temperature/Humidity Sensor
**What type of component is this (i.e.: Pin, I2C)?**
…
-
The issue is probably due to missing documentation:
The below code does work even if 0x70 is not available:
with board.I2C() as i2c:
tca = adafruit_tca9548a.TCA9548A(i2c, 0x70…
-
I'm using a micropython library, the ens160 outputs good data when first powered up but after the initial start-up the when the VALIDITY FLAG goes to 0, which meas normal operation it just outputs 0 f…
-
**Issue**
Copied from original report submitted via "report bugs" feature on Adafruit IO:
Both of my ESP32-S2 lost the ability to report battery V and %. I updated one board from Beta.59 to Beta.65…
-
I am trying to perform an OTA update using my ESP8266. When I try to do the update, it starts downloading it and it fails at the end, saying that the firmware update failed.
Most of the chunks fail…
-
### Discussed in https://github.com/UncleRus/esp-idf-lib/discussions/518
Originally posted by **besbar** May 24, 2023
Dear community,
Thank you so much for this repository. I've recenty st…
-
**Is your feature request related to a problem? Please describe.**
For example:
I have sensor AHT20 and it shows temperature 15C. Also I have some more precise sensor that shows temperature 18C.
Ho…
-