- Fri Aug 03, 2018 2:19 am
#77561
I have a code developped for the ESP8266 under the Arduino IDE that has been flashed on hundred of ESP-12E modules with great success. Yesterday I tried to flash this same code into multiple ITEAD Xbee ESP8266 modules (
https://www.itead.cc/wee-serial-wifi-module.html). Flashing the modules works fine, serial comms works, AP mode works, everything seems to work fine... except connecting to an AP. I initially thought that different pin definitions could afect WiFi so I tried with multiple board definitions (Generic ESP8266, ESP-12E development board, etc). But nothing,
WiFi.begin(ssid, password) never works despite of the time waiting for it to complete.
Has anyone experience with these modules from the Arduino IDE? Should I maybe use a different board definition not included in the standard ESP8266 Arduino release? One of the things that is driving me crazy is the fact that AP mode works but not connecting to an external AP.
As a side note, the default AT interface provided by ITEAD does not seem to work either when tryint to conect to an AP. Of course, I've also posted a support ticket on ITEAD's support center.
Thanks so much guys for your support. Kind regards,
Daniel.