Try Raspberry Pi With Serial to Read GPS

preview_player
Показать описание
Try Raspberry Pi With Serial to Read GPS. Learn more about Raspberry PI GPIO. Here we are using the Serial library to read the output of the Adafruit Ultimate GPS module and I find out where I am located. That's a secret. But, I tell you the rest of the story. Free the ttyS0 port up from console login, wire up the GPS module. Use Python to display the raw data. Also, I show how to interpret the results.
GPS, LoRa, Radio and Telemetry Playlist
How to Handle Raspberry Pi Serial Reading and Writing
Adafruit Ultimate GPS Breakout
GPS - NMEA sentence information
Рекомендации по теме
Комментарии
Автор

GPS, LoRa, Radio and Telemetry Playlist

ShotokuTech
Автор

Hello, thank you for your video. Great
I have 2 problems, (1) my AdafruitGPs module is actually giving me the wrong geographic coordinate.
(2) it has a high delay time in processing the signal.
I wonder how I can fix it (is there any way to reset the module?)
Using it from Tunisia, could this be related to the satellite coverage?

christiantchounke
Автор

Our interests have finally converged. How do I convert the NMEA MRC or GGC to a normal longitude/latitude?

BrandonJacobson
Автор

An ultimate GPS module adafruit, an SD card (which works with a spi link) a bluetooth module. You can give me exactly it's 3 components. Which must be compatible. It must work with an Arduino card. Because there are several types of adafruit ultimate GPS. But I do not know what to choose. It is 3 components must be

ouchanihida
Автор

very helpful!! But how did you get a I've been trying for so long to get a fix.... Any advice??

phda
Автор

I have to use an ultimate adafruit GPS module. Which will be compatible with an SD card and a bluetooth module (all its components must be compatible with an Arduino) you can advise me to take what as type of components

ouchanihida
Автор

Hi, I get blanks for my output rather than NMEA sentences. Here is the output:
b''
b''
b''
b''
...
I have tested the module on an Arduino and it works fine. Any advice?

hassrahhal
Автор

Hi so I have an Adafruit fruit GPS and the new M0 Lo-Ra boards I have it transmitting the latitude longitude it's receiving the latitude longitude but I cannot get the receiver to print on the serial monitor of the ESP 32 web server. The web server set up so that when latitude and longitude are printed in serial it automatically drops a pin on my Google Maps widget. But as of now the receiving radio board cannot communicate through TXRX pins no matter what I try they do not see each other the serial monitors remain separate.

taylormayhew
Автор

Great vid .BUT. please lose the distracting background music in the future!

charosenz
Автор

This source code error
ser= serial.Serial{
^
invalid syntax....
i have copy this code, why error?

_HF-xfql
Автор

I am getting b'' as an output.
I am using pi4
can you please help me

sibinlazar
Автор

I made it to 1:35 and cant get past changing the config, is there pictures and text instructions some place to reference adjusting the configuration, your talking is not matching what I see on the screen only thing helpful is when you say click on 5 for Interfacing Options the rest is speed clicking with no time to read what your clicking on.


I have rewound the video 15 times just cant match up the instructions with what your clicking on its like the instructions are out of sync with the video? Screens change so quickly I cant even hit the pause button fast enough to pause and read, is there a way to watch the videoin slow motion so I have time to hit pause?


Thanks

PilotOdyssey
Автор

I am having the same issue as others have had, it is just printing b' '
I am using the sparkfun QWIIC system to wire everything. I tried running it on an Arduino with QWIIC and the NMEA prints fine but when I switch it to the pi I just get the b' '. I read that you mentioned checking the baud rate, what should I set it to for this? Or what other steps can I take to get this to work? (Awesome video btw!)

nickm
Автор

Hello, I have an issue when using the code "read_serial_py", the console output shows this: Unlike you, it doesn't work for me. Do you have any solution?

MegaDavY