I'm working on a project, and the arduino must connect to android via bluetooth low energy, I don't know how to make a custom app by android studio to connect to it, I don't know how to make a communication between arduino and android by BLE :(( please help me !!!
I've wrote a program to communicate with android, and I used Serial Bluetooth Terminal to connect and communicate with the arduino and it work perfectly but the point is I can't make a custom app
harrynguyen:
I've wrote a program to communicate with android, and I used Serial Bluetooth Terminal to connect and communicate with the arduino and it work perfectly but the point is I can't make a custom app
When you say "custom app" do you mean a program that runs on your phone? If so then this is not the place to get advice. This Forum is about programs that run on an Arduino board.
I've lost my code :((
What program have you lost?
If you wrote the program once, why can't you write it again?
I've wrote a program to communicate with android, and I used Serial Bluetooth Terminal to connect and communicate with the arduino and it work perfectly but the point is I can't make a custom app
I want android and arduino communicate by simple message like L1 or F1...
I would get code working which uses the Serial Bluetooth Terminal on the phone. I have had problems with an AT-09 BLE module staying connected to the terminal on the android phone, but if your module works, that's great. Several of the terminal programs have macro buttons which you can name and program to send "L1" or "F1".
If you need a custom app instead of a terminal program then MIT app inventor 2 is the way to go. It does support BLE.