I want to make a RGB led lighting theme with the color adjustable with 3 sliders in a GUI. When i move each slider the led color must change in realtime (eg no additional click or tap needed).
Something like this:
Now the interface im unsure of what to use, i have Arduino Mega with Ethernet Shield. As far as i know HTML wont be possible, ideally i would like an app on my android but i have no idea how to even start with a android app. any help appreciated!
Now the interface im unsure of what to use, i have Arduino Mega with Ethernet Shield. As far as i know HTML wont be possible, ideally i would like an app on my android but i have no idea how to even start with a android app. any help appreciated!
I suggest you send the commands to Arduino via Bluetooth. It is much cheaper (<$10 for the bluetooth module for Arduino, compared to $>30 for the ethernet shield) and much easier to program (basically serial interface, no need for HTML).