• How to Place an Order

  • Store Pick Up

  • Request for Quotation/ International Sourcing

  • Order Status

Reference: RBD-0351

MIFARE Classic 1K RFID NFC Smart Card 13.56MHz Printable

Contactless transmission of data and supply energy (no battery needed) Operating distance: Up to 100mm (depending on antenna geometry) RoboticsBD Operating frequency: 13.56MHz Data transfer: 106 kbit/s Data integrity: 16 Bit CRC, parity, bit coding bit counting Anticollision Typical ticketing transaction: <100 ms ( including backup management)...

Price BDT 32
More
In-Stock
All best sellers
NEO-6M GPS Module with USB Robotics Bangladesh
  • NEO-6M GPS Module with USB Robotics Bangladesh
  • NEO-6M GPS Module with USB Robotics Bangladesh
  • NEO-6M GPS Module with USB Robotics Bangladesh

NEO-6M GPS Module with USB

RBD-3312

The u-blox NEO-6M module is a low cost easy to use GPS module that includes a built-in antenna

BDT 1,200
Quantity
In Stock

1 person has purchased this item recently
6 people added this item to the cart in last 10 days
14 items in stock in Uttara, Dhaka
  • Store Pickup Available! Store Pickup Available!
  • Free Ship Over 5000 BDT Free Ship Over 5000 BDT
  • Quality Product Quality Product
  • No Warranty No Warranty
  • No Replacement No Replacement

Description

The u-blox NEO-6M module is a low cost easy to use GPS module that includes a built-in antenna.

PACKAGE INCLUDES:

  • NEO-6M GPS Module
  • 1×5 male header strip

KEY FEATURES OF NEO-6M GPS MODULE:

  • USB interface
  • Serial interface via header
  • On-board ceramic antenna
  • LED indicates power and successful satellite time lock
  • Battery backup for fast hot restart
  • 1 second navigation update rate
  • 5V power
  • 3.3V logic compatible

Working with GPS (Satellite Positioning System) can seem intimidating, but this easy to use module along with the u-blox free u-center for Windows software makes it easy to get up and running with a graphical interface to see the module functioning by plugging in a micro-B USB cable.

The module also has a connector location for connecting to power and serial lines on an MCU for a home brew setup.

USING WITH U-CENTER SOFTWARE:

The company u-blox that makes the NEO-6M GPS core module provides a free to use Windows application software for interfacing with their products.  This tool provides a great amount of graphical information and is recommended as a good way to explore the ins-and-outs of working with GPS modules and verify operation even if the intent is to eventually hook it up to an microcontroller.

The u-center User Guide can be found here:  https://www.u-blox.com/sites/default/files/u-center_Userguide_UBX-13005250.pdf

The u-center software for Windows can be downloaded from the following link.  You want the u-center and not the u-center-2 download:  https://www.u-blox.com/en/product/u-center

Once downloaded, extract and execute the downloaded .exe file.  The installer will walk you through a couple of steps to install the software correctly and open the application.

Plug the NEO-6M module into a Micro-B USB connector that is connected to your computer.  The red LED on the module will come on steady showing that it has power but no satellite lock.

To link to the module and see it doing something, locate the communication toolbar on the left side and click on the arrow next to the communication icon.

Select the COM port that the module is connected to.  In our example it is COM235

NEO-6 COM Port

Next click on the arrow adjacent to the square wave looking icon which signifies baud rate and verify that it is set for 9600 which is the default speed for this module.

NEO-6 Baud Rate

The communication icon will turn green to show that communications has been established with the NEO-6M module.

Once the module receives power, it will be looking for satellites on its own and communicating what it finds to the u-center software.  If it can find at least one and get a valid time sync from the satellite, the LED will start to blink at a one second rate.  This LED is connected to the PPS pin which is also available on the header connector.  While it can get the time from a single satellite, it needs to find several satellites in order to triangulate and calculate things such as longitude, latitude and altitude.

