This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Data transmission using bluetooth with TM4C1294 is not working



Hello

I tried for data transmission through UART with bluetooth module HC05

but it doesn't work

code is as follows

void setup()

{
Serial.begin(9600);

}

void loop()

{

int input = analogRead(A3);

Serial.println(input);

}

i use UART0 and connections are VCC, GND JP4 to Tx of HC05 and JP5 to Rx of HC05 module.

plz give me solution if i am wrong