Está en la página 1de 2

COMANDOS AT BLUETOOH

Para configurar parámetros del Modulo bluetotooh necesitas comunicarte por comandos AT.
Conecta tu bluetooth al Pc como ?

Bueno a través de los terminales TX , RX pero recuerda que son niveles ttl (0-5v max)
Necesitaras un cable usb a serial (ttl) o con el cable común usb a rs232 luego tendras que adaptar
los niveles a ttl con el conocido max 232.

Bluetooth (tx) ---------------------------------------------(rx) usb serial (ttl)

Bluetooth (rx)---------------------------------------------(tx) usb serial (ttl)

Bluetooth (Gnd) -----------------------------------------( Gnd) usb serial (ttl)

Por defecto los parámetros están establecidos en:

Velocidad : 9600 baudios


Nombre : WWW.ARM32.CL
Clave : 1234
Modificacion parámetros:

1 - TEST:
Envía : AT

Recibes : OK

2 - VELOCIDAD :
Envia : AT + BAUD1

Recibes : OK1200

1---------1200
2---------2400
3---------4800
4---------9600
5---------19200
6---------38400
7---------57600
8---------115200
9---------230400
A---------460800
B---------921600
C---------1382400

3 - NOMBRE :
Envia :AT + NAME(name) name= nombre que tu elijas max 20 caracteres

Recibes : OKNAME

4 – CLAVE :
Envia :AT + PIN(XXXX) XXXX= CLAVE que tu elijas max 4 (solo números)

Recibes : OK Oksetpin

También podría gustarte