The image below shows the u-center software with several windows open.  These include a Deviation Map that shows the accuracy of the positioning, Sky View showing the satellites it can see, Satellite level which shows the signal strength from each satellite and World Position which is a map of the world with the location of the device marked.  Hopefully that mark is somewhere close to where you are located.  There are many other windows available including console views that show the text communications, altitude, time, etc.

NEO-6 u-center Software Example

When first powered up, the module may take 5-10 minutes to get an initial lock and for the LED to start blinking.   The module needs to receive a signal of about 26dB as shown in the Satellite Level window to lock on.  Once locked, the signal strength can be less and still maintain lock.  There is a small rechargeable battery on the module.  Once charged, it allows the module to lose power for a period of time and then quickly re-establish lock once power is reapplied.

If the LED does not blink, check/do the following:

  1. Ensure the module is placed so that the antenna is parallel to the horizon for best reception.
  2. If the module is in a building, move it closer to a window.  The module needs a direct line of sight to the satellites and depending on building construction, it may or may not work well inside.
  3. Move the module outside where it has an unobstructed view of the sky.  It doesn’t need to be hooked up to a computer to see if that is the problem.  If you supply 5V power and ground to the module and it can find satellites, the LED will start to blink.
  4. If you have been playing with it for some time without a lock even though the signal strength seems sufficient, sometimes selecting FILE / DATABASE EMPTY seems to help it achieve lock or at least it updates the display so that it shows a lock has been acheived.
  5. Place it on a ground plane.  Placing the module on a piece of sheet metal with the ceramic antenna facing down will help increase the signal strength and achieve lock.  This can be a pretty good hack when working indoors. We have used a metal paint tray (because it was the first piece of metal we found in the garage) and achieved 5dB of gain.  A 6″ metal plate on a small scale or upturned paint can gave similar results This was enough to move from very intermittent operation to allowing us to use the modules reliable indoors.  The Satellite Level window is very handy for seeing the effects of changes such as placing the module on a ground plane.

NEO-6M on Metal Paint Tray

The module also has a U_FL style connector.  Presumably this would allow the module to be used with an external active antenna to increase sensitivity, but this has not been tried and it is unclear how it would act with having two antenna attached at the same time.

USING WITH A MICROCONTROLLER

When using with an microcontroller, you will need to connect 5V power and ground to the module.  The NEO-6 device operates at 3.3V and the module includes a 3.3V regulator.  It will not operate from 3.3V power.

Communication with the module is via the serial TX/RX lines.   The TX of the module connects to the RX pin on the MCU and the RX pin on the module connects to the TX pin on the MCU.  For basic operation which simply reads the data stream coming from the device, only the TX pin of the module needs to be connected to an RX pin on the MCU.  This can be a direct connection whether the MCU is 3.3V or 5V.  If you want to configure the module by writing to it, the RX pin can also be connected.  If using with a 3.3V MCU, this can be a direct connection, but if using with a 5V MCU, a level shifter must be used to avoid possible damage to the module.

Either software or hardware serial connections can be used.

There are many libraries available for working with these modules.  The TinyGPSPlus (also called TinyGPS++) works well and have a number of good examples.  It can be downloaded from the IDE Library Manager.

Module Connections

The module has a micro-B USB connector for direct connection to a computer.

The module also has a header location for connecting to a microcontroller.  A male header is supplied which can be soldered to this location on either side of the board, or a female header or wires can also be used.

1×5 Header

  • VCC = Module power (5V)
  • GND = Ground for module power
  • RXD = Serial receive data input to module
  • TXD = Serial transmit data output to MCU
  • PPS = Time Pulse is an output which pulses at one second rate to indicate time sync with a satellite.  Signal is also connected to on-board LED

OUR EVALUATION RESULTS:

These are very interesting modules that can be quite fun to play with.  The u-center software makes it easy to quickly see the module functioning and allows you to explore the device functionality much easier than by hooking it straight up to an MCU and then wondering why nothing is happening.

Integration with an MCU is also fairly straightforward for such a complex device with one of the many libraries that are available.

