-
Notifications
You must be signed in to change notification settings - Fork 236
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
at+location = 2 in a9g #549
Comments
This is part of the code: `#include <SoftwareSerial.h> SoftwareSerial mySerial(16, 17); #define DEBUG true String check_gps; int count_gps = 0; String coordinates, lat, lng; void setup() { void loop() { |
I will try outside. I'm close to the window but perhaps I need to be outside. Thanks |
I think the problem was to be inside and not outside |
Gps are not working in building or inside room, A9G gps Test in outdoor: You Can See : Satellites tracked is 5 (outdoor test) |
1. SDK version(SDK 版本)
{
}
2. In what kind of operation problems appear, and how to reproduce the problem ?(什么样的操作步骤问题会出现,是否是稳定复现,如何复现问题?)
{
Sometimes in the same place, after turning off and on the board a9g the GPS, they connect quickly, sometimes the GPS takes a long time to connect, and sometimes it does not connect at all. Is there a way to fix this in the code? Thanks.
}
The text was updated successfully, but these errors were encountered: