Usage Example for Raspberry Pi/Jetson Nano/Linux
Last revision 2026/01/09
Operation Steps
-
Download program, and plug in USB GPS receiver.
Taking Raspberry Pi as an example, same to Nano and Linux.
Input the following commands at the terminal cd ..... //Directory of the file you want to save git clone https://github.com/DFRobotdl/USB_GPS_EN.git //Download program from Github cd USB_GPS_EN
-
Check device
Input:
sudo ls -l /devFind the device you just connected.

-
Open the previously downloaded min. C file, change the device port in the program to be consistent with the actual one, and save it.

-
Open the folder of the program on the terminal, compile and run.
cd ..... /USB_GPS_LINUX gcc -o GPS main.c sudo ./GPS
-
Copy the GPS data to the Google Map

Was this article helpful?
