-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPS serial communication fails #15
Comments
Could the problem possibly be due to missing 1.8V, so that the GNSS has no supply voltage? How can this be checked? |
LiLyGo support via Aliexpress told mit to compile and upload GPStest from the examples. Here is the result:
and so on |
Here is my initialization sequency before trying to gather data from GPS serial port on STM32 : PIN DEFINITIONS PIN INITIALIZATIONS PRINT GPS SERIAL DATA ON SERIAL FOR USB DEBUGGING Hope that helps :) |
Same problem here, any update? |
I'm also facing the same issue. Any solution? I Have T-Impulse wristband k200! |
If someone have any update about this issue, please write here in order to have all the solution ASAP |
I have tested the T-Impulse and got GPS and LoRaWAN working for TTN.
However, since a few days I could no longer get a GPS fix. Today, I have found out that the serial communication to the GNSS stopped working. Or to be more precise: all
GPS_WaitAck("...");
commands are no longer answered. All other peripherals work as expected. I used the original code with anSerial.println(ack);
statement afterack = gpsPort.readStringUntil('\n')
inGPS_Waitack();
.Any ideas how this can be fixed?
Thanks
Thorsten
The text was updated successfully, but these errors were encountered: