Espd: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== espd == How to setup and use pure data on the esp32 lyrat audio dev board === Installation from scratch === 1) install espressif audio development kit git clone --recursive https://github.com/espressif/esp-adf.git cd esp-adf ./install.sh . ./export.sh") |
mNo edit summary |
||
| Line 11: | Line 11: | ||
./install.sh | ./install.sh | ||
. ./export.sh | . ./export.sh | ||
2) put an alias in .zshrc/.bashrc to source adf toolchain later | |||
alias get_adf='. $HOME/esp/esp-adf/export.sh' | |||
Revision as of 23:45, 14 February 2024
espd
How to setup and use pure data on the esp32 lyrat audio dev board
Installation from scratch
1) install espressif audio development kit
git clone --recursive https://github.com/espressif/esp-adf.git cd esp-adf ./install.sh . ./export.sh
2) put an alias in .zshrc/.bashrc to source adf toolchain later
alias get_adf='. $HOME/esp/esp-adf/export.sh'