BEFORE THEY ARE SHIPPED, THESE MODULES ARE:

  • Basic satellite lock operation verified using the u-center software
  • Packaged in a resealable ESD bag for protection and easy storage.

Notes: 

  1. None

Technical Specifications

 Operational Ratings
 Vcc 5V
 Current Draw 80mA (typ)
Logic Compatibility 3.3V
Max Navigation Update Rate 1 second
Dimensions
PCB (L x W) 38 x 26mm (1.5 x 1″)
Height 8.5mm (0.34″)
Country of Origin China
Datasheet u-blox NEO-6M

What is the price of NEO-6M GPS Module with USB in Bangladesh?

The latest price of NEO-6M GPS Module with USB in Bangladesh is BDT 1,200 You can buy the NEO-6M GPS Module with USB at best price from our RoboticsBD or visit RoboticsBD Office.

Please note that the product information provided on our website may not be entirely accurate as it is collected from various sources on the web. While we strive to provide the most up-to-date information possible, we cannot guarantee its accuracy. We recommend that you always read the product labels, warnings, and directions before using any product.

Product Images are shown for illustrative purposes only and may differ from the actual product.

Product Details
RBD-3312
14 Items
All product reviews are from verified purchases and are comply with DIRECTIVE (EU) 2019/2161
30 other products in the same category:

Reference: RBD-2064

SIM800L NEW GPRS GSM Module Core Board Quad-band TTL Serial Port with the antenna

TTL serial port for serial port, you can link directly to the micro-controller. Don’t need MAX232. Power module automatically boots, homing network. Onboard signal lights all the way. It flashes slowly when there is a signal, it flashes quickly when there is no signal. Note: If you want to buy the cheaper recycled SIM800L Module Click here.

Price BDT 680
More
Out of Stock

Reference: RBD-2328

SIM A7670C R2 4G LTE GSM Module Compatible with STM32 Raspberry Pi

SIM A7670C R2 4G LTE GSM Module supports LTE-TDD, LTE-FDD, GSM, GPRS, and EDGE communication modes Achieves up to 10Mbps downlink and 5Mbps uplink rates for high-throughput IoT applications Built-in support for telematics, surveillance, POS, industrial routers, and remote diagnostics Wide operating temperature range from -30°C to +80°C for reliable...

Price BDT 3,550
More
In-Stock

Reference: RBD-3280

GY-NEO-6M V2 Flight Control GPS Module New

The GY-NEO-6M V2 GPS Module is a high-performance GPS receiver designed for accurate navigation and positioning applications. This module comes equipped with a ceramic antenna, onboard EEPROM for data storage, and an LED signal indicator for real-time status updates.

Price BDT 550
More
In Stock

Reference: RBD-2396

GPS Module NEO-7M Satellite Positioning Module for Arduino with MicroUSB

High-Precision GPS Module: NEO-7M satellite positioning module with MicroUSB interface for easy connectivity. USB and TTL Interface: Features MicroUSB for direct connection and TTL pins for external MCU or USB-TTL module. Built-in Ceramic Antenna: Provides excellent satellite search capability; includes SMA interface for external active antennas. Wide...

Price BDT 1,050
More
In-Stock

Reference: RBD-2542

Brand: DFRobot

SIM808 GSM/GPRS/GPS IoT Board (Arduino Leonardo Compatible)

This is an SIM808 GSM/GPRS/GPS IoT Board based on Arduino Leonardo. The SIM808 with Leonardo mainboard is the latest development board for multi-purpose applications. The onboard SIM808 module includes an integrated quad-band GSM/GPRS and GPS satellite navigation module, and a 4 layer PCB integrates the microcontroller, microphone, headphone jack and...

Price BDT 11,290
More
Last items in stock

Reference: RBD-0144

ATK-SIM900A GSM /GPRS Module (Retired)

(Retired) Fully Arduino and Microcontroller Compatible ◾ GSM module: SIM900A ◾ RTC backup battery ◾ A microphone port ◾ A headphone jack ◾ RS232 interface selection ◾ RS232 serial port ◾ lithium battery Interface ◾ power input connector ◾ power LED (blue) ◾ power switch ◾ SIM card Slot ◾ SMA antenna interfaces and supporting small antenna ◾ Power On / Off...

