Registry / other / esp-idf-svc

esp-idf-svc

JSON →
library0.52.0rscratesunverified

Implementation of the embedded-svc traits for ESP-IDF (Espressif's IoT Development Framework).

# Cargo.toml [dependencies] esp-idf-svc = "0.52.0"
INSTALL
IMPORT
SIG · ESP-IDF-SVC
E
esp-idf-svc
otherrustv0.52.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EspWifi
use esp_idf_svc::wifi::EspWifi;

Initializes an ESP-IDF WiFi interface using the embedded-svc traits.

use esp_idf_svc::wifi::EspWifi; let mut wifi = EspWifi::new().unwrap(); println!("WiFi initialized");
Debug
Known issues
gotchaRequires ESP-IDF framework and target hardware; not for general-purpose development.
fix
Ensure you are building for an ESP32 target with the appropriate toolchain and ESP-IDF installed.
affects: all
Upgrade
Version history
0.52.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Meta
1
Resources
esp-idf-svc — cargo add esp-idf-svc · libregistry