Skip to content

cnlohr/esp82XX-basic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ESP82XX basic project

Basic firmware and tools to start ESP8266/85 projects based on esp82xx.

ESP82XX-basic is a stripped down version of cnlohr's esp8266ws2812i2s, who deserves all the recognition. The ESP8266/8285 chips are products of Espressif and are awesome "internet of things" solutions.

Usage

Latetly ESP82XX-basic has been integrated with esp82xx. Now, the directory structure for a basic firmware is created by cloning this repository and runing make project.

git clone --recursive https://github.com/con-f-use/esp82XX-basic.git
cd esp82XX-basic
make project

To actually build firmware, you will need the Espressif toolchain. Instructions on how to get it and build this firmware are in the esp82xx readme.

Features

The project provides the following basic funtionality:

  • Web-Interface based on Websockets
  • Network configuration over the Web-Interface
  • Identification of other ESP moules
  • Basic GPIO toggling
  • Flashing of firmware and Web-Interface over Network
  • Fun

About

Basic project for the ESP82XX chip

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 100.0%