ESP32 · ADAU1701 · SigmaStudio

ADAU1701-TCPi-ESP32

WiFi bridge between SigmaStudio and the ADAU1701 DSP · replaces ICP1/ICP3/ICP5

Requirements: Chrome or Edge · USB cable · ESP32 connected to PC

After flashing

  1. The ESP32 creates a WiFi network: ADAU1701-ESP32 · password: adau1701
  2. Connect to it and open http://192.168.4.1
  3. Enter your WiFi credentials → Save → ESP32 reboots
  4. In SigmaStudio: USBi → TCP/IP → ESP32's IP : 8086

Command line install (Linux / macOS)

curl -fsSL https://raw.githubusercontent.com/rarranzb/ADAU1701-TCPi-ESP32/main/install.sh | bash

Manual flash

pip install esptool
esptool.py --chip esp32 --baud 460800 write_flash 0x0 firmware/ADAU1701_TCPi_ESP32.bin