Coder Social home page Coder Social logo

ai-esp32-audio-kit's Introduction

ai-esp32-audio-kit

Things I learned while playing with the audio kit.

Setup

Setup dependencies and chain on fedora 33

$ sudo dnf install git wget make ncurses-devel flex bison gperf python python3-pyserial
sudo usermod -a -G dialout $USER

## restart ##

Download the toolchain

$ wget https://dl.espressif.com/dl/xtensa-esp32-elf-linux64-1.22.0-80-g6c4433a-5.2.0.tar.gz
$ mkdir -p ~/Tools/esp
$ cd ~/Tools/esp
$ tar -xzf donwload/folder/xtensa-esp32-elf-linux64-1.22.0-80-g6c4433a-5.2.0.tar.gz
git clone --recursive https://github.com/Ai-Thinker-Open/ESP32-A1S-AudioKit.git

✔ ~/Coding/ESP32-A1S-AudioKit/esp-idf [:722043f73|✔] 
./install.sh

✔ ~/Coding/ESP32-A1S-AudioKit/esp-idf [:722043f73|✔] 
22:05 $ . ./export.sh


21:45 $ cat ~/Coding/ESP32-A1S-AudioKit/.env
export PATH="$PATH:$HOME/Tools/esp/xtensa-esp32-elf/bin"
export ADF_PATH="/home/andreaskluth/Coding/ESP32-A1S-AudioKit"
export IDF_PATH="/home/andreaskluth/Coding/ESP32-A1S-AudioKit/esp-idf"

Compile a demo app

cd ./ESP32-A1S-AudioKit/examples/get-started/play_mp3_dac
make menuconfig
make flash monitor

See for general instructions: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html#get-started-get-esp-idf https://docs.espressif.com/projects/esp-idf/en/release-v3.0/get-started/linux-setup.html

ai-esp32-audio-kit's People

Contributors

andreaskl avatar

Watchers

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