I can control the GPIO when the ESP01 is connected via a serial port (via USB on my computer). But is it possible to control these GPIO's with nothing else than the ESP01 (no microcontroler) via WIFI?
In the official SDK release note I can't find any word of how to use these GPIO via WIFI commands (AT commands).
I just want to send a command on which the ESP01 sends back a signal if the action was success or failed.
Does this exist or do I need to set up a "homepage" for the server?..