• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Developing a simple Bluetooth app

i3dm6

Lurker
Hello Guys,

i would like to develop a simple app that gets a stream of data from a HC-06 BT module, performs a simple calculation on it, and displays it on the phone.

also on the app there will be 4 buttons, when each of them is pressed a short HEX stream of data is sent to the HC-06 via BT.

i have done a lot of arduino programming but never android - how do i start?
perhaps somebody is willing to help with this simple development?

thanks.
 
Start by reading the sticky posts at the top of this forum, which contain lots of useful advice and links.

There are also many Android bluetooth tutorials on the web.

But first you'll need to learn Java, if you aren't already familiar with the language.
 
Last edited by a moderator:
Back
Top Bottom