Skip to content
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

Open
Iamyahodfpv opened this issue Jan 19, 2024 · 32 comments
Open

GPS not working #7

Iamyahodfpv opened this issue Jan 19, 2024 · 32 comments

Comments

@Iamyahodfpv
Copy link

I currently have a foxeer m10 wired up and am not getting any gps info.

@Qrome
Copy link
Owner

Qrome commented Jan 19, 2024

Are you seeing any of the other OSD elements?

@Iamyahodfpv
Copy link
Author

Yes, just not getting info from the gps

@Iamyahodfpv
Copy link
Author

The gps elements are there but no values show up

@Iamyahodfpv
Copy link
Author

The gps is a m10q 250, is there something I need to change in the config?

@Iamyahodfpv
Copy link
Author

Also the baud rate is 115200

@Qrome
Copy link
Owner

Qrome commented Jan 19, 2024

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.

@Iamyahodfpv
Copy link
Author

What tab would that be under in the arduino io?

@Qrome
Copy link
Owner

Qrome commented Jan 19, 2024

It is part of the QLiteOSD.ino code. Near line 58.

static const uint32_t GPSBaud = 9600;

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.

@Iamyahodfpv
Copy link
Author

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?

@Iamyahodfpv
Copy link
Author

Now I’m just getting a solid blue light and no osd

@Qrome
Copy link
Owner

Qrome commented Jan 19, 2024

Yeah, reversing the plugs can toast the Wemos D1 Mini board -- good news is you can replace those.

@Iamyahodfpv
Copy link
Author

Is it worth trying to uninstall and reinstall the drivers? It doesn’t smell like I smoked anything.

@Iamyahodfpv
Copy link
Author

I didn’t plug it in the wrong way just miss aligned the pins by one slot

@Qrome
Copy link
Owner

Qrome commented Jan 19, 2024

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.

@Iamyahodfpv
Copy link
Author

Yeah not getting anything when plugged into usb, it shows up but won’t connect

@Qrome
Copy link
Owner

Qrome commented Jan 19, 2024

Yeah, sorry to hear that.

@Iamyahodfpv
Copy link
Author

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

@Qrome
Copy link
Owner

Qrome commented Jan 22, 2024

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.

@Qrome
Copy link
Owner

Qrome commented Jan 22, 2024

Post some photos of the board.

@Iamyahodfpv
Copy link
Author

It was the button for the WiFi, removed it and now it works. But still am not getting gps info

@Iamyahodfpv
Copy link
Author

image

@Iamyahodfpv
Copy link
Author

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

@Qrome
Copy link
Owner

Qrome commented Jan 22, 2024

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.

@Iamyahodfpv
Copy link
Author

Rx is going to tx and tx to rx

@Iamyahodfpv
Copy link
Author

image

@Iamyahodfpv
Copy link
Author

It's weird that it is showing 14 sats but no longitude or latitude

@Qrome
Copy link
Owner

Qrome commented Jan 22, 2024

If it is flashing 14 then it is actually no satellites. Try it outside... Satellite link may require you to have it outside.

@Iamyahodfpv
Copy link
Author

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

@Iamyahodfpv
Copy link
Author

*rx and tx

@Qrome
Copy link
Owner

Qrome commented Jan 22, 2024

Then, maybe that GPS is not compatible. If it has a compass included that might be part of the problem.

@Iamyahodfpv
Copy link
Author

Would there be any changes I need to make to the code for an m10 without a compass?

@Qrome
Copy link
Owner

Qrome commented Feb 26, 2024

The project is using the TinyGPS++ library. You may want to check over on that project for compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants