-->
Page 1 of 1

Wemos D1 mini & differences in modules

PostPosted: Thu Mar 24, 2016 6:33 pm
by Darkeligos
I recently picked up a Wemos D1 mini, and cannot for the life of me find out how to make it listen for AT commands. Can anyone point me in the right direction?

Also, I see that many of the sketches include various files:

Code: Select all#include <ESP8266WiFi.h>
#include <WiFiClient.h>
#include <ESP8266WebServer.h>

..and that there are a few different ways to make a web server. What are the real differences between making a web server with ESP8266WebServer and WifiServer? Are there any other ways? Which is preferred?

Re: Wemos D1 mini & differences in modules

PostPosted: Fri Mar 25, 2016 7:59 am
by martinayotte
Arduino sketch and AT firmware are two different things. You can not have both at the same time.
As soon you've uploaded Arduino sketch, the AT Firmware has been overwritten, it is now gone !