-
### The issue
When using the code from [the example](https://github.com/UncleRus/esp-idf-lib/blob/master/examples/bmp280/default/main/main.c), I am getting a watchdog timer reset after the bmp280_ini…
-
A number of places have been identified where the code is doing bit field operations instead of letting the compiler figure it out. These should be replaces by appropriate structures with representat…
-
During initial development many devices had constants and datatypes exposed in the public interface that are only needed internally. These should be moved to the private section of the spec or to the…
-
When both a BME280 and DHT22 sensor are added, the temperature and humidity is registered twice. Results can vary quite a bit between the two.
Any chance for two temperature and two humidity sensor…
-
Please add support for the following devices and sensors that have kernel support:
AHTx0
BH1750
BME280, BME680, BMP280, BMP380, HDC100X,
JC42 complaint sensors, for example MCP980x, MPU6050, MPU…
-
Hi Jardi!
I appreciate your **BYOWS_RPi driver** , working with all sensors, but i would like to develop further.
Are there any solution to connect - to the BYOWS_RPi driver - other DIY sensors …
-
There is a request to implement the SCD40 CO2, Temperature, Humidity sensor. Note to self: Requestor "JR" email 4/17/2024.
This is similar to the BME280, except it adds CO2 reporting instead of bar…
-
Hello,
i got different errors in arduino ide 1.8.9
i have install the necesary libary's but get the following error's
Arduino: 1.8.9 (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, …
-
The following for loop is supposed to output the calibration coefficients raw dump, which would be 66 bits. However, it is actually dumping out 72 characters for unknown reasons. We need to fix this s…
-
**Describe the bug**
I installed a BME280 board through GPIO pins 23 and 24, because i2c standard pins are used by Fan Shim, in my Raspberry Pi 4 using OctoPi. I configured the sensor in the OctoPrin…