Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maxwase/iot-wifi-setup

An example of a common Wi-Fi set up scenario on ESP32 using Rust
https://github.com/maxwase/iot-wifi-setup

Last synced: 3 months ago
JSON representation

An example of a common Wi-Fi set up scenario on ESP32 using Rust

Awesome Lists containing this project

README

        

# UTC IoT fetcher

This repo is an example of how to configure a Wi-Fi client on an ESP32-based IoT device using an external device connection to the internal ESP32 HTTP server using the `esp-idf-svc` crate.
As a connection test, the app fetches UTC time once in 5 secs.

## Build & Flash
```sh
cargo run --release
```