/StarMod

Try things out

Primary LanguageC++GNU General Public License v3.0GPL-3.0

StarMod

Headstart for building ESP32 applications: printing, file management, persistent data, Wifi, Web, UI and system management works out of the box.

Everything is a module.

System modules:

  • Print: Print to different targets (Serial, file, net)
  • Files: File Manager
  • Model: Datamodel in json, stored to file, used in ui and network comms
  • Network: Wifi
  • Web: Web server
  • UI: UI Server
  • System: Show and manage ESP32 system

Build apps on top of this

  • Led apps
  • IO control apps
  • IOT apps
  • Any app

By MoonModules Inspired by WLED