Arduino RGB Bluetooth led controller Android

Опубликовано: 19 Октябрь 2024
на канале: derekkg2
1,251
2

This is a video showing an arduino project that I did.

Parts list:
Arduino Uno
Texas instruments tlc5940
Bluetooth Serial port adapter
HP Touchpad running Android 4.0

The Touchpad is sending commands to the Arduino using the Amarino Arduino library and android application over Bluetooth (http://www.amarino-toolkit.net/) The Arduino sends these commands to the tlc5940 which controls the RGB led. The Arduino project and Android application are based on the MultiColorLamp example here (http://www.amarino-toolkit.net/index....) but modified to allow the arduino to communicate with the tlc5940 instead of the RGB led directly using the tlc5940 library (http://www.arduino.cc/playground/Lear.... The reasoning for this is because in its normal installation (car) the arduino controls 8 RGB led's not 1. The android application is also being modified to let the user pick a specific color instead of using sliders, and to allow for different timing settings.