Hello everyone,
First I am saying sorry for this post because I think it is not a pure electrical thing. I was looking for someone who can give me an exact source file or teach me about how to integrate bluetooth in android app to control a bot. I am just looking for a very easy code either cordova or android java tutorial where I can learn how to send a very simple data to a bot through bluetooth. Can anyone teach me how? Just the simple code.
Hello everyone,
First I am saying sorry for this post because I think it is not a pure electrical thing. I was looking for someone who can give me an exact source file or teach me about how to integrate bluetooth in android app to control a bot. I am just looking for a very easy code either cordova or android java tutorial where I can learn how to send a very simple data to a bot through bluetooth. Can anyone teach me how? Just the simple code.
I like B4A - basic for android. It's a VB lookalike for developing apps both Apple and Android. I managed to write an app that used bluetooth to a HC05 module on a Zumo chassis in less than a day. Lots of examples out there.
hi,
start with microcontroller side controlling your robots motors and such,
then set up function for each command ,
then set up for serial instructions to run command structure,
then switch over to bluetooth serial,
then design app that sends the proper serial instruction set (via bt).
.... the entire architecture is based on how the robot was built
I have been using visual micro for arduino cos I like vb