Diy HC-05 bluetooth breakout board
HC-05 Bluetooth module is a Bluetooth transceiver that can be set to be either a Master or Slave.
In the guide, I will explain how to transform a cheap Bluetooth HC-05 transceiver into a breakout board.
The version without a breakout board is a little cheaper but more difficult to solder to a breakout board.
You can view the board pinout on the images attached to this article.
In my version, I had changed the order of the pins because it was easier to solder. You can skip all the LEDs if you want to reduce power consumption but they are useful for troubleshooting.
Materials needed:
- HC-05 Bluetooth module
- small PCB
- 3mm red LED
- 3mm green LED
- 6 pin header
- soldering iron
- solder
The pinout of the breakout board will be:
- Ground – make a connection between the breakout GND pin to one of the ground pins of the HC-05 Bluetooth module.
- Vcc – connect it to the Vcc pin of the module. You should power the module with 3.3v
- Rx – connect it to Rx pin of the Bluetooth module
- Tx – connect it with the Tx pin of the module
- KEY – connect it to PIO11 pin of the module
- STATE – connect it with PIO9 pin of the module and to the positive leg of the green LED
The STATE pin will be LOW when the HC-05 is not paired/connected and HIGH when the HC-05 is connected so we can use a green LED to indicate when there is an active connection.
The PIO8 can be used to monitor the status of the connection, so we will solder it to a yellow LED (to the longer leg).
When the module will be powered, the yellow led will blink very fast, but after a connection was made, this led will blink slowly.
After done soldering, you can test the module using it to control a DC motor using Arduino.
Hey, I’m interested in making my own breakout board for the HC-05, but I am having issues finding a place that will sell just the HC-05 module without the breakout board that it usually comes with. Would you happen to remember where you found yours? Thanks in advance.
I bought it from Aliexpress. You can search there by “HC-05 chip”.
Thanks a lot!
the board itself says 3.3V but the one with breakout board says 5V. Do you need some sort of regulator in here?
Hello,
Yes, the board works on 3.3v . If you want to power it from 5v, you will need to use a regulator.