Running Rust on the Pico W

Поделиться
HTML-код
  • Опубликовано: 23 апр 2023
  • cyw43: github.com/embassy-rs/cyw43/t...
    embassy: embassy.dev/
    Blinking an LED blog post: www.darrik.dev/writing/blinki...
  • НаукаНаука

Комментарии • 14

  • @thebaconbreadful
    @thebaconbreadful Год назад +14

    rust on embedded devices is a really nice topic. I think this area of programming has much potential since you can bring so many cool ideas to the real world. But there are not yet enough resources available to make an entrance into it easy for beginners. Anyhow, nice video and I do look forward for more.

  • @drflats0
    @drflats0 Год назад +32

    Seeing a programmer outside in that first scene was a little jarring and traumatizing.

  • @maxcellw
    @maxcellw Год назад +3

    I really liked the intro! Love seeing more about Rust and HALs!

  • @jackn
    @jackn Год назад +4

    great video! definitely interested in more rust embedded system videos. this is an area i've always wanted to get into

  • @Perspectologist
    @Perspectologist Год назад +2

    This was nice to see. I’ve used Arduino and CircuitPython on the ESP32 series of microcontrollers and eventually want to try Rust on them. It would be nice to see a video covering wifi and Bluetooth on the Pico W. I’ve been following the Rust microcontroller book with the BBC Micro, but I don’t think they cover Bluetooth.
    Microcontrollers can be a lot of fun. They let us bring our coding more into the physical world. I made a little wifi web server controlled rover. Eventually I want to do that in Rust.

  • @ephektz
    @ephektz Год назад +1

    I need one of those hats.

  • @Sirleopard666
    @Sirleopard666 Год назад +1

    Hello! Nice project! Have you checked the option to run Rust as an Wasm binary with the WASM3 runtime for embedded uCPUs? To run the Wasm binary over FreeRTOS?

    • @chrisbiscardi
      @chrisbiscardi  Год назад

      I haven't tried this yet!

    • @Sirleopard666
      @Sirleopard666 Год назад

      @@chrisbiscardi I just found : "Embedded Rust on ESP32 - Juraj Michálek - Rust Linz" ruclips.net/video/0PPPdqoDBQs/видео.html
      Looks a good example, directly supported for ESP32 uC Expressif. But the WASM3 interpreter layer of Rust/Wasm would be more generic solution?

    • @Sirleopard666
      @Sirleopard666 Год назад

      @@chrisbiscardi here another good reference.
      "EDC22 Day 1 Talk 7: Rust on Espressif chips"
      ruclips.net/video/qeEmJ_-6fPg/видео.html

  • @michadunajski4366
    @michadunajski4366 Год назад

    Last week bought Pico W. Do you follow me or something?