http://forum.arduino.cc/index.php/topic,148853.msg1118346.html#msg1118346
![]() |
« on: February 13, 2013, 09:36:16 pm »
|
![]() ![]() ![]() |
Here is my android controlled arduino project. A simple app sends data through SPP over bluetooth and switches an LED on and off.
The circuit is just a bluetooth module, arduino UNO, LED, resistor and some wires.
The LED can be switched on using buttons as well as voice activation (anything that contains the word ‘on’,’off’ or ‘blink’ – so saying ‘turn the LED on’ works as well as just uttering ‘on’).
I created the app using MIT app inventor and this project was created pretty much only to show how easy it is to write custom apps using the tool and interface with microcotrollers in this manner. One could use MIT app inventor to add more more features, such as using accelerometer or GPS data to control the LED, switching the state using text messages, web communication, not only send but also receive data, etc.
…well the point is – MIT app inventor is pretty cool and you should check it out