How to setup external GPS module? #800
Replies: 2 comments
-
You need PPS line only for high precision time of day interrupt (GPS_INT). The GPS will work with RX/TX only. If you don't need or have PPS, leave GPS_INT disabled. |
Beta Was this translation helpful? Give feedback.
-
Hola, te cuento que hice para que me funcione. Uso una placa Lilyo T3_v1.6.1 con un gps NEO 6M v2. el archivo ttgov21new.h queda con estas líneas descomentadas: |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have an external GPS module like this one https://www.aliexpress.com/item/1005001986419551.html and want to connect it to my TTGO Lora v2.1 (https://www.amazon.de/TTGO-ESP32-Paxcounter-LoRa32-Version-Bluetooth/dp/B07SFJ86FG).
The part in the generic.h says:
Do I understand it correctly that I have to connect GPIO12 to RX and GPIO13 to TX? But what do I have connect to GPIO13? My module only offers VCC, GND, RX and TX pins. Is there a way to get it running or should I use another module which offers PPS as an additional pin (like https://www.aliexpress.com/item/4001136384325.html)?
Beta Was this translation helpful? Give feedback.
All reactions