uploaded 1 day ago
Wiremux ESP-IDF adapter component

3 examples

  • esp_wiremux_advanced_demo
    This example demonstrates the `wmux_*` API for configuring and managing channel communication in the ESP environment.
    2.41 KB
  • esp_wiremux_beginner_demo
    This example demonstrates the global `wmux_*` quick-start API, using `wmux_begin()` to send text and set up a callback.
    1.89 KB
  • esp_wiremux_professional_demo
    This example demonstrates the integration of `esp_wiremux` for multiplexing various channels, including telemetry and console commands. It allows interaction with ESP-IDF via a serial interface, supporting commands and emissions for log and telemetry output.
    5.81 KB