Embedded Rust: Wifi and I2C on a ESP32-C3

Поділитися
Вставка
  • Опубліковано 18 лис 2024

КОМЕНТАРІ • 18

  • @flyaruu
    @flyaruu 2 роки тому +1

    Very useful, the 'cargo search', figuring out what to use and general troubleshooting is very helpful.

  • @attariarash
    @attariarash 9 місяців тому

    It's a good show case how you should go step by step with the documentation to advance your code.

  • @peterhayman
    @peterhayman 2 роки тому

    great to see your workflow, thanks for the video!

  • @jemo_hack
    @jemo_hack 2 роки тому +2

    Really enjoyed that, thank you!

  • @dmrsim94
    @dmrsim94 2 роки тому +2

    Amazing bro, congrats!

  • @MrAnandml
    @MrAnandml 2 роки тому +3

    Wow This is some great content...

  • @gautiere-d9012
    @gautiere-d9012 2 роки тому +1

    Really great, thank you

  • @dibyojyotibhattacherjee4279
    @dibyojyotibhattacherjee4279 2 роки тому +1

    I have a question, it would be really helpful if you made a video on your rust sublime text setup?

    • @embedded-rust
      @embedded-rust  2 роки тому +2

      Thank you for the feedback - added to my short term todo list.

    • @embedded-rust
      @embedded-rust  2 роки тому +1

      Updated a quick settings video: ua-cam.com/video/GLs5k9Y8lnY/v-deo.html

  • @duckhorse2563
    @duckhorse2563 2 роки тому

    Do you think this would work with rp2040 with the ESP32-C3on board like the challenger board?

  • @dmrsim94
    @dmrsim94 2 роки тому

    Does Rust work only in esp32-c3 or also with esp32-S family? Thanks

    • @embedded-rust
      @embedded-rust  2 роки тому +1

      It should work with both, however the S family uses the xtensa instruction set which is not natively supported by llvm which rust uses, so you need a fork of llvm with patches for that architecture.
      If you need that support, I would go with using the rust docker image for esp, provided by espressif: hub.docker.com/r/espressif/idf-rust

  • @simonray4713
    @simonray4713 2 роки тому

    Did BLE work normally?

    • @embedded-rust
      @embedded-rust  2 роки тому

      I did not try out BLE. Looking through github.com/esp-rs I see no obvious BLE interface.

  • @jean-pierregygax3415
    @jean-pierregygax3415 2 роки тому

    If I could code at half that speed ....