Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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