TTGO_T-beam_GPS-reset icon indicating copy to clipboard operation
TTGO_T-beam_GPS-reset copied to clipboard

Use with TTGO_T-beam T22 Rev1.1 20210222

Open vladakoci opened this issue 3 years ago • 3 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.

vladakoci avatar Jan 31 '22 19:01 vladakoci

Did you ever figure anything out?

jcherniak avatar Mar 09 '22 09:03 jcherniak

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

maccam912 avatar May 21 '22 02:05 maccam912

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

maccam912 avatar May 21 '22 14:05 maccam912