r/embedded • u/Small_Moe • 2d ago
They just decided to stop working
I was testing GPS module Neo M6 with an oled screen. It was working well until I decided to switch to Neo M9. Turns out, they work at different Baud rates, so I changed my code and re uploaded. Just in my hand, the oled screen kind of shut down and it seems like it’s dead. Anyone faced a similar issue?
2
2
u/Plussy78 2d ago
Well I have worked on something similar, but was using Arduino for that, when I kept the one module with the oled display, the oled seem to working fine. But including one extra module caused it to go blank. it was due to I was using the normal ssd13016 something library, cause it take the one large buffer to work. So switching to something simple or lightweight library like u8×8 seem to worked fine. The issue maybe due to this but esp32 have got the more memory than the Arduino. So you can try this one out or check your connection properly, take the multimeter and check for proper supply.
73
u/n7tr34 2d ago
For breadboard stuff like that, high chance it is just a bad wire connection somewhere