“Microduino GPS recorder-306KIT”的版本间的差异
(→Note) |
|||
(未显示2个用户的7个中间版本) | |||
第6行: | 第6行: | ||
Project:Microduino GPS Recorder | Project:Microduino GPS Recorder | ||
− | + | Objective:Adopt the Microduino GPS module to acquire the geographic information and store it into Microduino-SD. | |
Difficulty:Elementary | Difficulty:Elementary | ||
第15行: | 第15行: | ||
|- | |- | ||
| | | | ||
+ | |||
==Bill of Materials== | ==Bill of Materials== | ||
*Microduino module:(MICRODUINO 203KIT) | *Microduino module:(MICRODUINO 203KIT) | ||
第23行: | 第24行: | ||
|Microduino-Core+||1||Core module | |Microduino-Core+||1||Core module | ||
|- | |- | ||
− | |Microduino-FT232R ||1|| | + | |Microduino-FT232R ||1||Program download |
|- | |- | ||
− | |Microduino-NEO-6M||1|| | + | |Microduino-NEO-6M||1||GPS module |
|- | |- | ||
− | |Microduino-SD||1|| | + | |Microduino-SD||1||Information storage |
|- | |- | ||
− | |Microduino-OLED||1||Display | + | |Microduino-OLED||1||Information Display |
|} | |} | ||
|- | |- | ||
第36行: | 第37行: | ||
|- | |- | ||
| | | | ||
+ | |||
==Document== | ==Document== | ||
第41行: | 第43行: | ||
| | | | ||
==Debug== | ==Debug== | ||
− | Step | + | Step 1:Build the hardware |
− | Stack all the modules | + | Stack all the modules. Just put the GPS antenna outside, or it can not receive the signal. |
|- | |- | ||
第51行: | 第53行: | ||
|- | |- | ||
| | | | ||
− | Step 2:Download program | + | Step 2:Download the program |
− | If | + | If wanting to keep the default jumper (RX0、TX1), you need to unplug the Microduino NEO-6M during the download; |
− | Step | + | Step 3:Debug |
− | Find an open area to | + | Find an open area to debug for better signal. |
− | The current status of the module can be judged by the PPS indicator: lighting, indicates that the module has started to work, but hasn't achieved position | + | The current status of the module can be judged by the PPS indicator: lighting, indicates that the module has started to work, but hasn't achieved position information. Flashing (100ms off, 900ms on), means that the module has been successfully positioned. |
|- | |- | ||
| | | | ||
+ | |||
==Result== | ==Result== | ||
− | + | You can see the parameters after acquiring the positioning information and you can also record the data into the memory card. | |
*Walking speed | *Walking speed | ||
*Latitude and longitude | *Latitude and longitude | ||
− | *Signal | + | *Signal intensity |
− | *The number of | + | *The number of satellites |
*Altitude | *Altitude | ||
|- | |- | ||
| | | | ||
+ | |||
==Note== | ==Note== | ||
− | *Before download the program, please make sure the jumper connection firstly,detailed information refer | + | *Before download the program, please make sure the jumper connection firstly,detailed information refer to:[[Microduino-GPS]] |
*Debugging need in the open area. | *Debugging need in the open area. | ||
+ | |||
==Video== | ==Video== | ||
http://v.youku.com/v_show/id_XNjY1NzE3NDQ0.html | http://v.youku.com/v_show/id_XNjY1NzE3NDQ0.html | ||
|} | |} |
2014年9月13日 (六) 16:32的最新版本
Language | English |
---|
OutlineProject:Microduino GPS Recorder Objective:Adopt the Microduino GPS module to acquire the geographic information and store it into Microduino-SD. Difficulty:Elementary Time-consuming:2 hours Maker:Microduino Studio-YLB | ||||||||||||||||||
Bill of Materials
| ||||||||||||||||||
Document | ||||||||||||||||||
DebugStep 1:Build the hardware Stack all the modules. Just put the GPS antenna outside, or it can not receive the signal. | ||||||||||||||||||
Step 2:Download the program If wanting to keep the default jumper (RX0、TX1), you need to unplug the Microduino NEO-6M during the download; Step 3:Debug Find an open area to debug for better signal. The current status of the module can be judged by the PPS indicator: lighting, indicates that the module has started to work, but hasn't achieved position information. Flashing (100ms off, 900ms on), means that the module has been successfully positioned. | ||||||||||||||||||
ResultYou can see the parameters after acquiring the positioning information and you can also record the data into the memory card.
| ||||||||||||||||||
Note
Video |