Time to GPS fix? / mounting orientation of BN-880 towards sky? #38
Replies: 5 comments 2 replies
-
Hi Michael Tips:
After the first time, a new boot should be much quicker (< 1 min) for the following few hours after the unit is turned off. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answer - very clear about the orientation now! So, since you not mentioning my comment about the blinking pattern of the LEDs, I'd assume, it is probably no issue about e.g. quality of wiring/soldering, right? |
Beta Was this translation helpful? Give feedback.
-
As long as you power the GPS unit, its lights are independent of what happens on the ESP32 side. Have you connected your unit to a mobile app to see if data shows up? |
Beta Was this translation helpful? Give feedback.
-
I would recommend keeping the ESP32, at least its antenna, as far as reasonably possible from the GPS antenna. You should be fine without a separate housing, the best location to reduce interference is right below - you can read more about interference and how the GPS antenna works at (https://www.u-blox.com/sites/default/files/products/documents/GNSS-Antennas_AppNote_%28UBX-15030289%29.pdf) |
Beta Was this translation helpful? Give feedback.
-
Hint: there are predefined configurations for HLT and RaceChrono that document the optimal settings for each, see also documentation at (https://github.com/renatobo/bonogps/tree/main/software/connecting/harrylaptimer#gps-configuration-for-nmea-messages) and (https://github.com/renatobo/bonogps/tree/main/software/connecting/racechrono#gps-configuration-for-nmea-messages) Some context
The "stream" option means that every command is sent at every refresh by the GPS unit, so 1Hz/5Hz/10Hz When you activate stream for GSV/GSA, there is not enough bandwidth at anything higher than 1Hz (issues on both the GPS->ESP32 serial port AND on the BLE/BT connection) so refresh frequency falls back. Bottom line: Streaming GSV/GSA is not recommended but for diagnosing purposes. Use GSA and GSV when tuning your device, then you can disable it altogether for optimal performances. If you like the "eye candy" feature of checking how many satellites you see and where they are, a good option is "poll" which asks for that information much less frequently. Read also on the HLT forum |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I just created my build of the bonoGPS, and it works fine, except the fact that the time to GPS fix is very long, in the order of 20-25 minutes. Is this normal, or is something wrong with my build?
I power the bonoGPS via USB cable. After plugging the power in, the blue LED flashes 2-3 times slowly, and afterwards it starts blinking very quickly until the GPS fix is highlighted via blinking of red+blue LED.
I'm using a BN880 together with this ESP32: https://www.az-delivery.de/en/products/esp-32-dev-kit-c-v4
By the way, which side of the BN-880 should be pointed towards the sky? The big square patch side, or the side with the connector? Or doesn't matter?
With best regards,
Michael
Beta Was this translation helpful? Give feedback.
All reactions