Skip to content

A simple flask website to manage and monitor ESP8266 microchips from a Raspberry Pi

Notifications You must be signed in to change notification settings

marcleibold/ESPWebsite

Repository files navigation

ESPWebsite

A simple flask website to manage and monitor ESP8266 microchips from a Raspberry Pi.
The ESPs will be used to control LED strips.

Basic functionality is already working

Corresponding Repository:

ESP API

Prerequisites

  • Machine needs to be connected to a Network via Ethernet
  • Machine needs to have a Wifi Interface
  • .env File containing WIFI_SSID and WIFI_PASS of main Network

How to run

cd into the Directory and execute the following command:

FLASK_APP=run.py python3 -m flask run --no-debugger --host=192.168.178.XX > /dev/null & 

(replace the IP address with the address of you machine)

Built with

About

A simple flask website to manage and monitor ESP8266 microchips from a Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published