|
1
|
Items Required
Product Name Quantity
GPS Module 1 Buy Now
SPDUINO 1 Buy Now
USB A-B Cable 1 Buy Now
Female to male connector wires 4 Buy Now
|
|
2
|
Application
- Used in Real time vehicle tracking.
- Used in smartphones, Tablet, PC's to get accurate values of the position value.
|
|
3
|
Component specification
GPS Module:
- Power Supply Range: 3 V to 5 V
- Model: GY-GPS6MV2
- Ceramic antenna
- EEPROM for saving the configuration data when powered off
- Backup battery
- Default Baud Rate: 9600 bps
- LED signal indicator.
|
|
4
|
Interfacing Arduino with GPS Module: (Connection Procedure)
- In the GPS Module, connect and Solder the Berg pins in the slots provided.
- Then connect the GPS Module to SPDUINO using female to male pins.
- The circuit diagram is as shown below.Remember that the RX pin of Arduino should be connected to TX of GPS and Tx of arduino to Rx of GPS module.

- Once done, upload the program into the SPDUINO.
- The sample output is as shown below.

The program to be uploaded is shown below.
NOTE:
- The GPS Module takes some time to get connected to one of the satellite.
- Remember to go out under the open space for few minutes in order to establish the initial phase of connection.
- The LED will start blinking once the connection is established.
|
|
|