Entradas

Mostrando entradas de septiembre, 2019
Imagen
Clase #4 Cuarta unidad  Configuración Bluetooth HC06   Materiales usados: Arduino Blueetooh  Cables Programación:  void setup() {   BT.begin(9600);         Serial.begin(9600);    } void loop() {   if(BT.available())       {     Serial.write(BT.read());   }   if(Serial.available())     {      BT.write(Serial.read());   } } Comandos:  AT (intro) AT+NAME(intro) AT+PIN(intro)