-->
Page 2 of 2

Re: WiFi not working with Arduino IDE, but ok in lua

PostPosted: Sat Jul 15, 2017 2:28 pm
by Carlos Santos
I wouldn't say the problem is on my router side, since the same code works well on a nodemcu dev board that I have. When I say that LUA is working, I mean that I'm able to connect to the same AP and get an IP after uploading the lua script. I also have tried on different routers (all with at least 8 chars).

Re: WiFi not working with Arduino IDE, but ok in lua

PostPosted: Sun Jul 16, 2017 9:22 am
by martinayotte
Then, I've no other idea ...
All my ESPs are working out of the box with Arduino framework.

Re: WiFi not working with Arduino IDE, but ok in lua

PostPosted: Wed Nov 15, 2017 11:25 am
by Henrique Miranda
Same problem here, when i use Nodemcu Firmware or AT firmware, with these two formware i can connect and get IP, but when i flash one sketch from Arduino IDE the module stop with blue LED and dont get IP. With other module works fine.

Re: WiFi not working with Arduino IDE, but ok in lua

PostPosted: Thu Mar 08, 2018 5:10 pm
by _svenson_
Hey guys,

I have a similar problem, maybe it's somehow related. I also didn't get any Wifi connection with Arduino IDE e.g. using the NTPClient example sketch (I'm using Arduino IDE on macOS). With MongooseOS everthing works fine.

BUT: If I compile and upload that same NTPClient sketch on a Linux machine (with the same Arduino IDE 1.8.5) everything works!
@Carlos: What OS are you using?

Cheers,
_svenson.