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.
make sure not to have the bluetooth connected when uploading the code!
Parts list.
Good luck.
Follow the next step to find out how to rename your Bluetooth moduleand change baud rate (Optional)
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...