Comments on: Raspberry Pi Pico: BME280 Get Temperature, Humidity, and Pressure (MicroPython) https://randomnerdtutorials.com/raspberry-pi-pico-bme280-micropython/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Sun, 24 Nov 2024 10:40:28 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/raspberry-pi-pico-bme280-micropython/#comment-985966 Sun, 24 Nov 2024 10:40:28 +0000 https://randomnerdtutorials.com/?p=136805#comment-985966 In reply to Peter G.

Hi.
Unfortunately, we don’t have any tutorials for that specific sensor.
Regards,
Sara

]]>
By: Peter G https://randomnerdtutorials.com/raspberry-pi-pico-bme280-micropython/#comment-985853 Sun, 24 Nov 2024 02:12:19 +0000 https://randomnerdtutorials.com/?p=136805#comment-985853 Hi Sara, would you have a tutorial on how to interface a Honeywell HIH6131 to a Pico? The HIH6131 is an i2c temperature and humidity sensor. Much appreciated your above tutorial.

]]>
By: Sara Santos https://randomnerdtutorials.com/raspberry-pi-pico-bme280-micropython/#comment-889523 Fri, 09 Feb 2024 12:49:15 +0000 https://randomnerdtutorials.com/?p=136805#comment-889523 In reply to O.R.Mitchell.

Hi.
That’s a great project.
Thanks for sharing the details.
And thanks for following our work.
Regards,
Sara

]]>
By: Sara Santos https://randomnerdtutorials.com/raspberry-pi-pico-bme280-micropython/#comment-889515 Fri, 09 Feb 2024 12:21:36 +0000 https://randomnerdtutorials.com/?p=136805#comment-889515 In reply to Matt.

Hi.
Thanks.
Yes, we’re currently dedicating a lot of time to creating Raspberry Pi Pico tutorials and guides.
Regards,
Sara

]]>
By: Matt https://randomnerdtutorials.com/raspberry-pi-pico-bme280-micropython/#comment-889371 Fri, 09 Feb 2024 04:41:57 +0000 https://randomnerdtutorials.com/?p=136805#comment-889371 Bravo!! This project only took me about 10 min before I had success. I’ve been trying to get this exact program (with a web server) working for a couple of days using other websites’ code. As usual, RNT is the best. Please continue with Raspberry Pi Pico (W) projects! Thanks again.

]]>
By: O.R.Mitchell https://randomnerdtutorials.com/raspberry-pi-pico-bme280-micropython/#comment-889317 Fri, 09 Feb 2024 01:22:50 +0000 https://randomnerdtutorials.com/?p=136805#comment-889317 Nice article, as usual!

Also, I have created ESP32-CAM and RPi-PICO based designs that incorporated both the BME280 & BME680 (same as ‘280 but adds a VOC gas sensor) along with OLED display and a single”NeoPixel/WS2812″ RGB LED for visual status indication with both of then running MicroPython.

The RPi-PICO was just a simple standalone design that displayed data on its OLED and outputting sensor data via USB Serial to a host, whereas, the ESP32-CAM based design not only displayed the data on OLED but also directly logged all data from both sensors to a MySQL database in the cloud via WiFi. The ESP32-CAM board has been running non-stop (except for infrequent power outages!) for a few years updating the MySQL database table every 15 seconds!

I also hacked enough support of the integrated 2MP camera module of the ESP32-CAM to slowly get still image JPEGs from the camera, all written MicroPython code!

My overall intent for the ESP32-CAM based design was to use some AI/ML technology to glean indoor environmental trends and potentially identify certain “odor” related events!

Rui and company, please keep up all the great work you all do!

Best Wishes!

]]>