Comments on: Raspberry Pi Pico: BME680 Environmental Sensor (MicroPython) https://randomnerdtutorials.com/raspberry-pi-pico-bme680-micropython/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Tue, 10 Jun 2025 22:22:27 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/raspberry-pi-pico-bme680-micropython/#comment-1056475 Tue, 10 Jun 2025 22:22:27 +0000 https://randomnerdtutorials.com/?p=161184#comment-1056475 In reply to Matt G.

Hi.
No. Not yet.
Regards,
Sara

]]>
By: Matt G https://randomnerdtutorials.com/raspberry-pi-pico-bme680-micropython/#comment-1056474 Tue, 10 Jun 2025 22:18:35 +0000 https://randomnerdtutorials.com/?p=161184#comment-1056474 Sara,

The newer version of the BME680 is the BME688. Do you have a modified version of your code suitable for this new device?

]]>
By: Sara Santos https://randomnerdtutorials.com/raspberry-pi-pico-bme680-micropython/#comment-981737 Sat, 09 Nov 2024 11:25:14 +0000 https://randomnerdtutorials.com/?p=161184#comment-981737 In reply to Thorsten.

Hi.
I’m sorry, but I’m not sure what might be the issue.
Try just reading the temperature.
Does it work?
Regards,
Sara

]]>
By: Thorsten https://randomnerdtutorials.com/raspberry-pi-pico-bme680-micropython/#comment-981731 Sat, 09 Nov 2024 10:58:49 +0000 https://randomnerdtutorials.com/?p=161184#comment-981731 In reply to Sara Santos.

Hi Sara,
i definitely using a BME680.
Regards
Thorsten

]]>
By: Sara Santos https://randomnerdtutorials.com/raspberry-pi-pico-bme680-micropython/#comment-981541 Fri, 08 Nov 2024 15:11:47 +0000 https://randomnerdtutorials.com/?p=161184#comment-981541 In reply to Thorsten.

Hi.
Are you sure you’re using a BME680 sensor?
Maybe you have a BME280 or BME180??
Regards,
Sara

]]>
By: Thorsten https://randomnerdtutorials.com/raspberry-pi-pico-bme680-micropython/#comment-981389 Thu, 07 Nov 2024 21:31:35 +0000 https://randomnerdtutorials.com/?p=161184#comment-981389 Unfortunately, this article didn’t work with my pi pico w and pimoroni bme680. I got the following error.

Traceback (most recent call last):
File “”, line 11, in
File “bme680.py”, line 342, in init
File “bme680.py”, line 104, in init
File “bme680.py”, line 357, in _write
OSError: [Errno 5] EIO

I double checked everything and i2c.scan() found the device.

]]>