Pico W BME280 and SSD1306

by tonygo2 in Circuits > Microcontrollers

701 Views, 1 Favorites, 0 Comments

Pico W BME280 and SSD1306

DSCN4406.JPG

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

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.