Git Product home page Git Product logo

espwebframework's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.