I want to create a small device, just a button that sends its status to an Android application through Bluetooth.
I bought a Bluno Beetle, but the information it exposes to Bluetooth cannot be modified from Arduino code, so I have no way to send the button status to the Android App, rookie mistake I guess.
Could you please tell me which model of arduino+bluetooth should I purchase to do this ?
-
buy a bluetooth button like this amazon.com/iBOLT-Bluetooth-distance-Customize-commands/dp/…Juraj– Juraj ♦2018年11月27日 20:53:43 +00:00Commented Nov 27, 2018 at 20:53
-
"access features of compatible apps" seems suspicious, also I can´t find anywhere if it can be used on custom Apps.Grefu– Grefu2018年11月27日 21:26:07 +00:00Commented Nov 27, 2018 at 21:26
-
it is unclear why the Bluno Beetle is unsuitable for your project .... please post the code that you tried .......... the Bluno Beetle is an arduino with a bluetooth module and you are asking about replacing it with another arduino and another bluetooth modulejsotola– jsotola2018年11月27日 21:37:28 +00:00Commented Nov 27, 2018 at 21:37
-
I connected a button to the Bluno Beetle and I want the Android App to know when the button is pushed and when is not. I can´t change the characteristic the Bluno Beetle exposes on the Bluetooth Service from the code, so I cannot send the button status to the Android App.Grefu– Grefu2018年11月27日 21:59:05 +00:00Commented Nov 27, 2018 at 21:59
-
have you seen this page? ... dfrobot.com/blog-283.htmljsotola– jsotola2018年11月27日 23:45:25 +00:00Commented Nov 27, 2018 at 23:45
1 Answer 1
For your project you can buy cheap Arduino Nano, or even Mini(programmer needed). For BT module buy HM10. It's cheap and it supports Bluetooth Low Energy.
-
but that is exactly what Bluno Beetle is. a 328p plus CC25402018年11月30日 08:17:11 +00:00Commented Nov 30, 2018 at 8:17
-
Why he asked then what he should buyPararera– Pararera2018年11月30日 13:09:55 +00:00Commented Nov 30, 2018 at 13:09
-
because he doesn't understand how it works2018年11月30日 13:20:48 +00:00Commented Nov 30, 2018 at 13:20
-
Hi Juraj, If you understand how it works, could you explain to me how can I get the status of a button connected to the bluno to an android app connected to the bluno by Bluetooth ?Grefu– Grefu2018年11月30日 23:52:50 +00:00Commented Nov 30, 2018 at 23:52
-
@Grefu, you must use @ to get a user notified. the manufacturer has examples. jsotola posted a link in comments to the question2018年12月04日 14:30:27 +00:00Commented Dec 4, 2018 at 14:30