Skip to content

A beautifully fast library to create functional dashboard for ESP8266 and ESP32

License

Notifications You must be signed in to change notification settings

Noctaro/ESP-DASH

 
 

Repository files navigation


     



Note: We are actively working on the dash-next branch for our V3 release, please implement your feature / pull requests there. Currently, the master branch holds the V2 legacy code.


ESP-DASH is a Blazing fast library to create functional and realtime dashboard for ESP8266 & ESP32 Microcontrollers. It is not dependent on Internet. DASH V2 is the successor of previous generation and is fully rewritten to enhance performance and realtime capabilites. DASH V2 includes Line Charts, Temperature Cards, Humidity Cards and Buttons etc to create a perfect dashboard which is accessible locally via your device IP without the need of an internet connection.


Demo

Click Here


Features

  • Works on Websockets
  • Realtime updates
  • Graphs Support
  • Interactive UI Components
  • Uses Async Webserver for better performance



Dependencies

For ESP8266:
  • ESP8266 Arduino Core - (latest)
  • ESPAsyncTCP - v1.2.0
  • ESPAsyncWebServer - v1.2.3
  • ArduinoJson - v6.15.2
For ESP32:
  • ESP32 Arduino Core - (latest)
  • AsyncTCP - v1.0.3
  • ESPAsyncWebServer - v1.2.3
  • ArduinoJson - v6.15.2


Documentation

Click Here


License

ESP-DASH is licensed under General Public License v3 ( GPLv3 ).



Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

About

A beautifully fast library to create functional dashboard for ESP8266 and ESP32

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 91.5%
  • Vue 4.3%
  • C++ 3.7%
  • JavaScript 0.4%
  • HTML 0.1%
  • CSS 0.0%