-
Notifications
You must be signed in to change notification settings - Fork 3
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 not working #7
Comments
Are you seeing any of the other OSD elements? |
Yes, just not getting info from the gps |
The gps elements are there but no values show up |
The gps is a m10q 250, is there something I need to change in the config? |
Also the baud rate is 115200 |
You can change the baud rate in the firmware and compile it on your own. The default is expecting 9600. If you need me to compile it, let me know. |
What tab would that be under in the arduino io? |
It is part of the QLiteOSD.ino code. Near line 58.
Change 9600 to 115200 and compile it. If you are not able to compile it, let me know the options you want and I can do it for you. |
Well when I plugged the board back in I didn’t have the pins lined up and I think I may have bricked it. Is there a way to fix that? |
Now I’m just getting a solid blue light and no osd |
Yeah, reversing the plugs can toast the Wemos D1 Mini board -- good news is you can replace those. |
Is it worth trying to uninstall and reinstall the drivers? It doesn’t smell like I smoked anything. |
I didn’t plug it in the wrong way just miss aligned the pins by one slot |
I have seen it toast the Wemos D1 mini if the pins get plugged in wrong. Solid light or not light is an indicator. Remove the Wemos D1 mini from the socket and try to run it off the USB cable and or load it again -- if it will not load or if the LED does not start flashing then it got toasted. They are easy to replace. |
Yeah not getting anything when plugged into usb, it shows up but won’t connect |
Yeah, sorry to hear that. |
Okay so I got the new board, flashed it but when I plug it in I'm not getting anything. No flashing led when plugged into the board but it does flash when plugged into my computer |
That's an indicator that there might be a bad solder joint or joined pins. Did you solder the d3 pin and gnd for wifi mode? If so, make sure that is correct. |
Post some photos of the board. |
It was the button for the WiFi, removed it and now it works. But still am not getting gps info |
I changed the baud rate but still no gps data in the osd. I wired up the gps to a quad to make sure it wasn't the gps and it worked fine on that |
Make sure you have the TX to RX pins correct. Try to swap them. Also, you may need to take it outside to get satellites. |
Rx is going to tx and tx to rx |
It's weird that it is showing 14 sats but no longitude or latitude |
If it is flashing 14 then it is actually no satellites. Try it outside... Satellite link may require you to have it outside. |
The gps is blinking green, which means it has a lock. I'll try switching around rx and rx but they are wired the way they should be |
*rx and tx |
Then, maybe that GPS is not compatible. If it has a compass included that might be part of the problem. |
Would there be any changes I need to make to the code for an m10 without a compass? |
The project is using the TinyGPS++ library. You may want to check over on that project for compatibility. |
I currently have a foxeer m10 wired up and am not getting any gps info.
The text was updated successfully, but these errors were encountered: