Difference between revisions of "Microduino GPS recorder-306KIT"

From Microduino Wiki
Jump to: navigation, search
 
(6 intermediate revisions by one other user not shown)
Line 6: Line 6:
 
Project:Microduino GPS Recorder
 
Project:Microduino GPS Recorder
  
Objective:Use the Microduino GPS module to get the geographic Information and store into Microduino SD card.
+
Objective:Adopt the Microduino GPS module to acquire the geographic information and store it into Microduino-SD.
  
 
Difficulty:Elementary
 
Difficulty:Elementary
Line 15: Line 15:
 
|-
 
|-
 
|
 
|
 +
 
==Bill of Materials==
 
==Bill of Materials==
 
*Microduino module:(MICRODUINO 203KIT)
 
*Microduino module:(MICRODUINO 203KIT)
Line 23: Line 24:
 
|Microduino-Core+||1||Core module
 
|Microduino-Core+||1||Core module
 
|-
 
|-
|Microduino-FT232R ||1||Download program
+
|Microduino-FT232R ||1||Program download
 
|-
 
|-
 
|Microduino-NEO-6M||1||GPS module
 
|Microduino-NEO-6M||1||GPS module
 
|-
 
|-
|Microduino-SD||1||Store information
+
|Microduino-SD||1||Information storage
 
|-
 
|-
|Microduino-OLED||1||Display information
+
|Microduino-OLED||1||Information Display
 
|}
 
|}
 
|-
 
|-
Line 42: Line 43:
 
|
 
|
 
==Debug==
 
==Debug==
Step 1:Set up hardware
+
Step 1:Build the hardware
  
Stack all the modules, and put the GPS antenna to outside, or may not receive the signal.
+
Stack all the modules. Just put the GPS antenna outside, or it can not receive the signal.
  
 
|-
 
|-
Line 52: Line 53:
 
|-
 
|-
 
|
 
|
Step 2:Download program
+
Step 2:Download the program
If use the default jumper (RX0、TX1), need unplug the Microduino NEO-6M when download program;
+
If wanting to keep the default jumper (RX0、TX1), you need to unplug the Microduino NEO-6M during the download;
  
Step 3:Test
+
Step 3:Debug
Find an open area to test, can't in the room, because no signal is received.
+
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 informaton. Flashing (100ms off, 900ms bright), which means that the module has been successful positioning.
+
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==
After get the position information, the parameters can be seen, and these data can be recorded into the memory card.
+
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 strength
+
*Signal intensity
*The number of satellite
+
*The number of satellites
 
*Altitude
 
*Altitude
 
|-
 
|-
 
|
 
|
 +
 
==Note==
 
==Note==
*Before download the program, please make sure the jumper connection firstly,detailed information refer to:http://wiki.microduino.net/index.php?title=Microduino-NEO-6M and [English] http://www.microduino.cc/wiki/index.php?title=Microduino-NEO-6M
+
*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
+
 
 
|}
 
|}

Latest revision as of 10:13, 26 July 2016

Language: English  • 中文

Outline

Project: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

  • Microduino module:(MICRODUINO 203KIT)
Module Number Function
Microduino-Core+ 1 Core module
Microduino-FT232R 1 Program download
Microduino-NEO-6M 1 GPS module
Microduino-SD 1 Information storage
Microduino-OLED 1 Information Display
306KIT picture

Document

Debug

Step 1:Build the hardware

Stack all the modules. Just put the GPS antenna outside, or it can not receive the signal.

306KIT
306KIT

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.

Result

You can see the parameters after acquiring the positioning information and you can also record the data into the memory card.

  • Walking speed
  • Latitude and longitude
  • Signal intensity
  • The number of satellites
  • Altitude

Note

  • Before download the program, please make sure the jumper connection firstly,detailed information refer to:Microduino-GPS
  • Debugging need in the open area.

Video