Navigation Menu

Skip to content

krachlatte/ESPWebFramework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

ESPWebFramework

A Web Framework for ESP8266

####To flash compiled binaries You need:

  • Python

Download following files:

Now run (change COM7 if necessary):

   python esptool.py --port COM7 write_flash 0x40000 app.out-0x40000.bin 0x00000 app.out-0x00000.bin 0x17000 webcontent.bin

####First configuration Default configuration creates an Open (without password and not encrypted) WiFi network named "ESPXXXXXXXXXXXX", where XXXXXXXXXXXX is the ESP MAC address. You should connect to this network, having the DHCP of your PC enabled. Now open the page "http://192.168.4.1" and configure your device.

####To build from scratch You need:

Install Python pyserial and slimmer (to reduce webcontent folder size):

easy_install pyserial
easy_install slimmer

Move to ESPWebFramework\projects\ESPWebFramework directory and double click on:

console.cmd

Now run:

make

Switch ESP8266 to programming mode, then run ((change COM7 if necessary):

make flash PORT=COM7

####Here is some screenshots:

WiFi configuration: ss1

WiFi configuration - access points scan: ss2

Network configuration (1/2): ss3

Network configuration (2/2): ss3

Web server, UART and services configuration: ss4

Date and Time configuration: ss5

GPIO configuration and control: ss6

About

A C++ web framework for ESP8266

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 62.7%
  • Roff 18.5%
  • C 17.0%
  • Python 0.6%
  • Objective-C 0.4%
  • Shell 0.2%
  • Other 0.6%