-
Notifications
You must be signed in to change notification settings - Fork 13.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No GPS lock with Neo-M9N #18505
Comments
I'm not sure if any of the PX4 developers have this board to assist with testing. Do you know which version of the board it is? https://github.com/PX4/PX4-Autopilot/tree/master/boards/mro Through a console could you run We should also check if these serial ports are correct. PX4-Autopilot/boards/mro/ctrl-zero-h7/default.px4board Lines 4 to 7 in a548c94
@ryanjAA which version of the Control Zero were you using? |
An f7 but I have a few h7s here as well. Let me give it a try (all of them are running 1.11.3 so I’ll get current stable on one and test). |
Doesn’t work on stable 1.12.3. I’ll check the port mappings and figure out why but iirc I remapped them on the f7 release for 1.11.3 and then have them remapped for out 1.12 release. I have an h7 and h7 oem so will figure it out. |
Stable is causing random reboots but temp is crazy high. Maybe related. |
I'll lower the default cpu frequency on these H7 boards, there's no reason to run at the max rate (mostly idling) and get this hot. #18198 |
Hi, same problem here with Control Zero H7 with latest stable firmware 1.12.3: no GPS communication. |
We managed to establish the communication with the GPS by connecting the GPS to USART3 (ttyS1) and following config:
|
In fact SER_TEL2_BAUD should be put to "auto". |
I just returned from field testing another setup. The workaround of using TELEM2 is providing a GPS fix (14 satellites in an obscured environment). However, the LED on the GPS pulses blue, which I understanding is to mean "No GPS". |
This may be related: #18968 (comment) |
I am using the Control Zero H7 loaded with the PX4 v1.12.3 release with the mRo Neo-M9N GPS. The PX4 GPS_1_CONFIG is configured to use GPS 1 (201). After booting and waiting 5-10minutes, the GPS just blinks blue lights; no GPS lock in QGC. After setting and rebooting several times, the problem persisted.
I connected to the device using Ublox's U-Center, and it showed 29 satellites. I also loaded ArduCopter 4.1 onto the Control Zero, and the M9N acquired a GPS fix.
The text was updated successfully, but these errors were encountered: