Has anyone been able to get Blynk with a Tiny Circuits processor and the Nordic BLE board?
http://www.blynk.cc/Its BLE support is in beta. However, it does support the Nordic chip with the BLEperipheral library using its BLESerial example. The Nordic BLE TinyShield is even listed in its compatible hardware section.
https://github.com/sandeepmistry/arduino-BLEPeripheralhttps://github.com/sandeepmistry/arduino-BLEPeripheral/tree/master/examples/serialI have tried it with both the TinyScreen+ and my original TinyDuino proc. The BLESerial library starts fine and it advertises fine and I'm able to connect to it with my Android device. However, not data will flow. Blynk just hangs with it continuing trying to connect as shown in its debug output. I also tried the BLESerial example sketch with the Nordic UART Android app and that's where I realized no data is flowing even though it connects and indicates a status of connected.
The example sketch from the Tiny Circuits tutorial that uses the Nordic libraries directly works just fine by echoing data between serial and BLE.
Thanks,
Rob