V0.8 後 Fake GPS說明

編輯歷史

時間 作者 版本
2016-01-30 08:12 – 08:18 MingWei Cheng r283 – r315
顯示 diff
V0.8 後 Fake GPS說明
- 在0.8之後稍微調整了一下Fake GPS的功能
- 這個功能的目的是不使用GPS晶片,直接在configuration.h裡面指定你的經緯度和高度
+ 在0.8之後稍微調整了一下Fake GPS的功能(原本叫做FMT_OPT)
+ 這個功能是不使用GPS晶片定位,直接在configuration.h裡面指定你的經緯度和高度
很適合用於固定式安裝的各位(其實這種人會占大多數)
(7 行未修改)
*#define GPS_SIGNAL_NOCHECK 1 // 0:只有GPS有定位才會存LOG和發送訊號, 1:就算沒有GPS定位也會存LOG和發訊號(通常都選這個)
- 啟動了GPS將自動讀取NTP取得時間,所以一定須要在網路存在的狀況下才會工作,如果你所處的地方沒網路,你不能使用FAKE GPS。
+ 啟動了GPS將自動讀取NTP取得時間(只有開機讀一次),所以一定須要在網路存在的狀況下才會工作,如果你所處的地方沒網路,你不能使用FAKE GPS。
如何取得GPS位址,說明如下: 請開啟 Google map 點選一個地點,例如下方的斗六高中。
(2 行未修改)
*
- s
+ 將找到的資訊填入,燒進去,這樣就可以了。 挖西阿海...
2016-01-30 08:12 (unknown) r282
顯示 diff
(23 行未修改)
2016-01-30 08:10 – 08:12 MingWei Cheng r225 – r281
顯示 diff
(14 行未修改)
啟動了GPS將自動讀取NTP取得時間,所以一定須要在網路存在的狀況下才會工作,如果你所處的地方沒網路,你不能使用FAKE GPS。
+
+ 如何取得GPS位址,說明如下: 請開啟 Google map 點選一個地點,例如下方的斗六高中。
+
+ 在網址列會顯示 /maps/@GPS緯度,GPS經度,高度z
*
+
+ s
2016-01-30 08:10 (unknown) r224
顯示 diff
(17 行未修改)
2016-01-30 08:07 – 08:10 MingWei Cheng r191 – r223
顯示 diff
(13 行未修改)
*#define GPS_SIGNAL_NOCHECK 1 // 0:只有GPS有定位才會存LOG和發送訊號, 1:就算沒有GPS定位也會存LOG和發訊號(通常都選這個)
- 啟動了
+ 啟動了GPS將自動讀取NTP取得時間,所以一定須要在網路存在的狀況下才會工作,如果你所處的地方沒網路,你不能使用FAKE GPS。
+ *
2016-01-30 08:07 (unknown) r190
顯示 diff
(16 行未修改)
2016-01-30 08:02 – 08:07 MingWei Cheng r27 – r189
顯示 diff
V0.8 後 Fake GPS說明
-
+ 在0.8之後稍微調整了一下Fake GPS的功能
+ 這個功能的目的是不使用GPS晶片,直接在configuration.h裡面指定你的經緯度和高度
+ 很適合用於固定式安裝的各位(其實這種人會占大多數)
*//Step 5:GPS
- *//Do you want to use gps? 0:YES 1:FAKE GPS
- *#define FAKE_GPS 0 // FAKE_GPS : 0: default format with gps, 1: default format but gps is fix data, need to update GPS_FIX_INFOR
- *//NOTICE:If you choose 1 modify "FAKE" GPS location. Fill info below
- *const char gps_lat[]= "23.711068"; // device's gps latitude
- *const char gps_lon[]= "120.545780"; // device's gps longitude
- *const char gps_alt[]= "23 "; // device's gps altitude ,leave a white space in the end
- *#define GPS_SIGNAL_NOCHECK 1 // 0: log or send only when GPS have signal, 1: always log and send even when GPS have no signal
+ *//你想使用FAKE GPS功能嗎
+ *#define FAKE_GPS 1 // FAKE_GPS : 0 使用真正的GPS , 1使用FAKE GPS
+ *//請注意:如果你選擇了使用FAKE GPS,請在下面三個欄位填入經緯度
+ *const char gps_lat[]= "23.711068"; // GPS緯度
+ *const char gps_lon[]= "120.545780"; // GPS經度
+ *const char gps_alt[]= "23 "; // 高度,最後請先留一格空白,改天會找出問題。
+ *#define GPS_SIGNAL_NOCHECK 1 // 0:只有GPS有定位才會存LOG和發送訊號, 1:就算沒有GPS定位也會存LOG和發訊號(通常都選這個)
+
+ 啟動了
2016-01-30 08:02 (unknown) r26
顯示 diff
(12 行未修改)
2016-01-30 08:01 – 08:02 MingWei Cheng r24 – r25
顯示 diff
(1 行未修改)
- *
+
+ *//Step 5:GPS
+ *//Do you want to use gps? 0:YES 1:FAKE GPS
+ *#define FAKE_GPS 0 // FAKE_GPS : 0: default format with gps, 1: default format but gps is fix data, need to update GPS_FIX_INFOR
+ *//NOTICE:If you choose 1 modify "FAKE" GPS location. Fill info below
+ *const char gps_lat[]= "23.711068"; // device's gps latitude
+ *const char gps_lon[]= "120.545780"; // device's gps longitude
+ *const char gps_alt[]= "23 "; // device's gps altitude ,leave a white space in the end
+ *#define GPS_SIGNAL_NOCHECK 1 // 0: log or send only when GPS have signal, 1: always log and send even when GPS have no signal
2016-01-30 08:01 (unknown) r23
顯示 diff
(4 行未修改)
2016-01-30 08:01 – 08:01 MingWei Cheng r21 – r22
顯示 diff
V0.8 後 Fake GPS說明
+
*
2016-01-30 08:01 (unknown) r20
顯示 diff
(3 行未修改)
2016-01-30 07:56 – 08:01 MingWei Cheng r16 – r19
顯示 diff
V0.8 後 Fake GPS說明
- //Step 5:GPS //Do you want to use gps? 0:YES 1:FAKE GPS #define FAKE_GPS 0 // FAKE_GPS : 0: default format with gps, 1: default format but gps is fix data, need to update GPS_FIX_INFOR //NOTICE:If you choose 1 modify "FAKE" GPS location. Fill info below const char gps_lat[]= "23.711068"; // device's gps latitude const char gps_lon[]= "120.545780"; // device's gps longitude const char gps_alt[]= "23 "; // device's gps altitude ,leave a white space in the end #define GPS_SIGNAL_NOCHECK 1 // 0: log or send only when GPS have signal, 1: always log and send even when GPS have no signal
+
+ *
2016-01-30 07:56 (unknown) r15
顯示 diff
(2 行未修改)
2016-01-30 07:55 – 07:56 MingWei Cheng r1 – r14
顯示 diff
- Untitled
-
- This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!
+ V0.8 後 Fake GPS說明
+ //Step 5:GPS //Do you want to use gps? 0:YES 1:FAKE GPS #define FAKE_GPS 0 // FAKE_GPS : 0: default format with gps, 1: default format but gps is fix data, need to update GPS_FIX_INFOR //NOTICE:If you choose 1 modify "FAKE" GPS location. Fill info below const char gps_lat[]= "23.711068"; // device's gps latitude const char gps_lon[]= "120.545780"; // device's gps longitude const char gps_alt[]= "23 "; // device's gps altitude ,leave a white space in the end #define GPS_SIGNAL_NOCHECK 1 // 0: log or send only when GPS have signal, 1: always log and send even when GPS have no signal
2016-01-30 07:55 (unknown) r0
顯示 diff
+ Untitled
+ This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!