суббота, 17 августа 2013 г.

Android-Bluetooth-Arduino sample

I’ve received some questions from beginners about how to transfer data between Android device and Arduino controller. So I decided to write this post as an easy step by step tutorial that describes how to make a Bluetooth connection between your Android app and Arduino sketch. In other words let’s take an Android device (phone or tablet) and try to use it to control LED on Arduino controller.

For this tutorial you should know how to build a typical “Hello World!” application for your Android device and you should also know how to upload an easy LED blink sketch to your Arduino controller.