Connect Bluetooth module to PIC16F877A

pic

I have a PIC16F877A micro-controller. I need to interface a Bluetooth module with PIC. It will be connectted using UART Serial Communication. I have read the datasheet but couldn't find which exact module can be used with PIC.

Best Answer

For a UART bluetooth module, there are loads of cheap ones available on eBay that will work with a PIC fine.
I have used the HC-05 and the JY-MCU modules without problems.

enter image description here enter image description here

The datasheets for the HC-05 are here and here.

Related Topic