eriktheV-king / TTGO_T-beam_GPS-reset

Reset U-blox NEO GPS devices on TTGO T-beam T22- V1.0 and 1.1 back to factory settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use with TTGO_T-beam T22 Rev1.1 20210222

vladakoci opened this issue · comments

I am trying to use T22-GPS-reset-v3 and T22-GPS-restoreFactory-v2 with LilyGO/TTGO-T-Beam T22 Rev1.1 20210222.
Actually, I would like to use the code just to enable/disable certain NMEA messages.
But it does not go over this line
if (myGPS.begin(SerialGPS)) {
means it does not print the following serial console message
Serial.println("Connected to GPS");
I get only these:
Connected to Serial
AXP192 Begin PASS
All comms started
Seems it does not get response from myGPS.begin(SerialGPS) function.
It seems to me GPS_RX_PIN and GPS_TX_PIN have not changed as some other Arduino sketches I tried using Neo6M GPS module work fine with this board.
I am using SparkFun_Ublox_Arduino_Library v 1.8.11.

I am new to this board, do not have any ideas what I could try.

Did you ever figure anything out?

I'm running into the same issue. Will keep poking and if i figure it out I'll report back.

For me it only worked when I downgraded to a 1.7.x SparkFun UBlox library: https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library/releases/tag/v1.7.2