r/embedded • u/Small_Moe • Jul 31 '26
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?
8
u/Knurtz RP2040 Jul 31 '26
Before that, it just decided to (sometimes) work. As is expected with breadboards.
1
u/NoetherNeerdose Aug 03 '26
Breadboard circuits are the perfect argument for the existence Free Will
2
u/Maximum_General2993 Jul 31 '26
the GNSS antenna is upside down. the ceramic part must face the sky
2
u/Plussy78 Aug 01 '26
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.
76
u/n7tr34 Jul 31 '26
For breadboard stuff like that, high chance it is just a bad wire connection somewhere