Hi,
I have an idea to have one Blynk which has network access (WiFi, Ethernet, etc) to help other Blynk which can only do Serial interface to connect to Blynk server. The example of use case is if I have ESP-12E, with plenty of IO and processing power, and I also have Arduino nano. So I can program both unit with Blynk/ arduino IDE normally, each on different token, then connect the serial port of the Nano to ESP, then both can be connected to Server. I can then create two Apps interface, one for each module.
Interestingly, if this can be done, using UART profile of BLE, then I can detach Nano and ESP and fit a pair of BLE to get serially connected each other, pretty much solving BLE connectivity more elegant way.
Many thanks…