-
Notifications
You must be signed in to change notification settings - Fork 5
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 module Question #1
Comments
I think you can use any module from the Ublox family. |
I'm having trouble finding m8. I will try with 7. Thank you for the quick reply. |
Hello again, maybe you won't remember since it's been a while, but I still want to ask. I cannot try it because the FTDI adapter I purchased has not arrived yet.
Finally, cancel this line in the Setup section and;
I replaced it with this line. Would it be a problem?
When the Arudino IDE checks it, it does not find any errors, but since I do not have enough software knowledge to interpret the rest of the code, I have no idea if there might be something preventing it from working. |
This simply remembers the line, then it is displayed on the screen. She does not appoint IP.
you're right. Add the line with
P.S. I really remember with difficulty ))) |
I can guess, it's been a long time. But it's a very nice project. If there is no problem in its operation, I will use it at work. for time synchronization of cameras. Thank you for your quick reply and support. |
Of course, just like every Arduino/ESP32 project you want to do; Nothing goes as I imagined in this project either :) At first I noticed that there was no SCLK pin on my display. I said no problem, if it doesn't work I'll use another screen. I plugged in the Ethernet cable, the LEDs indicating the connection status were blinking. No matter what I did, I couldn't get it to work. Then I found these sample codes. No matter which one I installed, they all worked. I looked into the source codes and the pin definitions are the same. I'm about to go crazy. Did you encounter anything like this while doing your project? Are specific library versions required? |
Hımm
there is no problem. So, something in the rest of the code is causing the connection to break and the ethernet part to turn off and on. |
The source of the problem was the lines related to the screen. When I removed them I noticed that the ethernet link was working. I removed the library and added it again. Then I made the settings in the library as you added it to your project. It is working now. As for the GPS part, I tried it with 7 and it could not find any satellites. Now I'm trying with 8. I guess it should respond to me when I try it from my computer on the network, whether it finds a satellite or not? It is not responding at all right now. When I look at the open ports on the NTP server IP with a program installed on my computer, I do not see any open ports. This is the next problem :) |
I advice:
|
Yes, there is a program called u-center. :) When I checked, I saw that the boudrate was 9600. I changed it to 115200. But it didn't happen again. In the photo I shared, on the screen where we select the connection speed, I think we choose which format we want to output. I'm not sure what format your code can read. I tried 4-5 different combinations but it didn't work. |
Have you enabled P.S. I agree, my oversight is that I didn't document the settings properly. |
I assume that PPS is already on because when the GPS finds a satellite and starts flashing the LED on it, the PPS error warning on the screen disappears. I will continue to try protocol in/out. :). I also have a Raspberry Pi3, but achieving this with it will not give much pleasure. PS: Yes, the documentation could have been better, but I worked hard to get to this stage and learned a lot. I think esp32 does not understand the information from gps. Everything I wrote here is for reference if anyone else wants to do it. |
Good day! Доброе время суток! |
Hello,
Can I use ublox NEO-M6 or ublox NEO-M7? I probably will, but can I use it with the same library without changing the code?
The text was updated successfully, but these errors were encountered: