I have an issue with my communication between the HC-05, my Android phone (using Kai Morich's Serial Bluetooth Terminal) and the Arduino Uno.
What I'm trying to do is sending data from my phone to the Arduino, then printing it on the Arduino IDE's Serial Monitor. Also, the same vice versa, i.e. sending data from the Serial Monitor in the Arduino IDE to my phone's Bluetooth terminal.
However, the problem is that only sending data from my phone to the Arduino is working, the other way around, there is just nothing showing up in my phone's app
Some wires are over the top of others so its hard to see where they go. Could you please post a schematic. Hand drawn, photographed and posted is fine.
Although powered by 5V the inputs of the HC05 are not 5V tolerant. It is recommended that a voltage divider be placed on the HC05 RX to drop the Uno TX from 5V to around 3.3V.
Though not really a schematic that is readable, good job.
Vin is NOT a power output. Connect the HC05 Vcc to the Uno 5V pin.
The HC05 needs little power to receive so the tiny amount that the Vin will supply may be enough, but it takes a lot more to transmit so the small amount from Vin is not sufficient. Give the HC05 5V from the 5V pin and use the voltage divider to protect the RX input.
I have connected the HC05 with the 5V pin and installed the voltage divider, as the image you posted shows.
However, the problem is still the same: I can send data from my phone to the Arduino IDE's Serial Monitor, but sending data from the Arduino IDE to the Bluetooth Terminal still results in nothing showing up.
Do have any other idea what I could try else?
hello @nillzy
check Vin connection and for the serial communication (UART), you have to alter the receiver (Rx) and transmetre (Tx) means conect rx to tx and tx to rx.