Price BDT 1,600
More
Out of Stock

Reference: RBD-2999

Brand: DFRobot

SIM7600G-H CAT4 4G (LTE) Shield for Arduino

SIM7600G-H 4G (LTE) is an Arduino Shield that supports 2G/3G/4G, GNSS satellite positioning, and LTE CAT4 (150Mbps DL, 50Mbps UL). It features a standard Arduino pinout and is compatible with Arduino UNO, Leonardo, Mega, and other main controllers. It supports LTE-TDD/LTE-FDD/WCDMA/GSM frequency bands, GNSS positioning with GPS, CLONASS, BD, and other...

Price BDT 11,900
More
In Stock

Reference: RBD-3279

GY-NEO-7M V2 Flight Control GPS Module

The GY-NEO-7M V2 GPS Module is a high-performance GNSS receiver module designed for accurate navigation and positioning applications. Built on the u-blox M8 GNSS engine, this module supports multiple satellite systems, including GPS, GLONASS, Galileo, BeiDou, QZSS, and SBAS, ensuring fast and precise location tracking.

Price BDT 650
More
In Stock

Reference: RBD-1039

SIM800L Mini GPRS GSM Module

The module was recycled from a mobile phone so you can say it is used. TTL serial port for serial port, you can link directly to the micro-controller. Don’t need MAX232. Power module automatically boots, homing network. Onboard signal lights all the way. It flashes slowly when there is a signal, it flashes quickly when there is no signal. In recent years...

Price BDT 399
More
In-Stock

Reference: RBD-3539

ATK SIM800 GSM GPRS Module Development Board

The A259 SIM800 GSM GPRS Module is an all-in-one wireless communication solution designed for GSM voice calling, SMS messaging, and GPRS data transmission. With a wide input voltage range from 6V to 24V, the module is ideal for integration into various embedded systems. It is compatible with 3.3V and 5V TTL logic levels, making it an excellent fit for...

Price BDT 2,400
More
In Stock

Reference: RBD-0579

GPS GSM GPRS SIM808 Module (Arduino Compatible)

Quad-band 850/900/1800/1900MHz GPRS multi-slot class12 connectivity: max. 85.6kbps(down-load/up-load) GPRS mobile station class B Controlled by AT Command (3GPP TS 27.007, 27.005 and SIMCOM enhanced AT Commands) Supports charging control for Li-Ion battery Supports Real-Time Clock Integrated GPS/CNSS and supports A-GPS Low power consumption, 10mA in sleep...

Price BDT 3,450
More
In-Stock

Reference: RBD-0797

U-Blox NEO-6M GPS Module

5Hz position update rate. The cold start time of 38 s and Hot start time of 1 s. Configurable from 4800 Baud to 115200 Baud rates. (default 9600). SuperSense ® Indoor GPS: -162 dBm tracking sensitivity. Support SBAS (WAAS, EGNOS, MSAS, GAGAN). Separated 18 x 18mm GPS antenna. RoboticsBD In recent years 2022, due to a shortage of chips, some of the GPS...

Price BDT 440
More
In-Stock

Reference: RBD-2708

USB to GSM Serial GPRS SIM800C Module

Unleash cellular connectivity in your projects with this USB to GSM module featuring a SIM800C core. Supports voice calls, SMS, data transmission, and Bluetooth communication for versatile applications. Quad-band GSM/GPRS functionality ensures global network compatibility. User-friendly features like PC software support, auto-network connection, and...

Price BDT 1,550
More
In-Stock

Reference: RBD-0841

A6 GPRS GSM Module

Supports Quad-band: GSM850, EGSM900, DCS1800 and PCS1900 Connect onto any global GSM network with any 2G SIM Make and receive voice calls using an external 8Ω speaker & electret microphone Facility to connect 4-pole TRRS mic and headset

