Espd

From SGMK-SSAM-WIKI
Revision as of 23:44, 14 February 2024 by Stahl (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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