måndag 2 januari 2012

BlueTooth module

How to set up a BlueTooth module

Connect The BluetoothModule to the FTDI porgrammer
TX  to RX  between the modules

I use Arduino Serial monitor and set up COM port number and ex. 4800 BAUD
Check if module responds
Print AT and press send.Response is OK


Change BaudRate on module
Print AT+BAUD8 and press send.Response is OK115200

1----1200
2----2400
3----4800
4----9600
5----19200
6----38400
7----57600
8----115200

Change portspeed to 115200

Change Name on module
Print AT+NAMEQUAD and press send.Response is OKsetname


Change PinCode on module

Print AT+PINxxxx and press send.Response is OKsetpin


/Patrik