send string to atmega32 through bluetooth hc-05 module

Viewed 19

If I want to send a string like " Hello World" from a mobile phone to a Bluetooth HC-05 module, then how to handle this string and make my logic accordingly ...? Is there any function to convert string to char? I am using an ATmega32 microcontroller to control HC-05.

1 Answers
Related