NEO-6M(GPS)
GPS-Global positioning system
GPS NEO -6M |
GPS_NEO_6M |
Pin Configuration
Vcc | Power supply |
TX | UART Transmit pin |
RX | UART Receiver pin |
GND | Groud |
Technical Specifications
Operating voltage | 3v -3.6v |
Communication | UART |
Default Baud rate | 9600 bits/sec |
Signal indicator | LED(Blue/ Red) |
Time-To-First-fix | Cold Start 32s, For Warm Start 23s, For Hot Start <1s |
Battery backup | YES |
EEPROM | YES |
Operating temperature range | -40 ͦ C to 85 ͦ C |
Maximum Navigation update rate | 5 Hz |
Tracking & Navigation(sensitivity) | -160 dBm |
NMEA –protocol | Input/output, ASCII, 0183, 2.3 (compatible to 3.0) |
UBX-protocol | Input/output, binary, u-blox proprietary |
DC current through any digital I/O pin (except supplies) | 10ma |
Max. supply current(power requirement) | 67 ma |
GPS module has an inbuilt battery, a memory unit (EEPROM), an external ceramic antenna and its dimensions are 16 x 12.2 x 2.4 mm package. It is configured with UART serial communication with a default baud rate of 9600 bits/sec. The 50-channel u-blox 6 positioning engine boasts a Time-To-First-Fix (TTFF) of under 1 second. The dedicated acquisition engine, with 2 million correlators, is capable of massive parallel time/frequency space searches, enabling it to find satellites instantly.
If you connect this module to the computer with the help of a USB-TTL converter with PUTTY software you can get the latitude and longitude readings, otherwise, you need to interface with the microcontroller and develop a bit of scratch then you can get the readings.
GPS module gives a different type of data formats as shown below, which include location, speed, time, and date.
GPS- Data Format |
NMEA Data Format
Note: Most of the devices has the only signal LED not have any power LED.
How to use NEO-6M GPS Module
Requirements:
- GPS module(neo-6m) with antenna,
- TTL to USB converter
- computer.
Software:
- Putty / Flash magic
Make the connections as
follows
GPS_Serial_communication |
Flashmagic_TechnoElectronics |
How to interface with Arduino
This is the way to get
the GPS values (Latitude and Longitude) using microcontroller with program
DOWNLOAD:
TinyGps++
Arduino Code for NEO-6M GPS Module:
Applications
- Vehicle Tracking Unit
- Children Tracking Device
- Location Identification
- The automatic vehicle drive units
- Speed measurement
0 Comments