Wish List 0

jdy-30-bluetooth-serial-supports-spp-compatible-hc-05-hc-06-slave-module

Rs. 192.00 Rs. 231.00

  • Product Code: BLUETOOTH
  • SKU - SE-4368
  • Availability: 2-3 Days
  • Price in reward points: 2
  • For Bulk Order 9962060070
    Quick support on WhatsApp (+919962060070) only between morning 11am-4pm, no call will be answered
DY-30 SPPC Bluetooth serial pass-through module wireless serial communication from machine Wireless SPP-C Replace HC-05 HC-06

Applications:
-Bluetooth printer
-Bluetooth POS machine
-intelligent home control
-Bluetooth wireless data transmission

Advantages: 
-Replace all Bluetooth 3.0 and 2.0 serial communication modules on the market

Features:
-Bluetooth V3.0 + EDR
-Bluetooth Class 2
-Built-in PCB radio frequency antenna
-Support UART interface
-3.3V power supply
-Operating Frequency Band:2.4GHz -2.48GHz unlicensed ISM band 
-Bluetooth Specification: V2.1+EDR
SPECIFICATION
Bluetooth V3.0 + EDR                  Bluetooth Class 2
Built-in PCB radio frequency antenna  Support UART interface 3.3V power supply
Operating Frequency Bad               2.4GHz -2.48GHz unlicensed ISM band 
Bluetooth Specification               V2.1+EDR

OVERWIEW:

-Bluetooth V3.0 + EDR

-Bluetooth Class 2

-Built-in PCB radio frequency antenna

-Support UART interface

-3.3V power supply

-Operating Frequency Band:2.4GHz -2.48GHz unlicensed ISM band 

-Bluetooth Specification: V2.1+EDR

PACKAGE INCLUDES:

1 PCS x Jdy 30 Bluetooth Serial Supports Spp Compatible Hc 05 Hc 06 Slave Module

//SOURCE CODE TAKE FROM BELOW LINK

//https://create.arduino.cc/projecthub/electropeak/getting-started-with-hc-05-bluetooth-module-arduino-e0ca81

/*   

HC05 - Bluetooth AT-Command mode  

modified on 10 Feb 2019 

by Saeed Hosseini 

https://electropeak.com/learn/ 

*/ 

#include <SoftwareSerial.h> 

SoftwareSerial MyBlue(2, 3); // RX | TX 

int flag = 0; 

int LED = 8; 

void setup() 

{   

 Serial.begin(9600); 

 MyBlue.begin(9600); 

 pinMode(LED, OUTPUT); 

 Serial.println("Ready to connect\nDefualt password is 1234 or 000"); 

void loop() 

 if (MyBlue.available()) 

   flag = MyBlue.read(); 

 if (flag == 1) 

 { 

   digitalWrite(LED, HIGH); 

   Serial.println("LED On"); 

 } 

 else if (flag == 0) 

 { 

   digitalWrite(LED, HIGH); 

   Serial.println("LED Off"); 

 } 

}  

15 DAYS

Write a review

Please login or register to review