GPS issue #80
-
Hello everyone, I have a PyCubed Mainboard v5 and I recently install the GPS module. In particular, the module is a Ublox NEO 7M as you can see in the following figure. When the board is turned on, it goes into safe mode due to low voltage on the microcontroller. The problem occurs when powering the board both with the power supply and with the battery board. The following figure shows the error displayed on the terminal. Do you know what could be the problem? Waiting for your kind reply, thank you. Regards, Giacomo |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It seems like some amount of code runs before you reach safe mode. Might it be occurring when you try to power the gps (by toggling the gps_en pin)? If there isn't a short, this particular gps module may be drawing enough inrush current to make the 3V3 rail dip. You could scope this to know for sure, then try adding a lot of parallel cap b/t 3V3 and GND somewhere near Q22. Good luck! P.S. make sure you have an antenna attached when powering the gps |
Beta Was this translation helpful? Give feedback.
I'd check for shorts here:
It seems like some amount of code runs before you reach safe mode. Might it be occurring when you try to power the gps (by toggling the gps_en pin)?
If there isn't a short, this particular gps module may be drawing enough inrush current to make the 3V3 rail dip. You could scope this to know for sure, then try adding a lot of parallel cap b/t 3V3 and GND somewhere near Q22.
Good luck!
Max
P.S. make sure you have an antenna attached when powering the gps