HC-05 6 Pin Wireless Serial Bluetooth Module is a Bluetooth module for use with any microcontroller. It uses the UART protocol to make it easy to send and receive data wirelessly.
The HC-06 module is a slave only device. This means that it can connect to most phones and computers with Bluetooth but it cannot connect to another slave-only device such as keyboards and other HC-06 modules. To connect with other slave devices a master module would be necessary such as the HC-05 version which can do both master and slave.
Applications:
Embedded Projects.
Industrial Applications.
Computer and Portable Devices.
GPS receiver.
Features:
Working current: matching for 30 mA, matching the communication for 8 mA.
Dormancy current: no dormancy.
Used for a GPS navigation system, water, and electricity gas meter reading system.
With the computer and Bluetooth adapter, PDA, seamless connection equipment.
Bluetooth module HC-08 Master and slave Two in one module.
Use the CSR mainstream Bluetooth chip, Bluetooth V2.0 protocol standards.
Potter default rate of 9600, the user can be set up.
Bluetooth protocol: Bluetooth Specification v2.0+EDR
5// RX=PA10, TX=PA9 on STM32 (module TX -> board RX; module RX needs a voltage divider from 5V boards since the module is 3.3V logic)
6#define LINK_SERIAL Serial1
7
8voidsetup() {
9Serial.begin(115200);
10 LINK_SERIAL.begin(38400); // 38400 is HC-05's default AT-mode/factory baud - many pre-paired modules run at 9600, check yours
11}
12
13voidloop() {
14if (LINK_SERIAL.available()) Serial.write(LINK_SERIAL.read()); // data from the paired Bluetooth device -> USB serial
15if (Serial.available()) LINK_SERIAL.write(Serial.read()); // USB serial -> Bluetooth device
16}
📄 File: hc-05_bluetooth_module_with_6_pins_and_integrated_button_-_raspberry_pi_pico.inoRaspberry Pi Pico
640 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// RX=1, TX=0 on Raspberry Pi Pico (module TX -> board RX; module RX needs a voltage divider from 5V boards since the module is 3.3V logic)
6#define LINK_SERIAL Serial1
7
8voidsetup() {
9Serial.begin(115200);
10 LINK_SERIAL.begin(38400); // 38400 is HC-05's default AT-mode/factory baud - many pre-paired modules run at 9600, check yours
11}
12
13voidloop() {
14if (LINK_SERIAL.available()) Serial.write(LINK_SERIAL.read()); // data from the paired Bluetooth device -> USB serial
15if (Serial.available()) LINK_SERIAL.write(Serial.read()); // USB serial -> Bluetooth device
16}
Classic Bluetooth (SPP) UART bridge module.
نظرة عامة ومواصفات المنتج — بالعربية
HC-05 Bluetooth Module with 6 Pins and Integrated Button متوفر الآن في متجر إكوسترا للإلكترونيات، ضمن قسم Bluetooth and NRF Modules وIoT and Wireless، بسعر 225,00 EGP. كود المنتج لدينا: EK327. المنتج متوفر في المخزون وجاهز للشحن الفوري لكل محافظات مصر مع إمكانية الدفع عند الاستلام.
أهم المواصفات الفنية:
Input Supply Voltage V: 3.6 ~ 6
Input Current Ma: 50
Maximum Operating Range M: 10
Operating Frequency: 2.4GHz ISM band
Modulation: GFSK (Gaussian Frequency Shift Keying)
Emission Power: 4dBm, Class 2
Sensitivity: -84dBm at 0.1% BER
Operating Temperature %E2%84%83: -20 ~ +75
هذا المنتج مناسب لمشاريع الأردوينو (Arduino) و ESP32 و Raspberry Pi، ومشاريع الروبوتات وإنترنت الأشياء والتعليم الهندسي. جميع القطع مفحوصة قبل الشحن.