HC06 MODULO BLUETOOTH PARA FUNDUINO/ARDUINO UNO / MEGA2560
HC06 MODULO BLUETOOTH PARA FUNDUINO/ARDUINO UNO / MEGA2560
HC06 MODULO BLUETOOTH PARA FUNDUINO / ARDUINO UNO / MEGA2560      10-16
HC06 MODULO BLUETOOTH PARA FUNDUINO / ARDUINO UNO / MEGA2560      10-16
HC06 MODULO BLUETOOTH PARA FUNDUINO / ARDUINO UNO / MEGA2560      10-16

277-108.MD0056

HC06 MODULO BLUETOOTH PARA FUNDUINO / ARDUINO UNO / MEGA2560 10-16

Modulo Arduino transmisor Bluetooth RF
- Modelo: HC-06
- Material: FR4 + Fibra de Vidrio
- Modo: PASS - THROGH
- Protocolo Bluetooth: Especificación Bluetooth v2.0 + EDR
- Frecuencia: 2.4 GHz banda ISM
- Modulación: GFSK (Gaussian Frequency Shift Keying)
- Emisión de energía: - Sensibilidad: - Velocidad: Asíncrono: 2.1Mbps (Max) / 160 kbps
- Sincrónico: 1Mbps/1Mbps
- Seguridad: autenticación y encriptación
- Perfiles: puerto serie Bluetooth
- Fuente de alimentación: DC 3,3 V / 50 mA
- Temperatura de trabajo: -20 ~ +75 grados centígrados
- Tasa de baudios: 38400
- Código PIN: 1234
- Dimensiones: 4.3x1.9x0.6cm

SAMPLE CODE PARA UNO
/****************************************/
#define ledPin 13 // //pin 13 built-in LED light
int val;
void setup()
{
Serial.begin(9600);
pinMode(ledPin, OUTPUT);
}
void loop()
{
if(Serial.available()) //
{
val = Serial.read();
if(val =='A') //if comes a 'A',LED on control board will blink
{
digitalWrite(ledPin, HIGH);
delay(500);
digitalWrite(ledPin, LOW);
delay(500);
Serial.println("Rebecca"); //print on Serial debugging assistant on computer

Estado: NUEVO 
12,05
21.00% IVA incluido
unidades

Añadir a cesta

Familias relacionadas

ARDUINO