Moderator: igrr
#include <ESP8266WiFi.h>
const char* ssid = "TP-LINK_7789EA1";
const char* password = "qazwsxedc";
void setup() {
Serial.begin(115200);
delay(10);
WiFi.begin(ssid, password);
while (WiFi.status() != WL_CONNECTED) {
delay(500);
Serial.print(".");
}
Serial.println("WiFi connected");
Serial.println(WiFi.localIP());
}
void loop() {
}
connect wifi(serial monitor) :
WiFi connected
192.168.1.102
ping :
ping 192.168.1.102 -t
Pinging 192.168.1.102 with 32 bytes of data:
Reply from 192.168.1.102: bytes=32 time=64ms TTL=255
Reply from 192.168.1.102: bytes=32 time=16ms TTL=255
Reply from 192.168.1.102: bytes=32 time=15ms TTL=255
Reply from 192.168.1.102: bytes=32 time=21ms TTL=255
Reply from 192.168.1.102: bytes=32 time=20ms TTL=255
Reply from 192.168.1.102: bytes=32 time=25ms TTL=255
Reply from 192.168.1.102: bytes=32 time=14ms TTL=255
Reply from 192.168.1.102: bytes=32 time=14ms TTL=255
Reply from 192.168.1.102: bytes=32 time=20ms TTL=255
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
reset arduino
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Reply from 192.168.1.102: bytes=32 time=57ms TTL=255
Reply from 192.168.1.102: bytes=32 time=17ms TTL=255
Reply from 192.168.1.102: bytes=32 time=20ms TTL=255
Reply from 192.168.1.102: bytes=32 time=15ms TTL=255
Reply from 192.168.1.102: bytes=32 time=13ms TTL=255
Reply from 192.168.1.102: bytes=32 time=17ms TTL=255
Reply from 192.168.1.102: bytes=32 time=15ms TTL=255
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
not ping continuity, please help me !
I have receiveed not too 10 packets.