Price BDT 900
More
Out of Stock

Reference: RBD-1959

HW-353A SIM900A Module Development Board GSM GPRS

Single supply voltage 3.4V – 4.5V HW-353A SIM900A Module Development Board GSM GPRS The keypad and SPI display interface will give you the flexibility to develop customized applications. Serial port and Debug port can help you easily develop your applications. One audio channel includes a microphone input and a speaker output. Programmable General Purpose...

Price BDT 1,560
More
In-Stock

Reference: RBD-0443

GPRS GSM SIM900 Arduino Shield

Based on SIMCom‘s SIM900 Module Quad-Band 850 / 900/ 1800 / 1900 MHz - would work on GSM networks in all countries across the world. Control by AT commands - Standard Commands: GSM 07.07 & 07.05 | Enhanced Commands: SIMCOM AT Commands. Short Message Service - so that you can send small amounts of data over the network (ASCII or raw hexadecimal).

Price BDT 1,799
More
In-Stock

Reference: RBD-1023

1575.42MHz GPS Antenna

Frequency (MHz) 1575 +/- 5 MHz Gain > 28 dBi (with LNA) Impedance (Ω) 50 Ω VSWR < 1.5 Polarization RHCP Power Handling (W) 50 watts Cable Length: 3Meter Connector: SMA-Male

Price BDT 399
More
In-Stock

Reference: RBD-3342

NEO-M8 GPS Module with Ceramic Active Antenna Refurbished

Antenna Size : approx. 26 x 26 x 9 (LxWxH) mm. Module Size : approx. 26 x 36 x 4 (LxWxH) mm. Net weight : approx. 16 gm. Gross weight : approx. 17 gm. Mounting : approx. 3 mm. The default baud rate : 9600.In recent years 2024, due to a shortage of chips, some of the GPS modules have been recycled from GPS Tracker. So these modules have used marks due to...

Price BDT 1,400
More
In-Stock

Reference: RBD-3268

GPRS GSM GPS SIM808 Board for Arduino

The GPRS GSM GPS SIM808 Board for Arduino is an all-in-one communication module that integrates GSM, GPRS, and GPS functionalities, making it ideal for tracking, remote monitoring, and IoT applications. Designed for easy compatibility with Arduino, Raspberry Pi, and other microcontrollers, this module allows users to send/receive SMS, make/receive calls,...

Price BDT 3,450
More
In Stock

Reference: RBD-0318

SIM900A Mini Module 5V

This module is intended for advanced users who require moderate knowledge of GSM systems and microcontrollers. It needs wiring and firmware updates to unlock the country lock.  Dual-Band 900/ 1800 MHz GPRS multi-slot class 10/8GPRS mobile station class B Compliant to GSM phase 2/2+ Dimensions: 24*24*3 mm Weight: 3.4g Control via AT commands (GSM 07.07...

Price BDT 1,050
More
In-Stock

Reference: RBD-1412

TTGO T-Call AM-036 ESP32 Wireless Module GPRS Antenna SIM Card SIM800L Board

Chipset :ESPRESSIF-ESP32 240MHz Xtensa® single-/dual-core 32-bit LX6 microprocessor FLASH: QSPI flash 4MB / PSRAM 8MB SRAM:520 kB SRAM Button: Reset USB to TTL: CP2104 Modular interface: UART,SPI,SDIO,I2C,PWM,TV PWM,I2S,IRGPIO On-board clock:40MHz crystal oscillator Working voltage:2.7V-3.6V Working current: About 70mANote : AM-036 printed on board...

Price BDT 2,558
More
In-Stock
Customers who bought this product also bought:

Reference: RBD-1415

Push Button 4 pin

Ideal for Through-hole applications. Shaft Shape: Round Used in the fields of electronic products, household appliances and more. This light touch switch is waterproof, prevent oil, anti-pollution, anti-static interference. High precision mechanism design offers acute operation and long service life. Compact and lightweight, easy to carry and...

Price BDT 5
More
In-Stock

Follow us on Facebook