Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taunusflieger/esp-idf-async-wifi-experiment

Minimal esp-idf async wifi example
https://github.com/taunusflieger/esp-idf-async-wifi-experiment

async embassy embedded-rust esp32-c3 wifi

Last synced: about 2 months ago
JSON representation

Minimal esp-idf async wifi example

Awesome Lists containing this project

README

        

# esp-idf-async-wifi-experiment
Minimal esp-idf async wifi example

Shows how to process the ESP-IDF sysloop WifiEvents and IpEvents asynchronously using EspExecutor. On top the start and stop of the http server is made dependent on the Wifi status. Communication of events is based on embassy-sync PubSub channel.