As a result of my Need for Help questions [SOLVED] on [SOLVED] Blynk <-> esp-link I would like to ask what the status is of the planned implementation on the transparent interface for the ESP8266 to any uart. See the remarks from:
@Wijnand - actually, this is currently NOT in development - and we didn’t announce it, AFAIK.
There are more high-priority features, and I don’t understand what’s limiting you…
You can just use 1 virtual pin and redirect the data to UART of ESP8266 (running Blynk standalone).
You can even test it using terminal widget, voilà!
@vshymanskyy I don’t know if @Dmitriy is part of the Blink-team, he said “stil under development”. If it’s not the case I start it by myself. I don’t know what AFAIK meant
So I want to combine the already existing firmware for a (cheapest) ESP board, supporting a Wifi manager for the setup ( including the login to a Blink server) and then switch to transparant mode to redirect the Blink commands via the UART of the ESP to the UART of any micro controller. The last one is responseble for decoding the commands to certain actions, including control a statemachine (usual in human interfaces).
I see. It must be an interesting project, and it seems to be doable, but may require some (minor, I think) changes in the library.
I would start with WiFiManager examples, and finding a way to redirect all commands to the Arduino.
For virtual pins it’s simple: BLYNK_WRITE_DEFAULT
@Dmitriy No problem, for me the oppertunity to work with another environment. @vshymanskyy I will start to study the WifiManager. If I have questins, I will be back
Thanks and kind regards…