Skip to main content
Free Delivery  ·  COD Available  ·  15-Day Returns
Elecvora
HC-02 6pin Bluetooth Module Compatible with HC-05 / HC- 06 — image 1
Hover to zoom

1 / 3 · Click to enlarge

HC-02 6pin Bluetooth Module Compatible with HC-05 / HC- 06

29+ bought in past month
AI Summary
Bluetooth and NRF Modules for everyday users

The HC-02 6pin Bluetooth Module Compatible with HC-05 / HC- 06 is a value-for-money bluetooth and nrf modules designed for everyday users. It features Item Type: HC Series Module and Voltage Rating: 3.2 to 6.

wireless convenience
₹909
Free Shipping💵 COD Available

Available Offers

Free Delivery on this order. No minimum order value.

15-Day Easy Returns — hassle-free return & full refund.

Secure Payment — 100% safe checkout with UPI, Cards & Net Banking.

Total: ₹909
Buying tip: A well-rounded choice at a fair price. Recommended for most buyers.
Estimated delivery: 25 Aug8 Sept
Free Shipping
Pan India delivery
15-Day Returns
Hassle-free policy
Secure Payment
Razorpay protected
Quality Assured
Vetted products only

Available Offers

💳

5% Cashback

Pay with UPI & get 5% cashback (up to ₹50) via Razorpay

🏦

No-Cost EMI

Available on select bank cards at checkout. 0% interest for 3 months.

📦

Free Shipping

Free delivery on all orders. No minimum order value.

💵

Cash on Delivery

COD available on orders up to ₹5,000 across India.

Quick Specs

Item Type: HC Series Module
Voltage Rating: 3.2 to 6
Model No. / Name: HC-02
Operating Frequecy:  2.4G
Communication Mode: UA pin 3.3V TTL level
Input Voltage (V): 3.2 ~ 6V

Ideal For

Electronics projectsArduino / Raspberry Pi buildsPrototyping
Share:
SKU: robu-1150754Category: Bluetooth and NRF Modules

About This Product

The HC-02 6pin Bluetooth Module Compatible with HC-05 / HC- 06 is a value-for-money bluetooth and nrf modules designed for everyday users. It delivers reliable performance at an accessible price.

Key Specifications

  • Item Type: HC Series Module
  • Voltage Rating: 3.2 to 6 — works with standard household power
  • Model No. / Name: HC-02
  • Operating Frequecy:  2.4G
  • Communication Mode: UA pin 3.3V TTL level
  • Input Voltage (V): 3.2 ~ 6V — works with standard household power
  • Operating Voltage: 3.0 ~ 3.6V — works with standard household power
  • RSSI Support:  not support — compatible with modern devices

Why Buy from Elecvora?

Elecvora sources this product directly, cutting out multiple middlemen. Every order includes free shipping, a 15-day return policy, and secure payment via Razorpay.

HC-02 Bluetooth serial communication module is based on the Bluetooth v2.0 Bluetooth protocol data transmission module, high stability, ultra-low power consumption, industrial-grade Bluetooth data transmission module. Users do not need to care about complex wireless communication configuration and transmission algorithms. They only need to connect to devices through the TTL serial port. Powered the HC-02 slave module, and can be connected to the mobile phone for data transmission. In addition, it can be used with HC-05 or HC-06 hosts (matching code, default is 1234) to connect, can replace a traditional serial line, save wiring work, use it’s very flexible.

Pinout Diagram:


How to Use the HC-02 Bluetooth module: 

The HC-02 has two operating modes, one is the Data mode in which it can send and receive data from other Bluetooth devices and the other is the AT Command mode where the default device settings can be changed. We can operate the device in either of these two modes by using the key pin as explained in the pin description. It is very easy to pair the HC-02 module with microcontrollers because it operates using the Serial Port Protocol (SPP). Simply power the module with +5V/+3.3V and connect the Rx pin of the module to the Tx of MCU and Tx pin of module to Rx of MCU as shown in the figure below

During power up the key pin can be grounded to enter into Command mode, if left free it will by default enter into the data mode. As soon as the module is powered you should be able to discover the Bluetooth device as “HC-02” then connect with it using the default password 1234 and start communicating with it.

Features

  1. Support transparent transmitted with iPhone, integrated with the advantage of Bluetooth 4.0 BLE (Support iPhone 4s version above, cannot connect with the phone's Bluetooth directly, need a BLE Bluetooth serial port assistant)
  2. Compatible with HC-05 and HC-06 Bluetooth serial port module, Bluetooth 2.0 with EDR, 2 MBPS - 3 MBPS modulation
  3. Built-in 2.4 GHz antennas, users need to debug the antenna
  4. Support transparent transmitted with Android smartphone and notebook computer
  5. Support transparent transmitted with desktop computer via HC-06-USB

Package Includes:

1 x HC-02 6pin Bluetooth Module Compatible with HC-05 / HC- 06

Setup Guide

1
Identify the pins
Locate VCC (power), GND (ground), and data pins (SDA/SCL for I2C, MOSI/MISO for SPI, or TX/RX for UART). Refer to the pinout diagram on the product page.
2
Wire to your microcontroller
Connect VCC to 3.3V or 5V (check the module spec), GND to GND, and data pins to the appropriate GPIO pins on your Arduino or Raspberry Pi.
3
Install libraries
In Arduino IDE, go to Sketch → Include Library → Manage Libraries and search for the sensor library. Install the recommended version.
4
Upload example sketch
Open File → Examples → [library name] → Basic Example. Upload to your board and open Serial Monitor to view output.
5
Calibrate if needed
Some sensors (temperature, humidity, distance) may need a short warm-up period or calibration. Run the calibration sketch if provided.