Feather Huzzah issue "Your ESP8266 is not in the network"

I first changed firmware from LUA to Arduino using simple blink sketch

Then I wrote the blynk ESP8266_Standalone sketch with wifi name, pass and correct auth token id.

When i upload the sketch my serial monitor outputs

0‚~?–4û!ƒ{ƒOAaû[200] Connecting to wifi
[4917] Connected to WiFi
[4917] My IP: 192.122.00.22
[4917] Blynk v0.3.1
[5001] Connecting to cloud.blynk.cc:8442
[10002] Connecting to cloud.blynk.cc:8442
[15003] Connecting to cloud.blynk.cc:8442
[20004] Connecting to cloud.blynk.cc:8442

Am i missing something? Device is connecting to wifi but not connecting to blynk??

DO i have to reinstall the blynk app?

You have very old libraries and they must be upgraded if you want to connect to Blynk. You need 0.3.8 which will connect to a dot com address rather than the old dot cc.

Thanks Costas for the advise.

I just updated the esp8266 by ESP8266 Community to ver 2.3.0

But when i click on Library Manager and go to Blynk by Volodymyr my version is 0.3.1

How do i update it to 03.8? I do not see an upgrade button in the Library Manager

https://github.com/blynkkk/blynk-library/releases/download/v0.3.8/Blynk_Release_v0.3.8.zip

:wink:

@Blynk182 the same way you installed version 0.3.1 and it wasn’t through the Library Manager as Blynk doesn’t use that.

Go here https://github.com/blynkkk/blynk-library/releases/tag/v0.3.8 but read the Attention.

thanks, everyone

updated and working now :slight_smile: