Tuesday 21 April 2020

UART in LPC2148

In this article, I'm going to interface LPC2148 with the HC-05 Bluetooth model.
I am using the UART0 of LPC2148 for communication with the Bluetooth terminal HC-05.
So I am connecting Pin0.0(Tx) of LPC2148 with Rx of HC-05 and Pin0.1(Rx) of LPC2148 with Tx of HC-05.
as to check output I am connecting LED on Pin0.29, Pin0.30, Pin0.31 as according to comment I will turn LED on and off.
In the below picture, I am using the Arduino UNO board just to power HC-05.



to get the Program click here.

No comments:

Post a Comment