i just wanna to create simple control system e.g. temperature control or lightning control.
then, my app controller made by blink can be connected and monitored from my PC Using SCADA Software??? (On the Control room/Security room etc.).
is it realistic? how can it be realized?
There are many options, one is to use MQTT (but it’s not supported from all SCADA systems) or you could implement Modbus TCP client on the ESP (google for the library) and populate the registers. This way you will be able to add it to all SCADA systems you want…