FREE SHIPPING FOR ALL ORDERS OF RM150
  • Newsletter
  • Contact Us
  • FAQs

ONLINE COMPONENTS SDN.BHD

Login / Register
Wishlist
ONLINE COMPONENTS SDN.BHD
  • Home
  • About us
  • Components
    • Buzzer/Speaker
    • Connectors
    • Fans
    • LED
    • PCB
    • Relays
    • Resistor/ Rotary
    • Switches
    • Capacitor
  • Modules/Sensors
    • Accelerometer/ Gyro/ Magnestic Modules
    • Battery/Batt. Charger
    • Development Boards
    • Finger Print & Touch Sensors
    • LCD/Display Screen
    • Motors, Solenoids, Drivers And Accessories
    • Opto and Imaging
    • Power Supply/ Modules
    • Raspberry Products
    • Relay Modules
    • Robotic/ Car Chassis
    • Shock/ Tilt
    • SOLAR PRODUCTS
    • Temperature/ Humidity
    • Timer Modules
    • Tools/Equipments
    • Ultrasonic Sensor/ Module
    • Voltage/ Current Sensor
    • Water & Rain Sensors
    • Weight Sensors
    • Wire/ Wireless Communication Modules
  • Customer Service
    • FAQ
    • Privacy Policy
    • Terms & Condition
    • Contact us
  • PROMOTION
  • BESTSELLER
Menu
Click to enlarge
Home Wire/ Wireless Communication Modules GPS GPS MODULE NEO-6MV2 WITH ANTENNA
GSM-GPRS-GPS SIM808 Module Login to see prices
Back to products
LDR SENSOR MODULE Login to see prices

GPS MODULE NEO-6MV2 WITH ANTENNA

Login to see prices

Weight 19 kg
Dimensions 25 × 35 cm
Add to wishlist
SKU: GY-GPS6MV2 Categories: GPS, Wire/ Wireless Communication Modules
Share:
  • Description
  • Reviews (0)
  • Shipping & Delivery
Description

The NEO6MV2 GPS module comes with 4 connections: RX, TX, VCC and GND, which is quite easy to incorporate with using SoftwareSerial on an Arduino Uno or a serial interface on an Arduino Mega. There is only one little problem: The module uses 3v3 logic, which is not compatible with the 5v supplied by Arduino. However, a simple voltage divider can solve this issue.

Specification:

1.Supply Voltage:2.7 to 3.6V

2.Supply current:67 mA

3.Antenna gain:50 dB

4.Operating temperature:-40 to 85°C

5.Antenna Type:Passive and active antenna

6.Interfaces:UART,USB,SPI,DDC

7.Sensitivity-

  • Tracking & Navigation:-160 dBm
  • Reacquisition:-160 dBm
  • Cold Start (Autonomous):-146 dBm

Program for GPS6MV2 Module:

#include <SoftwareSerial.h>
//Create software serial object to communicate with GPS
SoftwareSerial gps(10,11);
void setup() 
{
 //Begin serial communication with Arduino and Arduino IDE (Serial Monitor)
 Serial.begin(9600);
 while(!Serial);
 //Being serial communication with Arduino and GPS Module //Important rate must be 9600
 gps.begin(9600);
 delay(1000);
 Serial.println("Setup Complete!");
}
void loop() 
{
 if(gps.available()){
 Serial.write(gps.read());
 }
 if(Serial.available()){    
   gps.write(Serial.read());
 }
}
Reviews (0)

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shipping & Delivery

Related products

Quick view
Add to wishlist

TTL~RS485 CONVERTER MODULE 5VDC

Wire/ Wireless Communication Modules, TTL/UART/RS232/RS485/CAN
Login to see prices
Quick view
Add to wishlist

GSM 900/1800MHZ PCB ANTENNA 3DBI WITH IPEX CONNECTOR

Wire/ Wireless Communication Modules, GSM
Login to see prices
Quick view
Add to wishlist

WEMOS D1 WIFI ARDUINO UNO MODULE

Wire/ Wireless Communication Modules, WIFI Modules
Login to see prices
Quick view
Add to wishlist

GSM ANTENNA 2/3G 3DBI WITH SMA MALE CONNECTOR

Wire/ Wireless Communication Modules, GSM
Login to see prices
Quick view
Add to wishlist

WIFI ESP8266 Shield for Arduino UNO

Development Boards, Wire/ Wireless Communication Modules, WIFI Modules
Login to see prices
Quick view
Add to wishlist

USB~RS485 CONVERTER

Wire/ Wireless Communication Modules, TTL/UART/RS232/RS485/CAN
Login to see prices
Quick view
Add to wishlist

NODEMCU L293D MOTOR SHIELD

Wire/ Wireless Communication Modules, WIFI Modules
Login to see prices
Quick view
Add to wishlist

USB~TTL BREAKOUT BOARD

Wire/ Wireless Communication Modules, TTL/UART/RS232/RS485/CAN
Login to see prices
oc-fs

Fast Shipping.

All orders delivered fast

oc-qp

Quality Products.

Products tested for quality

oc-sp

Secure Payments.

Pay online securely with ssl

oc-cs

Customer Support.

We answer all your questions

Official Online Component online store. Get the best quality components for your next project with us.

03-2141 0154

Online Components Sdn Bhd, No.38,
Jalan Landak, 55100 Pudu
  • Customer Support
    • Terms & Conditions
    • Privacy Policy
    • Returns & Refunds
    • Shipping Policy
    • FAQs
  • Sitemap
    • Home
    • About Us
    • Components
    • Modules/Sensors
    • Services
  • Useful Links
    • Account
    • Shop All
    • Wish List
    • Login/Register
    • Newsletter
ONLINE COMPONENT 2021 CREATED BY WEBMORE’S; PROJECT
  • Home
  • About us
  • Components
    • Connectors
    • Buzzer/Speaker
    • Fans
    • LED
    • PCB
    • Relays
    • Resistor/ Rotary
    • Switches
    • Capacitor
  • Modules/Sensors
    • Accelerometer/ Gyro/ Magnestic Modules
    • Battery/Batt. Charger
    • Development Boards
    • Finger Print & Touch Sensors
    • Gas Sensor/ Modules
    • LCD/Display Screen
    • Motors, Solenoids, Drivers And Accessories
    • Opto and Imaging
    • Power Supply/ Modules
    • Power Supply/ Modules
    • Raspberry Products
    • Relay Modules
    • Robotic/ Car Chassis
    • Robotic/ Car Chassis
    • Shock/ Tilt
    • SOLAR PRODUCTS
    • Temperature/ Humidity
    • Timer Modules
    • Tools/Equipments
    • Ultrasonic Sensor/ Module
    • Voltage/ Current Sensor
    • Water & Rain Sensors
    • Weight Sensors
    • Wire/ Wireless Communication Modules
  • Services
  • Promotion
  • Bestseller
  • Wishlist
  • Login / Register

Sign in

close

Lost your password?
Or login with
Facebook
Google

No account yet?

Create an Account
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies.
Accept