I have a very basic question.
I bought an arduino long time ago and wrote some very basic sketches using Arduino IDE.
After some time I bought a NodeMCU, updated my sketches a bit and was able to run them on the NodeMCU - again I used Arduino IDE. The sketch is creating a client object and a POST statement to my local webserver.
Finally I bought an ESP8266 and put the whole sketch, that ran on my NodeMCU, to the ESP.
Arduioni IDE did not report any problems, the upload was successful.
But for any reason I neither get any output to the serial interface, nor does the ESP post anything to the webservice (although the sketch works perfectly fine on the NodeMCU)
If I upload the example-code for "WifiAP" it works ... at least I can see that the ESP is creating another WiFi.
Am I doing something totally wrong ? Did I missunderstand anything ? Do I have to handle the ESP in a different way ?
I dont know how to proceed ...
BR
Gawan