Giter Club home page Giter Club logo

esp8266-project-starter's Introduction

ESP8266 project starter

Project starter for ESP8266 with webserver and over the air updates enabled.

Features

  • Webinterface
  • Over the air updates
  • Website resources on SPIFFS
  • Enable logging for development purposes

Development

Requires PlatformIO.

ESP8266

  1. Create src/secret.h from src/secrects.template.h
  2. Set SSID and password of your WLAN and over the air hostname
  3. Update OTA_HOSTNAME depending on your needs
  4. First deploy only:
    1. Comment out upload_port and upload_port in platform.io
    2. Plug device to FTDI adapter
  5. Flash device via OTA update/FTDI adapter
  6. Upload web resources to SPIFFS

Webinterface

Use resources in data/www/ and change depending on your needs. There is a Browsersync config in bs-config.js you can use for development. Requires gobally installed Browsersync ($ npm i -g browser-sync):
$ browser-sync start --config bs-config.js

Dependencies

Required libraries:

  • ArduinoOTA
  • SHA-1 Hash
  • ESP Async WebServer

Deployment

See (development section above)[#Development].

Hardware

Parts

  • ESP8266
  • FTDI adapter for first deployment

esp8266-project-starter's People

Contributors

tilmanjusten avatar

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.