Chat freely about anything...

User avatar
By Hadighorbani
#29336 Hi
I want conect esp8266 with wire to a dsl modem and send internet data with wire less to my labtob
Thank you for helping
User avatar
By Hadighorbani
#29337 I have an sim908 mazhol and have gprs on that
It is conected and worked with stm 32 mcu.
Can i send gprs in air with this 8266 to my labtop and conect to internet with it?
User avatar
By kingedem
#29379
Mmiscool wrote:Updated:

Several bug fixes.

added auto reconnect to last known good wifi otherwise start ap mode with network name esp.

To connect to the device in ap mode goto http://192.168.4.1/edit

That will bring up the basic editor.

Remember you must save before running any program.

I added another example also.


Hi Micheal,

I am planning to recompile the "ESP8266Basic.ino", not able to find the following files:
#include "spiffs/spiffs.h"
#include <FS.h>
#include <ESP8266mDNS.h>

#include <ESP8266WiFi.h>
#include <ESP8266WiFiMulti.h>
#include <WiFiClient.h>
#include <WiFiServer.h>
#include <WiFiUdp.h>
#include <ESP8266WebServer.h>
#include <Wire.h>

Possible to share the project?
User avatar
By martinayotte
#29383 Which files exactly ? All those includes mentioned above ?
They are all part of ArduinoIDE for ESP...
Did you installed the ESP package using BoardManager ?