Minimal example for using Ableton Link with esp-idf on ESP32.
Tested with esp-idf release/v4.0.
Developed as part of the T-1 algorithmic sequencer by Torso Electronics.
More details on Ableton/link#68.
- Setup esp-idf following the instructions on https://docs.espressif.com/projects/esp-idf/en/latest/get-started/index.html
- Clone repository with
git clone --recursive https://github.com/mathiasbredholt/link_esp32_example.git
- Run
idf.py menuconfig
and setup WiFi credentials underExample Connection Configuration
- Build and flash by running
idf.py build && idf.py flash