Color Wheel APP for RGB Control

Hey guys,
im looking for an app to control rgb led strips.
Does somebody know an app with a color wheel that supports the spark ?

best
Chriss

WS2812 leds? There’s already a library and project done to use them but for App, I doubt anyone has made it but it’s not going to be difficult at all!

Just web app or mobile app?

What im looking for is an mobile app for ios.
Like this http://www.wired.com/images_blogs/gadgetlab/2013/06/KULER-002.jpg

You familiar with making ios apps? Otherwise a simple web app is a good starting place!

A modified tinker app with rgb control (the on board rgb) was done and can extend to your requirement.

https://community.spark.io/t/extended-android-spark-tinker-app-rgb-led-rx-tx-pins/2899
Probably just a simple color wheel and sending the R, G, B values through the API :slight_smile:

No no really.
Im not familiar with making apps.
Its new for me to make such software but i try to learn it all :smile: !
The Android app is exactly what im looking for … but it need it for ios.
Thank you for your help.

Honestly, it’s not going to be easy. You need a mac machine and developer license to get started so let’s start off with a web app!

May I know what rgb leds are you using and are they already working with the core?

A virtual machine running a Hackintosh works just fine for me. Xcode is a free download, so you’ve only got to invest some time in getting a hackintosh running. There are some nice guides for that to be found on the web. A quick Google took me to this one: http://www.sysprobs.com/working-os-x-10-9-mavericks-vmware-image-for-windows-os-intel-processor

If you’ve got a jailbroken iDevice, you should be good to go. As far as I remember it’s currently possible to jailbreak every iOs device, so be quick before Apple patches it. For tinkerers it’s really worthwhile jailbreaking, I’ve never regretted it so far.
The advantage of a web app is that it’ll run on anything, which can be handy when you’re battery is dead, or just because you don’t want to use your phone… Most optimal would be if you could have both. A native app looks/works way smoother, and a web app can give you freedom.
Since I can’t really program, I’m still eagerly awaiting the arrival of the iOs Tinker code, which I’ll hopefully be able to adapt to my needs. I too wish to control a lot of (regular) RGB strips, preferably as a wake-up light as well. Currently I just use Tinker to just mess around with the colors a bit, until after my exams.
I’m excited to see what you guys can come up with, as far as remote controlling stuff goes. Best of luck!