Giter VIP home page Giter VIP logo

esp32_pcnt's Introduction

esp32_pcnt

'Out of tree' project that modifies a value when a rotary encoder is rotated.

Uses the Seeed XIAO ESP32 S3 using the Zephyr RTOS. It should be straightforward to adapt to other ESP32S3 boards.

Setup

This assumes you've already installed & configured Zephyr.

Working version

Currently need to be

    git checkout v3.6-branch

Initialize environment:

As normal, source the environment:

    source ../zephyrproject/.venv/bin/activate
    source ../zephyrproject/zephyr/zephyr-env.sh
    source ../zephyrproject/zephyr/scripts/west_commands/completion/west-completion.bash

Binary blobs

Espressif HAL requires binary blobs for peripherals to work. Run the command below to retrieve those files.

    west blobs fetch hal_espressif

Build:

Build application & bootloader

    west build -p always -b xiao_esp32s3/esp32s3/procpu

Flash

    west flash

Modify config

west build -t guiconfig --board xiao_esp32s3/esp32s3/procpu

References

Pinout:

ESP32S3

Rotary encoder:

Rotary encoder

Pin level:

Clockwise Rotation

Blue: SIG/ GPIO1, Yellow: CTRL/ GPIO3

Clockwise Rotation

Counter Clockwise Rotation

Blue: SIG/ GPIO1, Yellow: CTRL/ GPIO3

Counter Clockwise Rotation

esp32_pcnt's People

Contributors

oohehir avatar

Watchers

 avatar

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.