This project establishes communication between the HC-05 Bluetooth module and the PIC16F887 microcontroller using UART. It enables wireless data exchange, allowing the microcontroller to communicate ...
Small Arduino serial console application for configuring HC-05 Bluetoot module via serial console. It contain list of available AT commands and common usage patterns. It's manily used to change ...
HC05 is basically a Bluetooth module which supports Serial Port Protocol (SPP) and is popularly used in many wireless applications. HC05 can be used to switch between master mode and slave mode and it ...