-
Running on Ubuntu 23.04 on x86-64, installing package `micropython-bme280` fails with:
```
Looking in indexes: http://127.0.0.1:36628
WARNING: Retrying (Retry(total=4, connect=None, read=None, re…
-
Create Library for BME280 using I2C and SPI
please implement all functionality within a class. Please include the conversions using bit math
base on this
https://github.com/boschsensortec/BME280_Sen…
-
Hi @mrstegeman,
As we discussed on Matrix here's the code for the BME280 webthing which seems to be causing a memory leak in the thing-url-adapter:
`
// ALL OF THIS INTRO IS UNTRUE - to correct
…
-
Test the [ESP32-S2 Feather with BME280 Sensor](https://www.adafruit.com/product/5303) that has a built in temperature and humidity sensor as well as a built in battery voltage meter.
-
With the new hardware standard for miStepper, there are 2 external temperature sensors to be used to get the temperature of the motor.
These sensors are BME280 connected via I2C. This needs to be add…
-
### The problem
Hi
I updated ESPHome. I did not do update for year or more.... I decided to update my ESPHome and recompile my NodeMCU's.
After this step SPS30 doesnt work any more.
[1…
-
Moin Moin!
Mich würde es mal interessieren welche Module ihr momentan im Einsatz habt mit dem BME280 um die Werte zu messen und ob ihr Erfahrung mit deren Genauigkeit habt.
Ich teste momentan ein Chin…
-
Dear Robert,
first things first: Thanks for conceiving and maintaining this MicroPython library for the BME280. We have been using it successfully within the [Terkin-Datalogger](https://github.com/…
amotl updated
4 years ago
-
Get communication from stm32->RPi using UART to start. I eventually want to burn one of the small stm32s on the fan control circuit as the main controller. Next digging into I2C communication with the…
-
```
/home/partage/.scripts/esp/bme280-esp-idf-i2c/main/main.c:33:1: error: unknown type name 's8'
s8 BME280_I2C_bus_write(u8 dev_addr, u8 reg_addr, u8 *reg_data, u8 cnt)
^~
/home/partage/.script…