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

From Microduino Wiki
Jump to: navigation, search
(Debug)
 
(2 intermediate revisions by one other user not shown)
Line 64: Line 64:
  
 
==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