final_project.X microcontroller final project Device used PIC18F4520 bluetooth module HC-05 Bluetooth Init Similar with uart init baund rate set as 9600Hz (Fosc = 8Mhz) // Setting baud rate TXSTAbits.SYNC = 0; // asynchronous mode BAUDCONbits.BRG16 = 0; TXSTAbits.BRGH = 0; Use application below to connect with HC-05