-
Hello Mr. Powell and the community,
on the '↑+0' menu I found a submenu named 'Weather'. If this submenu is chosen there is a message that states that the BME280 is not present.
I couldn't find a …
-
```use panic_halt as ;
use arduino_hal::I2c;
use bme280_rs::{Bme280, Configuration, Oversampling, SensorMode};
use fixed::types::U16F16;
use micromath::F32Ext;
use ufmt::{uDisplay, uWrite};
#[…
-
Hello,
running Octoprint on a Pi4 on Python**3**
![Screenshot 2020-09-17 150035](https://user-images.githubusercontent.com/3524802/93473752-ae694800-f8f6-11ea-9ec4-5c72cda6c8f5.png)
![Screens…
-
Hi,
i am new to arduino i have created a board inspired from your design .
i want to read bme280 sensor value using spi , do you have any support for it?
ps: i dont have much clue in spi programmin…
-
Do you plan to release the source code for this project or is it encumbered?
I just installed a RAK19007 + RAK4631 digi for test and I am curious what is inside the firmware.
-
Data from BME280 is stored in Pa, because that's what returns the `getPressure` function from the Waspmote API.
e.g. see `bme_pres` in https://wsn.latice.eu/admin/wsn/frame/22948999 /change/
Excep…
-
Current Zephyr BME280 driver uses "normal" mode (see datasheet), which results in self heating. Fix is to implement "force" mode. See:
https://www.reddit.com/r/dataisbeautiful/comments/5lc08e/faul…
-
I'm looking since a long time for a wall thermostat which can also show humidity (and pressure).
Unfortunately I didn't found something. Currently I'm using BHT-002 (GALW).
I'm thinking that's …
-
I have tested the simple example for SPI using the same BME280 you recommended.
It is not working - the error is "unknown model"
Linux kernel: Linux 6.6.31+rpt-rpi-v8 aarch64
Setup using r…
-
Trying to run some examples, but not working real well
`pi@Grow4:~/bme280-python/examples $ ls
all-values.py dump-calibration.py relative-altitude.py temperature-forced-mode.py
co…