Introduction: Arduino/Android BLUETOOTH Serial Monitor APP for Arduino Using the HC-06 and ANDROID

About: Hello world! I make simple & Advanced projects for people who want to learn programming and electronics. Most of my Instructables are about arduino and the wide range of sensors you can use with it. I make…

Hello world! Today i made a Android app that simply reads values or text that are printed to the arduino serial using the bluetooth module HC-06/05 or any other modules. You don't need to set anything in the arduino code. Just simply Serial.println(); will display the value or text in the android app. You can use it for many things.

Follow the next step for the schematic, example code parts list.

Go to GOOGLE PLAY to download my APP. If you want the source of the app you can contact me.

Step 1: Schematic, Example Code & Parts List.


make sure not to have the bluetooth connected when uploading the code!

Parts list.

  1. Arduino uno, or any copy will do. i used the RobotDyn Uno.
  2. Set of jumper wires. MM/FF/MF
  3. HC-06 Bluetooth module.
  4. Android Phone.

Good luck.

Follow the next step to find out how to rename your Bluetooth moduleand change baud rate (Optional)

Step 2: How to Change the Name of Your HC-06

What is needed?

1 x USB to TTL microcontroller programmer to connect to your HC-06

How to connect the Programmer?

VCC to VCC

GND to GND

RXD to TX

TXD to RX

Lets get started...

  1. connect the USB TTL programmer to the HC-06
  2. Plug in the USB and open up The Arduino IDE
  3. Open the serial monitor.
  4. Type "AT" without quotes. You should see a respond in the Serial monitor saying "OK"
  5. Type "AT+NAMExyz" Sets the module name to “xyz” (Replace xyz with the name you want.) response should be OKsetname.
  6. Type "AT+PIN1234" Sets the pin to 1234 (replace 1234 with your desired pin) respond should be OKsetPIN For more info on changing baudrate etc. i included a PDF file. Good luck!