Skip to content

Latest commit

History

History
43 lines (41 loc) 路 1.67 KB

gps-fix-parsed.md

File metadata and controls

43 lines (41 loc) 路 1.67 KB
layout title description difficulty features dependancies references images steps photos
code
GPS fix with parsed lat-long
Display the parsed NMEA string information on the serial console after a successful GPS fix
medium
gps
PA1010D
UART
TX
RX
fix
name url
CDTop PA1010D GNSS patch antenna module Datasheet V.03
name url
Adafruit PA1010D breakout board module
console prototype schematic
gps-fix-parsed-console.png
gps-fix-prototype.jpg
gps-schematic.png
step
Ensure you have access to open skies for a GPS fix
step
Plug in the Oak PCB to the computer
step image
(Option A) Ensure the PCB can be detected with <code>ls -al /dev/cu.usbmodem</code> and <code>arduino-cli board list</code>. Run <code>make</code> to compile and upload the code to the board.
print-hello-check.png
step image
(Option B) Ensure the board can be detected with Arduino IDE. Compile and upload the code to the board.
arduino-ide-board.png
step
Start the serial monitor
filename
gps-fix-pps-prototype.jpg

Ensure you have access to the open skies for a potential GPS fix.

When the serial console shows the latitude and longitude information, the PPS Red LED should also blink once per second.