GithubHelp home page GithubHelp logo

esp-rolling-stone's Introduction

esp-rolling-stone ๐Ÿฆ€

Wokwi-example how the 8x8 LED Dot Matrix Display (max7219 with help of my crate in our case) is initialised for ESP32

Instructions

Build

cargo build --target xtensa-esp32-none-elf --release

Execution with VSCode Wokwi extension

Except of extension itself, you will need two files to execute the simulatuion inside of your VSCode IDE:

  • wokwi.toml
  • diagram.json

Both of them are already provided in this repo and you can edit them as needed.

F1 -> Wokwi: Start simulation

In case you will have additional questions - feel free to open an issue ๐Ÿ˜‰

Description

There's a short example for newcomers that shows, how 8x8 LED Matrix display is initialised on different Espressif boards (ESP32, ESP32S2, ESP32C3) in bare-metal, this config is for ESP32 in terms of example, you can find brief instructions for other chips below

P.S. : You can edit string at line 92 ๐Ÿ˜‰

Tips for other chips

For esp32c3 board target (and corresponding changes for paths in wokwi.toml) is:

riscv32imac-unknown-none-elf

Board type in diagram.toml is:

"type": "board-esp32-c3-devkitm-1"

For esp32s2 board target (and corresponding changes for paths in wokwi.toml) is:

xtensa-esp32s2-none-elf

Board type in diagram.toml is:

"type": "board-esp32-s2-devkitm-1""

For esp32s3 board target (and corresponding changes for paths in wokwi.toml) is:

xtensa-esp32s3-none-elf

Board type in diagram.toml is:

"type": "board-esp32-s3-devkitc-1"

Troubleshooting

  • For xtensa targets you need to have esp-idf exported in your terminal
  • In case of errors, related to esp-hal driver - try to play with dependencies versions on Cargo.toml. Sometimes there're a lot of breaking or light changes, that can affect building process

esp-rolling-stone's People

Contributors

playfulfence avatar

Stargazers

 avatar Michael Edelman  avatar

Watchers

 avatar

Forkers

korb-dallas

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.