I want to connect a button to ESP8266 (I suppose it should go to one of the GPIO pins) and have it send some data to the PC (suppose ESP8266 is set up as an access point and the PC is connected), or at least update the data on it's sever instantly so that it could be used by the PC.
Is it possible to program the ESP8266 using Arduino, but have the project working with only the power source, the ESP8266 and the button. If so, how? And if not - what's the best possible solution, maybe I need an ATtiny or something?
Thanks!!