Skip to content

A sampler application for the ESP32 WROVER board

Notifications You must be signed in to change notification settings

sinneb/esp32sampler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp32sampler

Demonstration of a first working version of a sampler application for the ESP32 WROVER board. This version will sample 30 seconds of single channel (left / right) audio with a samplerate of 32000. Then, the demo will automatically switch to looped playback of the sampled content.

I'm using the ESP-WROVER-KIT from espressif and the Teensy audio board with the SGTL5000 codec.

Hookup guide

hookup image

Most pins are defined in the sgtl5000 header file.

teensy wrover-kit
i2c-sda 5
i2c-scl 19
i2s-rx 13
i2s-tx 2
i2s-LRCLK 25
i2s-BCLK 26
i2s-MCLK 0 (fixed)

About

A sampler application for the ESP32 WROVER board

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published