É muito útil para depuração e/ou interligação com um sistema microcontrolado e/ou embarcado.
Enquanto o computador ou Android não estiver conectado ao módulo o led piscará e poderão ser enviados comandos de configuração para ajuste do nome, PIN e baudrate.
Quando o computador ou Android conecta ao módulo, o led ficará acesso sem piscar, passará a funcionar como um portal serial transparente entre o sistema embarcado e o computador/Android.
Módulo HC-06 soldado numa placa de suporte. |
http://www.aliexpress.com/item/HC-06-Bluetooth-serial-pass-through-module-wireless-serial-communication-from-machine-Wireless-HC06-for-arduino/802475117.html
Lista de comandos do módulo Bluetooth Serial.
Command | Response | Comment |
---|---|---|
AT | OK | Serial test |
AT+VERSION | OKlinvor1.8 | The firmware version |
AT+NAMExyz | OKsetname | Sets the module name to "xyz" |
AT+PIN1234 | OKsetPIN | Sets the module PIN to 1234 |
AT+BAUD1 | OK1200 | Sets the baud rate to 1200 |
AT+BAUD2 | OK2400 | Sets the baud rate to 2400 |
AT+BAUD3 | OK4800 | Sets the baud rate to 4800 |
AT+BAUD4 | OK9600 | Sets the baud rate to 9600 |
AT+BAUD5 | OK19200 | Sets the baud rate to 19200 |
AT+BAUD6 | OK38400 | Sets the baud rate to 38400 |
AT+BAUD7 | OK57600 | Sets the baud rate to 57600 |
AT+BAUD8 | OK115200 | Sets the baud rate to 115200 |
AT+BAUD9 | OK230400 | Sets the baud rate to 230400 |
AT+BAUDA | OK460800 | Sets the baud rate to 460800 |
AT+BAUDB | OK921600 | Sets the baud rate to 921600 |
AT+BAUDC | OK1382400 | Sets the baud rate to 1382400 |
Funciona tranquilamente até 10 metros, depois disso fica falhando um pouco até perder o sinal completamente.
No comments:
Post a Comment