-->
Page 1 of 2

WiFi not working with Arduino IDE, but ok in lua

PostPosted: Tue Jul 11, 2017 8:14 pm
by Carlos Santos
Dear folks, I've been facing some problems with a Wemos Mini D1 board (clone) when using together Arduino IDE. No matter what I do, I can't use it in STA or in SOFTAP modes. However, if I flash a nodemcu firmware, everything works fine. Any help?

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

PostPosted: Thu Jul 13, 2017 9:13 am
by martinayotte
Any example from Arduino ESP should work out of the box on Wemos D1 Mini.

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

PostPosted: Thu Jul 13, 2017 12:05 pm
by Carlos Santos
Indeed, however neither the WiFiAccessPoint nor the WiFiClient seems to work. The strange thing is that the WiFiScan works ok. Any thoughts why is this happening?

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

PostPosted: Fri Jul 14, 2017 4:30 pm
by martinayotte
As I said, WiFiClient example should work out-of-the-box.
Maybe the issue is on your router side ...
Is it setup with at least 8 characters for password ?
When you say that LUA is working, is it same SSID/PW ?