Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Ublox USB GPS Data Logger for Use with Raspberry Pi 4 Running Python 3 Environment within Raspberry Pi OS x64

License

GPL-3.0, GPL-2.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

bh4302/Py3GPSLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Py3GPSLogger

Ublox USB GPS Data Logger for Use with Raspberry Pi 4 Running Python 3 Environment within Raspberry Pi OS x64 Code Modified by Brayden Hill on 11/10/2023 for UNC Charlotte MEGR 3241: Advanced Motorsports Instrumentation Original Code Written by Professor 'Mac' McAlpine

Materials Required:

  1. Raspberry Pi 4 with Raspberry Pi OS x64 Installed
  2. Ublox USB GPS
  3. 2A Car Supply (USB Type C)

Installation Instructions: First, update all required packages...

sudo apt-get update
sudo apt-get upgrade
sudo apt-get autoremove
sudo reboot

...then, install the required gspd-client packages/libraries...

sudo apt-get install gpsd gpsd-clients
pip install gpsd-py3 --break-system-packages
sudo reboot

...now, clone the github code to your home directory...

cd ~
git clone https://github.com/bh4302/Py3GPSLogger.git

...and you now have the code installed!

Running Instructions: To run the code and begin recording data, navigate to the directory where it was installed...

cd Py3GPSLogger/
python gps_logger.py

...and use Ctrl^C to stop data recording.

Data will be automatically compiled into a .csv file with the recording timestamp, located in the same directory.

About

Ublox USB GPS Data Logger for Use with Raspberry Pi 4 Running Python 3 Environment within Raspberry Pi OS x64

Resources

License

GPL-3.0, GPL-2.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published