# Configure an AT-05 Bluetooth - Serial Adapter

## Overview This module is a little bit cheaper than the other common ones, so I ordered two to evaluate them. Turns out the configuration is not that easy…

AT-05 Bluetooth module Footprint Schematic

## Steps

* You need an Android device, and to download the Blue\_SPP chinese app. I wouldn't recommend using your phone or anything having access to personnal information, the required permissions are quite… large. * Connect to the BLUE\_SPP bluetooth device, using 1234 as PIN and 115200 as baudrate. * Enter the _command_ mode: `#AT#SET=*#` where * is a multiple of 5 sec. 1 ⇒ 5s, 2 ⇒ 10s, …, 9 ⇒ 45s (9 is the maximum value). I guess it's an inactivity timeout. Every successful command should be answered by “OK”. * Get the current parameters: `#AT#GET#` * Set the name of the device: `#AT#NAME=newName#` * Set the PIN code: `#AT#PIN=xxxx#` * Change the MAC address: `#AT#MAC=xxxxxxxxxx#` * Change the baudrate: `#AT#UART=B,S#` where:

* Check the new settings: `#AT#GET#` * Exit the command mode: `#AT#SET=0#` * Power-cycle the BT module to apply the new settings

## Links

* Aliexpress link, with info * Common SPP BT adapters