Tuesday, February 28, 2012

2nd project: Android controlled LED lighting

Overview
This project is about the use of an android phone to control LEDs via bluetooth. The system basically consist of an android phone, Arduino UNO, and bluetooth module. The android phone, through an application, sends data to Arduino via bluetooth. The Arduino UNO prototyping module then process the data from the android phone and control the brightness of each LED. The brightness control of each LED is implemented by using PWM pins of the Arduino UNO. The hardware can be powered by a 9V battery or a DC supply between 9 to 12V.

The Android Application
The application is made using sliders to vary the brightness of the LEDs. Each slider has a value of 0 to 255 from which  internet colors can be easily reproduced using the 3 sliders. Establishing the communication link is also done in the application. Basically, the app can search for other bluetooth devices, query for paired devices, establish RFCOMM channels/sockets, connect to a device, and send data over bluetooth.

Arduino UNO
Arduino UNO is an open-source electronics prototyping platform based on a flexible, easy-to-use hardware and software. It serves as the processor of the data from android phone. The value 0 to 255 from the android phone is translated to PWM wave with a frequency of approximately 490Hz to the pins 9, 10, and 11.

Bluetooth Module
The datasheet states that signal can reach up to 100m but actual distance may depend on the other communicating device. This module is using the UART interface in SPP configuration to connect to the Arduino UNO. In essence, the bluetooth module acts as a cable replacement between two devices.

Below is a demo video of the project.

2 comments:

  1. trying to run the bluetooth chat sample app but is crashing on my android 4.0 tablet.
    any code?

    ReplyDelete




  2. I like your post. This post really awesome and very helpful to me. Please keep posting good contents. Thank you.
    Click here to view the source of the post

    ReplyDelete