forked from sigrokproject/sigrok-dumps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NMEA data output from mtk3339 module UART. Signed-off-by: Matt Ranostay <mranostay@gmail.com>
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
------------------------------------------------------------------------------- | ||
MTK3339 GPS NMEA UART output | ||
------------------------------------------------------------------------------- | ||
|
||
This is a dump of NMEA data from MTK3339 GPS Adafruit Breakout's UART output. | ||
|
||
For details see: | ||
http://www.adafruit.com/products/746 | ||
http://www.adafruit.com/datasheets/GlobalTop-FGPMMOPA6H-Datasheet-V0A.pdf | ||
|
||
|
||
Logic analyzer setup | ||
-------------------- | ||
|
||
The logic anlyzer used was a Open Logic Sniffer at a sample rate of 200KHz for | ||
using a baud rate of 9600 8N1. | ||
|
||
Probe UART | ||
---------------- | ||
0 TX | ||
|
||
|
||
Data | ||
---- | ||
|
||
The sigrok command line used was: | ||
|
||
sigrok-cli --driver=ols:conn=/dev/ttyACM0 --config rle=1:samplerate=<hz> \ | ||
--samples=1000000 -p '0=TX' --triggers 'TX=0' -o <file>.sr | ||
Device only sent 845282 samples. | ||
|
||
We capture as many samples as the RLE mode can handle. |
Binary file not shown.