ArduinoGeneral

Bluno2Android Automatic Bluetooth Connection Help

userHead sweet_baby_JESUS 2014-04-10 01:37:03 1736 Views2 Replies
Hello,

Essentially, our project makes a bluetooth connection between a Bluno and an Android phone app. Information is sent from the Bluno to the Android periodically. Currently, we have to scan and manually connect to the Bluno through the smartphone. Is there a way for the Bluno to automatically establish a bluetooth connection with the phone? I [u]have[/u] researched ways to approach this but I haven't found anything useful. Can someone please point me in the right direction?

Note: Our Android app was made from scratch.

Thanks,
sweet_baby_JESUS

2014-04-15 01:16:13 [quote="Grey"]
Hello sir,
Sorry for the late reply. yes, it could connect automatically. Actually it depends the Android/IOS app.
You could check our wiki page , it contains the app open resource. If you want to use auto connection. you only need to add some sentence in the code.
[/quote]

Hi Grey,

I did look at that code already and used it to help write the code for connecting to the arduino bluno through the android app. The open source code requires a user to scan before connecting though. Could you tell me what the sentences are that you need to add for auto-connection? That is the main issue I'm having, that I haven't been able to find anything useful regarding how exactly to auto-connect.

I would love it if you could better guide me to exactly what I need to include in the code for auto-connecting the Bluno to the android app.

Thanks!
userHeadPic sweet_baby_JESUS
2014-04-10 12:56:15 Hello sir,
Sorry for the late reply. yes, it could connect automatically. Actually it depends the Android/IOS app.
You could check our wiki page , it contains the app open resource. If you want to use auto connection. you only need to add some sentence in the code.
userHeadPic Grey.CC