-->
Page 1 of 1

ESP as Wi-Fi module

PostPosted: Thu Mar 10, 2016 8:16 am
by FullBrain
I use ESP as wi-fi module. I want connect to Blynk. I include needed libraries, but during the compilation, i get error ""IPAddress" was not declared in this scope".

Code:
Blynk.begin(auth, "New Secret AP", "kumis99999", IPAddress(192,168,43,205) , 8443);

What i must do that repair this code?

Re: ESP as Wi-Fi module

PostPosted: Thu Mar 10, 2016 5:10 pm
by AcmeUK
Hi

Have a look here http://community.blynk.cc/t/solved-local-server-with-esp8266-serial/4225/8

From this it looks as though the code is in the form :-
Blynk.begin(auth, wifi, "SSID", "pass", "ipaddress", port);

Also your IP Address needs dots not commas!