bportaluri / WiFiEsp

Arduino WiFi library for ESP8266 modules
GNU General Public License v3.0
550 stars 210 forks source link

Wifi.ping() gives timeout #120

Open Rabter1 opened 7 years ago

Rabter1 commented 7 years ago

I dont know if its me or the library BUT. I always get a timeout when i use Wifi.ping(); When i send the AT+PING="host" command manually it works just fine. So its not the module i think.

JAndrassy commented 7 years ago

what type of serial and at what baudrate?

Rabter1 commented 7 years ago

My Serial is at 9600 (arduino-computer) My SoftwareSerial (arduino-ESP8266) is also at 9600 i used "AT+UART_DEF=9600,8,1,0,0" to set my baudrate to 9600