简体   繁体   中英

How to connect android bluetooth with arduino?

I want to make an android app that would connect with bluetooth module and send ASCII values for forward, back, right and left buttons pressed on app. I have worked on android using android studio. Can I make this app for arduino using android studio or I would have to use some other tool? Explain the logic (and code if you can), try to avoid links.

A good step in between, could be Arduino with Processing . As it provides a relative Java like language, from which you control the Arduino. (Under the hood, actual Java is used).

See Arduino Processing introduction videos.

Ones that is working, it should be relative strait forward to convert that to Java.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM