Sonatino – A Raspberry Pi Zero-sized ESP32-S3 audio board

Lumination Labs’ Sonatino is an ESP32-S3 board designed for audio applications that follows the Raspberry Pi Zero dimensions so that it can be used with some of the cases designed for the Raspberry Pi Zero.

The wireless audio board features Cirrus Logic WM8524 audio DAC and WM8782 audio DAC capable of 24-bit 192kHz stereo output and mono input respectively, a speaker amplifier and two pins for speaker connection, a 3.5mm audio jack, as well as a microSD card slot for the storage of audio or other data.

Raspberry Pi Zero ESP32-S3 audio board

Sonatino specifications:

  • Wireless Module – ESP32-S3-WROOM-1 with
    • SoC – ESP32-S3 dual-core LX7 microprocessor @ up to 240 MHz with Vector extension for machine learning
    • Memory – 2MB PSRAM
    • Storage – 16MB flash
    • Connectivity – WiFi 4 and Bluetooth 5 LE/Mesh
  • Storage – MicroSD card slot (SPI)
  • Audio
    • 3.5mm audio jack supporting input and output (TRRS, CTIA standard)
    • Speaker connection: onboard pins, optional screw terminal
    • DAC: Cirrus Logic WM8524 up to 24-bit 192kHz output (stereo)
    • ADC: Cirrus Logic WM8782 up to 24-bit 192kHz input (mono)
    • Audio format: I2S
    • Speaker Amp – PAM8302 2.5W @ 4Ω (mono) with adjustable volume
    • Stereo Headphone Amp: TPA6132A2
    • Microphone Preamp: MAX4467
    • Input Level: Mic or line level
    • Output Level: Line or headphone level
  • USB – 1x USB Type-C for power, programming, and data
  • Expansion – 2x 8-pin headers with 13 GPIOs, Vin, +3.3V, GND
  • Misc
    • Trim pots for adjusting speaker volume and mic gain
    • Dip switches for selecting mic/line level and line/headphone level
    • Power, charging, and user LEDs
  • Power Supply
    • 5V via USB-C port
    • 3.7V LiPo/Li-Ion battery via onboard pins or optional JST PH 2 battery connector
    • Charging circuit including overcharge and over-discharge protection
  • Low-Power Mode – ESP32-S3 supports deep sleep, and audio components can be put into low-power mode to extend battery life
  • Dimensions – 65 x 30 x 7mm (Same size as Raspberry Pi Zero)
  • Weight – 11 grams

Sonatino board specifications

You’ll find two Arduino code samples on GitHub: one playing an MP3 file from the flash or microSD card, and the other performing real-time audio processing with a basic reverb effect. The latter uses Verlib which runs on the CPU and does not involve the vector extension for processing.

The developer is selling the Sonatino board on Amazon for $49.99 but it’s currently out of stock. More boards are coming in the next few weeks. Note it’s basically a personal project, which explains the relatively high price and limited availability as explained on Reddit. We’ve written about several ESP32 audio boards in the past including the official ESP32-LyraTD-MSC from Espressif, ESP32-A1S audio development kit, the PICO DSP board, and others, but I think the Sonatino is the first ESP32-S3 board I’ve seen.

Via Hackster.io

Share this:

Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress

ROCK Pi 4C Plus
Subscribe
Notify of
guest
The comment form collects your name, email and content to allow us keep track of the comments placed on the website. Please read and accept our website Terms and Privacy Policy to post a comment.
3 Comments
oldest
newest
William Barath
William Barath
1 year ago

This reminds me of Lockpicking Lawyer where he picks modern locks and then calls them out for making careless mistakes that completely defeat the lock security. Sadly, with the DAC sharing the board power supply directly with the entirety of the rest of the board and its various spurious loads, and with no capacitor set, and not even a zener diode to clip the noise somewhat, this cannot possibly be anything other than $50 e-waste as far as audio quality is concerned. At best you will get equivalent to poor FM radio signal quality out of this. Calling out 192/24… Read more »

Stuart Naylor
1 year ago

I think the mistake is to put ADC/DAC onboard than make a ESP32-S3 Audio shim(s) The ESP32-S3 has to great multipurpose I2S ports and vector accelerated DSP to make really great audio products. It can use Wifi or Bluetooth as a link layer and Cirrus Logic WM8524 audio DAC and WM8782 audio DAC capable of 24-bit 192kHz stereo output and mono input is the spec max, correct and not snakeoil. It might seem a great idea to create an all-in-one with the likes of Speaker Amp – PAM8302 2.5W @ 4Ω (mono) with adjustable volume Stereo Headphone Amp: TPA6132A2 Microphone… Read more »

Willy
1 year ago

I find it surprising that the DAC and the power amp are diagonally placed on the board with the power input close to the DAC, with the low-level analog signals being routed through all power chips etc. And just like William mentions above, I often find it fun to read about 24-bit when you realize that on 16-bit you’re usually dealing with a few bits of noise anyway (it’s 15 microvolts resolution per volt at 16 bits, and 60 nanovolts at 24 bits). I’d dare anyone to maintain such a level of power input stability under load, especially with a… Read more »

Khadas VIM4 SBC