Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maxwase/iot-wifi-setup
- Owner: maxwase
- License: mit
- Created: 2023-01-15T19:14:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T19:59:32.000Z (10 months ago)
- Last Synced: 2024-10-12T05:09:15.865Z (3 months ago)
- Language: Rust
- Size: 31.3 KB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```