adafruit_ultimate_gps
Adafruit Ultimate GPS Role
Configures a Raspberry Pi for use with an Adafruit Ultimate GPS HAT.
The HAT uses the Pi's UART interface for communication with the Pi itself, and as such, requires the Pi to be configured so that serial communication is disabled, so the required pins are available for use.
Tested and used with a Raspberry Pi 4, however it should work across all of the various Pis that the HAT supports.
Requirements
Example Playbook
- name: Setup Adafruit Ultimate GPS module
hosts: all
become: yes
roles:
- kevinpoitra.adafruit_ultimate_gps
License
BSD
About
Sets up a Raspberry Pi to work with an Adafruit Ultimate GPS HAT
Install
ansible-galaxy install kevinpoitra/adafruit_ultimate_gps
License
Unknown
Downloads
18
Owner