Uno, hc-06, led ring

Hey guys,

I'm fairly new to coding and I am struggling at the mine.

Can someone point me in the right direction?

I've got a few arduino boards and a hc-06(I think) Bluetooth module which I Want to use to control an led ring.

I've managed to program different lighting sequenced using the adafruit libraries but would love to control it from my phone.

I've googled for guides but can't find any that work.

Thank You

I've googled for guides but can't find any that work.

Post the code that you tried and describe what happened that did not work

There are many steps involved in using a bluetooth module. It must be properly connected. It must be properly paired to some other device. That other device must be sending data in a useful fashion. The Arduino must be programmed to read that data, and act upon it.

Which part(s) are you having problems with? Pairing and programming the sender are not what you get help here with.

If you are using HC-06, the phone needs to be Android. You could use a plain-vanilla bluetooth terminal programme on Android to control the LEDs. The Arduino code to do this can be exactly the same as what you might use to control LEDs with the serial monitor, which might explain why you can't find anything. I imagine you could also use a bluetooth joystick programme to do this in a more sophisticated manner. Android Bluetooth Joystick is one of the biggest threads on this forum.

You might find the following background notes useful

http://homepages.ihug.com.au/~npyner/Arduino/GUIDE_2BT.pdf
http://homepages.ihug.com.au/~npyner/Arduino/BT_2_WAY.ino