I am having arduino uno board connected with bluetooth HC-05 module. I needed to transfer the data from arduino to android mobile via bluetooth.
Is it possible to transfer the data from arduino to android via bluetooth?
I am having arduino uno board connected with bluetooth HC-05 module. I needed to transfer the data from arduino to android mobile via bluetooth. Is it possible to transfer the data from arduino to android via bluetooth? |
|||||||||
closed as unclear what you're asking by Majenko, Nick Gammon♦, jfpoilpret, sachleen Jul 14 '15 at 16:30Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question.If this question can be reworded to fit the rules in the help center, please edit the question. |
|||||||||
|
Yes. The HC-05 just creates a serial connection over bluetooth. You can treat it just like any other serial connection, such as the USB connection between the Arduino and your computer. What data you send and in what format you send it is entirely up to you. |
|||||||||
|