PiicoDev could not communicate with module at address 0x3C, check wiring
I’m trying to wire in a PiicDev OLED Module SSD1306, but the cable connector on the end of Piico Dev adapter snapped off , so I’m wiring directly to pin on the PiicDev expander board. I have downloaded code in the video, I have the break-out cable with the pins pulled into the OLED module. I have red lead in pin 5 3VC, black in pin 3 GND, and blue in pin 8 SCL and yellow in pin 9 SCL. The OLED ASW set to Off.
The green led on the back lights up when I run the code
If you’re getting back 60 in your scan, that’s decimal for 0x3C, so your connections are right, I think it could possibly be something wrong with your code, could you double click on the main.py file in Thonny and paste its contents in here? Just want to rule out errors there.
Cheers, thanks to all who are helping on this. It gets stranger. I replugged it all in again and ran the code again (this is the demo code from the OLED site) and it started to run the demo.
The only thing I can think of is the plug wasn’t seated all the way, this feels right up there with turning it “off and on again”. I will keep on with the demo code, but at the moment it seems to work. Thanks again to the clever people in the forum.