By using a second Arduino Nano with an IR receiver, I can reliably control another Nano (running FastLED) that’s connected to an LED strip. I haven’t tried using Bluetooth (with my Android) yet.
Any thoughts/suggestions on reliability, cost, difficulty of doing this with Bluetooth vs the IR method?
I can buy Bluetooth boards from http://aliexpress.com for about the same price as a Nano 3.0.
Adding BT to your project is piss easy. There are a bunch of android apps that allow you to pass whatever string you want to your arduino. Look for apps by Next Prototypes - work great for developing. https://play.google.com/store/apps/developer?id=NEXT+PROTOTYPES
I hear from various little birdies that rfduino support is on the way—and there are also boards like the Dfrobot Bluno and Bluno Nano which will work now. That’s the direction I’m planning on going in.
I’m interested in lower-level control, not just passing commands over a serial connection. Now I think of it, I hope the RFduino library allows me low level control of the BTLE advertisement packets, et al.
Anyone know of any cheap BLE modules? Freaking iPhone won’t support SPP on standard bluetooth, but with a BLE module from what I understand you can actually use it from an iphone app as a serial output.