roema / Open-Glider-Network-Groundstation

Open Glider Network Receiver based on TTGO T-Beam ESP32 hardware.
https://ros-it.ch/open-glider-network-base-station/
GNU General Public License v3.0
1 stars 0 forks source link

No data from GPS even when fix led blinking #34

Closed dziedzic99 closed 2 years ago

dziedzic99 commented 2 years ago

Note that some of the TTGO T-Beam devices come with GPS module preprogrammed in a way that will not work with this software. What fixed it for me: set board in Serial Passthrough mode between Serial and Serial1, both at 9600 baudrate. Then use ubxtool -p RESET -f /dev/YOURSERIALPORT to reset GPS to default settings. Afterwards flash this software and it will work.

Suggested fix in the software: add GPS module reset command at boot.

schenlap commented 2 years ago

Same problem here. After ubxtool -p RESET -f /dev/YOURSERIALPORT the red led ist not flashing any more. GNSS_version() returns GNSS_MODULE_NONE on TTGO T-Beam T22 V1.0 (GPS TX=IO34, RX=IO12).

dziedzic99 commented 2 years ago

Try resetting it again? It took a few tries for mine to catch up.