GPSLogger
Simple Python GPS Logger for Raspberry Pi
Install / Use
/learn @Austriker/GPSLoggerREADME
GPSLogger
Simple GPS Logger for Raspberry PI
Hardware
Tested on :
- Raspberry PI 2
- Adafruit Ultimate GPS Breakout : http://www.adafruit.com/product/746
Software
- Python 3.4
- GPSD
Setup
Install GPSD
sudo apt-get install gpsd gpsd-clients libgps-dev
Connecting the GPS
Here is a good How To : https://learn.adafruit.com/adafruit-ultimate-gps-on-the-raspberry-pi/
Step 1
sudo nano /boot/cmdline.txt
Change :
dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait
To :
dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait
Step 2
sudo nano /etc/default/gpsd
And change the next two following lines :
DEVICES="/dev/ttyUSB0"
GPSD_OPTIONS="-n"
Step 3
Reboot
Step 4
Check if GPSD is working properly
cgps -s
Start
./main.py
Related Skills
node-connect
341.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.6kCommit, push, and open a PR
