Pico W BME280 and SSD1306
by tonygo2 in Circuits > Microcontrollers
752 Views, 1 Favorites, 0 Comments
Pico W BME280 and SSD1306
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.