Introduction: Pico W BME280 and SSD1306

About: Retired teacher of computing - started 1967 with FORTRAN IV. I now play with development boards such as Raspberry Pi, Pico, Arduino, micro:bit and Adafruit CircuitPython boards like the Insybitsy M4 and Circui…

I had a request to demonstrate and SSD1306 running on a Pico W with an I2C sensor.

Supplies

Pico W

SSD1306 display

BME280 sensor - I used an Environment Sensor Module for Raspberry Pi Pico

Step 1: Code

I used I2C0 for the sensors and I2C1 for the display. The driver for the sensor is in the program.

I hope this helps.