伊莉討論區

標題: 有關GPS模組問題 [打印本頁]

作者: b17404401    時間: 2017-6-16 04:12 PM     標題: 有關GPS模組問題

我打算用arduino做一個鬧鐘,它的時間是抓GPS訊號,也就是說像GPS手錶一樣,不用經過任何設定就能知道台灣的標準時間,時間是顯示在七段顯示器上面。
問題來了,請問NEO-6M這顆GPS模組有辦法做的到嗎?
感恩 謝謝大家


作者: CoNsTaRwU    時間: 2017-6-16 11:35 PM

提示: 作者被禁止或刪除 內容自動屏蔽
作者: b17404401    時間: 2017-6-17 09:04 AM

就是想做一個鬧鐘,然後他的時間能接收GPS,讓他在七段顯示台灣標準時間,跟GPS手錶一樣
NEO-6M能做的到嗎? 抱歉我可能有發錯地方
作者: CoNsTaRwU    時間: 2017-6-17 10:08 PM

提示: 作者被禁止或刪除 內容自動屏蔽
作者: yp7346    時間: 2020-1-12 10:03 PM

Sure!

NMEA Message Structure

To understand the NMEA message structure, let’s examine the popular $GPGGA message. This particular message was output from an RTK GPS receiver:

$GPGGA,181908.00,3404.7041778,N,07044.3966270,
W,4,13,1.00,495.144,M,29.200,M,0.10,0000*40

All NMEA messages start with the $ character, and each data field is separated by a comma.

GP represent that it is a GPS position (GL would denote GLONASS).

181908.00 is the time stamp: UTC time in hours, minutes and seconds.

3404.7041778 is the latitude in the DDMM.MMMMM format. Decimal places are variable.

N denotes north latitude.

07044.3966270 is the longitude in the DDDMM.MMMMM format. Decimal places are variable.

W denotes west longitude.
作者: z1090128    時間: 2020-1-18 01:16 PM

建議可以直接找這顆IC的datasheet,應該會直接告訴你使用方式




歡迎光臨 伊莉討論區 (http://wwwd.eyny.com/) Powered by Discuz!