Skip to content

ESP-Karajan is a kind of operating system for the ESP devices, taking away unproductive tasks of initializing the processor, WiFi connection, the displays, online dashboards, the measurement chips, the communication between ESP devices and the connection to a remote PC.

Notifications You must be signed in to change notification settings

rin67630/ESP_Karajan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

ESP_Karajan

"Thing different !" What is ESP-Karajan?

ESP-Karajan is a kind of operating system for ESP 8266 and ESP32 devices, taking away unproductive tasks of

  • initializing the processor,
  • WiFi connection,
  • the displays,
  • online dashboards,
  • measurement chips,
  • communication between ESP devices,
  • connection to a remote PC.

Starting with Karajan is the basement for your powerful projects!

Karajan contains a collaborative scheduler written for ease of use and clarity easily accessible to non-programmers without IT gibberish.
It provides several levels of runtime processing:
- Instant data (highest priority, no fixed timing, for asynchronous communication with other devices)

  • Fast data (runs every 125ms)
  • Menu (runs every 125ms)
  • Slow data (runs every second)
  • Statistics (runs every second)
  • Display (runs every second)
  • Serial reports (runs every second)
  • Wireless communication (runs every second)
    The scheduler distributes the tasks running every second evenly over the whole second. Additionally timing flags are provided:
  • NewMinute
  • Minute Expiring
  • NewHour
  • HourExpiring
  • NewDay
  • DayExpiring
    which allow to process statistics at the right time.
    These timing flags rely on the time given from a NTP server over the WiFi connection.

But read the doc to discover all the other features of Karajan...

About

ESP-Karajan is a kind of operating system for the ESP devices, taking away unproductive tasks of initializing the processor, WiFi connection, the displays, online dashboards, the measurement chips, the communication between ESP devices and the connection to a remote PC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published