Embedded Rust on ESP32: compatibility issue with esp_idf_hal and embedded_hal?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • book

    The Rust on ESP Book (by esp-rs)

  • I'm not new to microcontrollers or Rust, but I am new to trying Rust on an ESP32. I have followed the Rust on ESP book, and I have everything compiling and flashing fine, at least with a very basic "Hello, World!" printed to the serial console.

  • esp-idf-template

    A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework. (by esp-rs)

  • fn main() -> anyhow::Result<()> { // It is necessary to call this function once. Otherwise some patches to the runtime // implemented by esp-idf-sys might not link properly. See https://github.com/esp-rs/esp-idf-template/issues/71 esp_idf_sys::link_patches(); println!("Hello, world!");

  • InfluxDB

    Power Real-Time Data Analytics at Scale. 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Aya Rust tutorial Part Three XDP Pass

    2 projects | dev.to | 9 May 2024
  • Mabez Rust on Espressif chips – update

    3 projects | news.ycombinator.com | 25 Jan 2024
  • Edge IoT with Rust on ESP: MQTT Subscriber

    1 project | dev.to | 10 Nov 2023
  • Edge IoT with Rust on ESP: NTP

    1 project | dev.to | 3 Nov 2023
  • ESP32 Standard Library Embedded Rust: GPIO Interrupts

    2 projects | dev.to | 7 Sep 2023