[SOLVED] Problem With #include < SoftwareSerial.h >

Way too fast for Software Serial… works fine on my MEGA’s Serial1, but that is an actual UART port.

I don’t understand… if this works: Blynk.begin(auth, wifi, ssid, pass, "192.168.1.6", 8442); then why worry about the IPAddress syntax issue in the example… just ignore it and use what works.

1 Like

@Gunner
i have this problem with default firmware on ESP 01 - 115200

[19] 
    ___  __          __
   / _ )/ /_ _____  / /__
  / _  / / // / _ \/  '_/
 /____/_/\_, /_//_/_/\_\
        /___/ v0.4.8 on Arduino Nano

[604] Connecting to ***********
[13637] AT version:1.2/0.0(Jul  1 2016 20:04:45)
SDK version:1.5.4.1(39ck4
[14672] Failed to set STA mode
[60032] Ready (ping: 13ms).
[70054] Login timeout
[110319] Ready (ping: 12ms).
[120341] Login timeout

and this error with ESP 01 firmware 0.22

[14659] Failed to enable MUX
[15670] Failed to set STA mode

Please stop going on about the problems at 115200 and Set The BAUD Rate To 9600 (both in the ESP and in the sketch) for SoftSerial connection.