Connecting an OLED screen (SSD1306) and a temperature sensor (TMP117) to the raspberry pi pico.

September 20, 2024, 10:58

flukt

Hello, for a school project i am trying to connect a temperature sensor (TMP117) to an OLED screen (SSD1306) to display the temperature. I am trying to connect my OLED screen first to my raspberry pi pico but it is not working. I have tried to run my code in real life and in a simulator but i am running into issues to detect the OLED screen. I have attached my error into this post. If anyone could help that would be lovely. thanks

oops.se

Not detecting a I2C device is normally due to wiring. Follow this guide https://learn.adafruit.com/scanning-i2c-addresses/raspberry-pi

flukt

I will be sure to do that next time I'm in class thanks