GithubHelp home page GithubHelp logo

esp32-embassy-playground's Introduction

Embassy + ESP32

Since there isn't any solid tutorial/example repo on how to get started with ESP32 and Embassy, let this repo serve you as a guiding light ๐Ÿ”ฆ

Setting up on WSL

  1. Connect your ESP32 with your computer.

  2. Install usbipd on Windows

    winget install usbipd
  3. Get the Bus ID of ESP32

    usbipd list
    
    # Connected:
    # BUSID  VID:PID    DEVICE                                                        STATE
    # 2-1    303a:1001  USB Serial Device (COM3), USB JTAG/serial debug unit          Attached
    # 6-1    0489:e0d8  RZ616 Bluetooth(R) Adapter                                    Not shared
    # 6-2    048d:c103  USB Input Device                                              Not shared
    # 6-3    048d:c985  USB Input Device                                              Not shared

    Here, the device with Bus ID 2-1 is our device. Your Bus ID may vary.

  4. Share the device

    Execute this in Powershell with admin privileges:

    usbipd bind --busid=<BUSID>

    Replace <BUSID> with the BUSID you found earlier.

  5. Attach device to WSL

    usbipd attach --wsl --busid=<BUSID>
    

    Replace <BUSID> with the BUSID you found earlier.

  6. Add yourself to the dialout user group:

    sudo usermod -a -G dialout $USER
  7. Run the program:

    cargo r -r

Refer to usbipd-win's repo for more information.

esp32-embassy-playground's People

Contributors

arunanshub avatar renovate[bot] avatar

Watchers

 avatar

esp32-embassy-playground's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • build(deps): lock file maintenance

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

cargo
Cargo.toml
  • defmt 0.3.8
  • esp-backtrace 0.13.0
  • esp-println 0.10.0
  • embassy-executor 0.5.0
  • embassy-sync 0.6.0
  • embassy-time 0.3.2
  • heapless 0.8.0
  • esp-hal 0.19.0
  • esp-hal-embassy 0.2.0
  • static_cell 2.1.0
dockerfile
Dockerfile
github-actions
.github/workflows/ci.yml
  • actions/checkout v4
  • rui314/setup-mold v1
  • Swatinem/rust-cache v2
  • taiki-e/install-action v2

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.