Hello guys.
Recently I bought a bluetooth device (HC-05) and tried just to turn on a led by any arduino Bluetooth apps that we can find in the playstore. Then I downloaded the app ArduinoRC. I did the connection of the bluetooth device with the arduino Due like Due RX (RX0) with Bluetooth TX and Due TX (TX0) with Bluetooth RX. Everything went fine, the Bluetooth device was sucessfully connected with the app. Butbwhen I send the data to the Bluetooth device nothing happens.
I tried the Blink example adding the serial commads. I tried to test using the serial monitor and with it I was able to turn on and off the led.
Could anyone help me to how can I do to this work?
danieloba:
Hello guys.
Recently I bought a bluetooth device (HC-05) and tried just to turn on a led by any arduino Bluetooth apps that we can find in the playstore. Then I downloaded the app ArduinoRC. I did the connection of the bluetooth device with the arduino Due like Due RX (RX0) with Bluetooth TX and Due TX (TX0) with Bluetooth RX. Everything went fine, the Bluetooth device was sucessfully connected with the app. Butbwhen I send the data to the Bluetooth device nothing happens.
I tried the Blink example adding the serial commads. I tried to test using the serial monitor and with it I was able to turn on and off the led.
Could anyone help me to how can I do to this work?
Kind regards,
Daniel Oliveira Barbosa
Hi,
Are you sure ArduinoRC app will sent to HC-05 such chars in your code. At first your code should print out received chars.