I'm (trying to) develop a Android application. It's aim is to display information received from an Arduino Nano (or maybe Uno, it's not decided yet) using an HC-06, to communicate by Bluetooth.
I've tried many (everything i've found) code exemple, but it all didn't work for me, I dont know if it is because I made it wrong or what but I can't get the nearby Bluetooth devices' names.
I want to connect to the Arduino and being able to read data it send.
If someone know how to separate the bytes received and put them into different variables, I'm listening too.