jw3 / harvest17

0 stars 0 forks source link

Gps with pi 3 #29

Open jw3 opened 7 years ago

jw3 commented 7 years ago

It has been noted multiple places that pi3 doesnt play well with adafruit gps.m

Ive also saw people say its possible.

Obviously would be good to upgrade to 3

jw3 commented 7 years ago

Looks plenty possible, only drawback is locking cpu at frequency rather than letting it throttle itself.

https://gary-dalton.github.io/RaspberryPi-projects/rpi3_gps.html https://learn.adafruit.com/adafruit-ultimate-gps-on-the-raspberry-pi?view=all

jw3 commented 7 years ago

enable_uart=1

dwc_otg.lpm_enable=0 root=PARTUUID=b62e07fd-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait

sudo systemctl stop serial-getty@ttyS0.service sudo systemctl disable serial-getty@ttyS0.service

sudo apt-get install gpsd gpsd-clients python-gps

sudo systemctl enable gpsd.socket sudo systemctl start gpsd.socket