rust-esp32-std-demo

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. (by ivmarkov)

Rust-esp32-std-demo Alternatives

Similar projects and alternatives to rust-esp32-std-demo

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better rust-esp32-std-demo alternative or higher similarity.

rust-esp32-std-demo reviews and mentions

Posts with mentions or reviews of rust-esp32-std-demo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-04.
  • ESP32 USB is frustrating, try JCUSB for S3 + USB + CDC + OpenOCD + Arduino IDE
    3 projects | /r/esp32 | 4 Jun 2023
    This is my link: https://github.com/ivmarkov/rust-esp32-std-demo
  • Embedded Rust on ESP32C3 Board, a Hands-on Quickstart Guide
    17 projects | dev.to | 22 Feb 2023
    A complete STD demo on ESP32C3
  • Low FPS on ESP32 LCD
    4 projects | /r/rust | 23 Dec 2022
    I'm trying lots of Rust demos (including rust-esp32-std-demo, esp32-spooky-maze-game) for ESP32 on my M5GO kit with ili9342c controller and all of them struggle to give fullscreen (320x240) frame-rate > 5.
  • Embedded Rust Development
    9 projects | /r/embedded | 30 Jul 2022
  • Can you run rust on the new raspberry pi pico w?
    4 projects | /r/rust | 19 Jul 2022
    rust-esp32-std-demo works quite well with WiFi, HTTPS and MQTTS. The only thing I could not make work (but I did not put much effort into it) was using async primitives. That part seems to be experimental, indeed.
  • Rust on Espressif chips – 15-07-2022
    4 projects | news.ycombinator.com | 15 Jul 2022
    FWIW I've very recently gotten https://github.com/ivmarkov/rust-esp32-std-demo (which is a pretty comprehensive demo) running on a TinyPICO (w/ESP32) and am looking forward to building out my own projects next.
  • Starting work using the esp32 in rust - problems and solutions. (devlog, i guess?)
    2 projects | /r/rust | 9 Jun 2022
    This worked fairly well for me. I assume that's where the book takes you, bit I've missed if you said if you're trying to use std or no_std. https://github.com/ivmarkov/rust-esp32-std-demo
  • Hey Rustaceans! Got a question? Ask here! (21/2022)!
    9 projects | /r/rust | 24 May 2022
    I try to use Rust on an ESP32 microcontroller. I have a bit of a problem with defining the Wifi SSID and password at compile time. The example I use does this via environment variables, using the const SSID: &str = env!("RUST_ESP32_STD_DEMO_WIFI_SSID");. You need to define the variables each time before compiling the project when you start a new session. This doesn't look ideal to me.
  • vs code doesnt like my toml file, but compiles just fine
    6 projects | /r/rust | 20 Mar 2022
    [package] name = "experiment" version = "0.23.0" authors = ["garse"] edition = "2018" categories = ["embedded", "hardware-support"] keywords = ["embedded", "svc", "idf", "esp-idf", "esp32"] description = "A demo binary crate for the ESP32 and ESP-IDF, which connects to WiFi, Ethernet, drives a small HTTP server and draws on a LED screen" repository = "https://github.com/ivmarkov/rust-esp32-std-demo" license = "MIT OR Apache-2.0" readme = "README.md" [patch.crates-io] smol = { git = "https://github.com/esp-rs-compat/smol" } polling = { git = "https://github.com/esp-rs-compat/polling" } socket2 = { git = "https://github.com/esp-rs-compat/socket2" } getrandom = { version = "0.2", git = "https://github.com/esp-rs-compat/getrandom.git" } #getrandom1 = { version = "0.1", git = "https://github.com/esp-rs-compat/getrandom.git", package = "getrandom", branch = "0.1" } [profile.release] opt-level = "s" [profile.dev] debug = true # Symbols are nice and they don't increase the size on Flash opt-level = "z" [features] default = ["experimental"] # Enable this feature for the build to use ESP-IDF native tooling instead of PlatformIO under the hood native = ["esp-idf-sys/native"] # Enable this feature if you are building for QEMU qemu = [] # Enable this feature in case you have a Kaluga board and would like to see a LED screen demo kaluga = [] # Enable this feature in case you have a TTGO board and would like to see a LED screen demo ttgo = [] # Enable this feature in case you have an ESP32S3-USB-OTG board and would like to see a LED screen demo heltec = [] # Enable this feature in case you have a generic SSD1306 Display connected via SPI to pins 3, 4, 5, 16, 18, 23 (SPI3) of your board ssd1306g_spi = [] # Enable this feature in case you have a generic SSD1306 screen connected to pins 14, 22 and 21 of your board ssd1306g = [] esp32s3_usb_otg = [] # Enable this feature in case you have an RMII IP101 Ethernet adapter ip101 = [] # Enable this feature in case you have an SPI W5500 Ethernet adapter w5500 = [] # Enable this feature in case you have a Waveshare board and 4.2" e-paper waveshare_epd = [] experimental = ["esp-idf-svc/experimental", "esp-idf-hal/experimental", "embedded-svc/experimental"] [dependencies] anyhow = {version = "1", features = ["backtrace"]} log = "0.4" url = "2" esp-idf-sys = { version = "0.30.6", features = ["binstart"] } esp-idf-svc = "0.37.2" esp-idf-hal = "0.33.1" embedded-svc = "0.17.2" embedded-hal = "0.2" embedded-graphics = "0.7" display-interface = "0.4" display-interface-spi = "0.4" st7789 = "0.6" ili9341 = { version = "0.5", git = "https://github.com/yuri91/ili9341-rs" } ssd1306 = "0.7" epd-waveshare = "0.5.0" smol = "1.2" rand = "*" [build-dependencies] embuild = "0.28" anyhow = "1"
  • Have you ever started a project in Rust but switched to a different language? If so, why?
    7 projects | /r/rust | 13 Mar 2022
    I don't know if the ESP experience was recent, but I'd like to mention https://github.com/ivmarkov/rust-esp32-std-demo
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 18 Apr 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic rust-esp32-std-demo repo stats
16
767
6.8
about 2 months ago
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com