Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmelodie/esp32-experiments
My experiments with ESP32 (mostly in Rust hehe)
https://github.com/gmelodie/esp32-experiments
Last synced: 25 days ago
JSON representation
My experiments with ESP32 (mostly in Rust hehe)
- Host: GitHub
- URL: https://github.com/gmelodie/esp32-experiments
- Owner: gmelodie
- License: apache-2.0
- Created: 2024-04-18T18:00:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-01T01:32:04.000Z (4 months ago)
- Last Synced: 2024-07-05T13:51:27.920Z (4 months ago)
- Language: Rust
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esp32-experiments
My experiments with ESP32 (mostly in Rust hehe)Install dependencies
```bash
sudo apt install libudev-dev
cargo install espup ldproxy espflash cargo-generate cargo-espflash
espup install
source ~/export-esp.sh
```Generate new project with (and fill up project name, etc.)
```bash
cargo generate esp-rs/esp-idf-template cargo
```## Ideas
1. ESP takes commands from serial port + CLI to send commands to the serial port
1. Wifi connect + : ESP saves wifi information in a file to reconnect
2. HTTP server: ESP spawns an HTTP Server