rust-esp32-std-demo icon indicating copy to clipboard operation
rust-esp32-std-demo copied to clipboard

Rust on ESP32 STD demo app. A demo STD binary crate for the ESP32[XX] and ESP-IDF, which connects to WiFi, Ethernet, drives a small HTTP server and draws on a LED screen.

Results 23 rust-esp32-std-demo issues
Sort by recently updated
recently updated
newest added
trafficstars

Currently you maintain a bunch of downstream forks (which is great!) but I think it'd be even better if async with esp32 could just work out of the box with...

I tried building on Windows and the stack always overflows after drawing text with feature ttgo. I tried `cargo clean; cargo +esp build --release` to no avail. `CONFIG_ESP_MAIN_TASK_STACK_SIZE=20000` is set...

This adds an example for BLE scanning. It doesn't actually set up any GATTs nor does it actually connect via Bluetooth to anything. It merely scans its surroundings for 2...

I am trying to figure out how to add OTA updates support to demo using [this](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/ota.html) as the reference. Here are the steps: Updated `partitions.csv` with 2 ota slots: ```...

The current demo demonstrates how to use wifi, but not bluetooth. Including that in the example (probably using apache nimble?) could be beneficial.

Hi, i'm getting a bootloop after building for the c3 and flashing with espflash. I have installed rust-nightly and clang version 13. Here are the steps i used to build...

Building 876a42e9a70843e88ec2fc4deb8f1582ed8c091a for c3 (both pio & native build) produces a IllegalInstruction exception, I captured the PC and fed it into `addr2line` and it reported the invalid instruction to be...

I would like to sync the system clock and get unixtimestamps, but I am unsure how to do it. I already found out, that I have to start with this:...

Add some timer-based interrupt example would be useful, since I can't find it anywhere.