Coder Social home page Coder Social logo

esp_i2s_parallel's Introduction

The ESP32 i2s parallel driver

Inspired by willz1200/i2s_parallel_queued

This is an esp-idf component utilizing the powers of the i2s peripherals LCD mode and DMA for fast parallel data transfer. Due to the inherent limitations of the LCD mode the transfer operation is transmit only.

Be warned, parallel I2S on the esp32 is weird.

I2S0 vs I2S1

Off the bat there are some key differences between the two I2S peripherals in the ESP32:

True 8 bit mode

I2S0 does not have a true 8 bit mode. Even if you do only need 8 bits of bus-width the data samples provided in memory must still have a width of 16 bit. The upper 8 bits are simply ignored.

ISS1 on the other hand has a true 8 bit mode. Samples must not be extended to 16 bit.

Clock speed

This difference somewhat results from the differences in true 8 bit mode.

The maximum speed achievable depends on the width of the data read from memory.

For I2S1 it is peripheral_clk / 2 in 8 bit mode while it is peripheral_clk / 4 for I2S0 even in 8 bit mode.

In 16 bit mode it is peripheral_clk / 4 for both I2S0 and I2S1.

esp_i2s_parallel's People

Contributors

tobleminer 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.