Comments on: ESP8266 Web Server with Arduino IDE https://randomnerdtutorials.com/esp8266-web-server-with-arduino-ide/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Mon, 28 Apr 2025 16:23:48 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: no882323 https://randomnerdtutorials.com/esp8266-web-server-with-arduino-ide/#comment-1031879 Mon, 28 Apr 2025 16:23:48 +0000 http://randomnerdtutorials.com/?p=17309#comment-1031879 I am currently studying WiFi communication using AE-ESP-WROOM-02-DEV.
Your sample program has a very stable connection.
When I run it by specifying the SSID and password of the wireless LAN router on the PC side and the server port as shown below, WiFi connected was displayed.

const char* ssid = “************”;
const char* password = “*************”;
WiFiServer server(23);

00:53:00.786 -> ******************
00:53:01.518 -> ………..
00:53:07.235 -> WiFi connected.
00:53:07.235 -> IP address:
00:53:07.235 -> 192.168.11.4

The next objective is bidirectional signal exchange with the PC side. I would like to experiment with sending a string from the ESP side to the PC side.
I will create client connection software on the PC side using Delphi. In this case, can I connect the HOST to the ESP side using the SSID and password of the wireless LAN router?

]]>
By: Nurbek https://randomnerdtutorials.com/esp8266-web-server-with-arduino-ide/#comment-804906 Sat, 24 Dec 2022 04:23:41 +0000 http://randomnerdtutorials.com/?p=17309#comment-804906 Hello everyone, I want to install encryption algorithm on arduino and esp8266, what should I pay attention to.

]]>
By: Carlos Bruni https://randomnerdtutorials.com/esp8266-web-server-with-arduino-ide/#comment-663413 Mon, 23 Aug 2021 19:30:09 +0000 http://randomnerdtutorials.com/?p=17309#comment-663413 Parabéns Sara e Rui Santos! funcionou muito bem. Montei com esp8266 NODEMCU 12E.
Carlos Bruni
Bahia Brasil

]]>
By: Prof. K. R. Rao https://randomnerdtutorials.com/esp8266-web-server-with-arduino-ide/#comment-502218 Fri, 02 Oct 2020 03:03:13 +0000 http://randomnerdtutorials.com/?p=17309#comment-502218 In reply to Sara Santos.

Hello Sara!
Thank you for your prompt reply
Regards

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-web-server-with-arduino-ide/#comment-501038 Mon, 28 Sep 2020 16:35:34 +0000 http://randomnerdtutorials.com/?p=17309#comment-501038 In reply to Prof. K. R. Rao.

Hi.
That’s the normal behavior.
After uploading code you get that message, and you should press the reset button to start running the new code.
Everything seems to be working as expected.
Regards,
Sara

]]>
By: Prof. K. R. Rao https://randomnerdtutorials.com/esp8266-web-server-with-arduino-ide/#comment-500876 Mon, 28 Sep 2020 07:22:26 +0000 http://randomnerdtutorials.com/?p=17309#comment-500876 In reply to Prof. K. R. Rao.

Sorry not CTS, it is RTS

]]>
By: Prof. K. R. Rao https://randomnerdtutorials.com/esp8266-web-server-with-arduino-ide/#comment-500874 Mon, 28 Sep 2020 07:15:06 +0000 http://randomnerdtutorials.com/?p=17309#comment-500874 In reply to Sara Santos.

Thank you Sara for your prompt reply.
Of course! after the garbage useful data is coming on serial port.
The garbage comes whenever the Reset button is pressed followed by useful data.
I have set the correct baud rate and all….
The garbage doesn’t appear after programming the IC through USB port in which it finally says
hard reset using CTS. Please clarify
Regards

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-web-server-with-arduino-ide/#comment-500600 Sun, 27 Sep 2020 12:56:01 +0000 http://randomnerdtutorials.com/?p=17309#comment-500600 In reply to Prof. K. R. rao.

Hi.
Getting some garbage at first, is normal with the ESP8266.
After that initial garbage, it should print adequately to the serial montior.
Also, make sure that you have the right baud rate selected.
Regards,
Sara

]]>
By: Prof. K. R. rao https://randomnerdtutorials.com/esp8266-web-server-with-arduino-ide/#comment-500097 Sat, 26 Sep 2020 00:36:26 +0000 http://randomnerdtutorials.com/?p=17309#comment-500097 Hai Rui
In the sketch, I have added Serial.println(“”); but still there is garbage before it prints …. on the serial monitor. Can you tell the command?

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-web-server-with-arduino-ide/#comment-462317 Mon, 01 Jun 2020 14:06:41 +0000 http://randomnerdtutorials.com/?p=17309#comment-462317 In reply to David.

Hi David.
I recommend that you take a look at these two tutorials:
https://randomnerdtutorials.com/esp32-esp8266-web-server-http-authentication/
https://randomnerdtutorials.com/control-esp32-esp8266-gpios-from-anywhere/
I hope this helps.
Regards,
Sara

]]>