● 13 min readThe Next Generation of High-Performance FPGAs: Tang Mega 138K
Confused by the sheer number of FPGA boards on the market? If you are looking for serious horsepower—PCIe acceleration, high-speed transceivers, and e
Read Article →| Bulk Pricing | ||
|---|---|---|
| QTY | Unit Price(Inlc. GST) | |
| 10+ | ₹2,449.02 ₹ 2075.44 + 373.58 GST | |
| 20+ | ₹2,424.03 ₹ 2054.26 + 369.77 GST | |
| 30+ | ₹2,399.04 ₹ 2033.08 + 365.95 GST | |
| 50+ | ₹2,349.06 ₹ 1990.73 + 358.33 GST | |
Professional IoT audio development board by Ai-Thinker. Features the ESP32-A1S module with an integrated audio codec. Includes dual onboard microphones, stereo speaker outputs, 3.5mm line-in/out, and a MicroSD slot.
The complete hub for connected audio. The Ai-Thinker ESP32-A1S Audio Kit V2.2 is designed to eliminate the messy wiring usually associated with DIY audio projects. At its core is the ESP32-A1S module. Unlike standard ESP32 chips that require an external DAC/ADC on the circuit board, the A1S integrates the Wi-Fi/Bluetooth silicon, 4MB of PSRAM, and a high-fidelity audio codec (typically an AC101 or ES8388 variant) all underneath its metal shield. This drastically simplifies the board layout and improves signal integrity.
Massive Audio Input and Output Options This board is built to handle true stereo audio. Along the bottom edge, it features two distinct 3.5mm jacks: one for EARPHONES (audio out) and one for LINEIN (analog audio in). If you want to drive physical speakers, the board provides two white 2-pin JST connectors (LOUT and ROUT) capable of directly driving left and right external speakers. For voice capture, you don't even need to plug anything in; the board features two onboard electret microphones (MIC1 and MIC4) positioned on the left side, perfect for stereo recording or ambient noise cancellation algorithms.
Extensive Peripherals and Media Control Designed for rapid prototyping of consumer media devices, the board features a built-in MicroSD Card slot for storing MP3s, WAV files, or logging audio data. Along the left edge, you have a row of six programmable tactile buttons (KEY1 through KEY6), which are perfectly situated to act as playback controls (Play/Pause, Vol+, Vol-, Next, Prev).
Flexible Power and Debugging The board includes two Micro-USB ports at the top: one labeled "UART / POWER" for programming and debugging, and another for auxiliary power. For field testing, it includes a "BAT+" JST connector for a standard 3.7V Lithium-Polymer battery, complete with an onboard charging circuit so your smart speaker can go fully wireless.
Core Module: Ai-Thinker ESP32-A1S (Wi-Fi + BT SoC Inside)
Memory: 4MB SPI Flash / 4MB PSRAM (Integrated)
Audio Codec: Integrated inside the A1S module
Audio Output: 1 x 3.5mm Earphone Jack, 2 x Speaker Out (LOUT/ROUT JST connectors)
Audio Input: 1 x 3.5mm Line-In Jack, 2 x Onboard Microphones
Storage: MicroSD Card Slot
User Interface: 6 x Programmable Keys, 5-Pin DIP Switch Block
Power Supply: 5V via Micro-USB or 3.7V via LiPo Battery port
DIY Smart Speakers: Building custom voice assistants that wake up to a trigger word and query cloud services via Wi-Fi using the dual microphones.
Internet Radio Receivers: Streaming global web radio stations and decoding the audio streams in real-time for stereo playback.
Two-Way Intercoms: Creating a Wi-Fi-based walkie-talkie system for your home.
Audio Storyboxes: Designing interactive, battery-powered toys that play specific MP3s from the SD card when the side buttons are pressed.
Unlock New Capabilities (Project Evolution)
Software Ecosystem: While basic Arduino sketches work, the true power of this board is unlocked by using the Espressif Audio Development Framework (ESP-ADF). It provides extensive, optimized libraries for audio streaming, decoding (MP3, AAC, FLAC), and advanced voice recognition!
Downloads and Links:
Package Includes:


What makes the ESP32-A1S module different from a standard ESP-WROOM-32? The ESP32-A1S ingeniously integrates the Wi-Fi/BT chip, PSRAM, and a dedicated audio codec IC all inside the single metal shielded can. Standard modules require an external codec chip on the main board.
Does this board support true stereo audio? Yes! It features Left and Right speaker outputs (LOUT and ROUT) as well as a stereo 3.5mm earphone jack.
Are there microphones built into the board? Yes, there are two electret microphones (MIC1 and MIC4) soldered directly to the board for stereo voice capture or noise cancellation.
Can I connect external speakers directly? Yes, the LOUT and ROUT white JST connectors have a small onboard amplifier circuit capable of driving small 4-ohm or 8-ohm micro speakers directly.
What is the difference between the two 3.5mm jacks? The one labeled "EARPHONES" is your audio output. The one labeled "LINEIN" is an analog audio input for recording music from an external source.
Why are there two Micro-USB ports? The port labeled "UART / POWER" connects to the onboard serial chip for programming the board via your PC. The other port is used solely for supplying 5V power if you don't need data.
Can I run this on battery power? Yes, there is a white 2-pin JST connector labeled "BAT+" on the top edge for connecting a standard 3.7V Lithium-Polymer (LiPo) battery.
Will it charge my attached LiPo battery? Yes, when a battery is attached and USB power is supplied, the board's internal circuitry will safely charge the battery.
What is the MicroSD slot used for? It allows you to store massive libraries of local MP3/WAV files for playback, or to log audio data recorded by the microphones.
What do the KEY1 through KEY6 buttons do? These are programmable GPIO tactile buttons. They are perfectly positioned to be programmed as media controls (Play, Pause, Next, Volume Up/Down).
What is the block of 5 switches in the middle? That is a DIP switch block. Depending on the firmware and specific board revision, these switches are used to route specific audio lines or enable/disable power to the amplifier circuit.
Can I use the Arduino IDE to program this? Yes, you can use the standard ESP32 core in Arduino, but for advanced audio streaming and voice recognition, the ESP-ADF framework is highly recommended.
Why does it say V2.2 2957 on the board? This indicates the specific hardware revision. Ai-Thinker has released a few versions of this board; V2.2 is one of the most stable and widely supported.
What are the pins on the bottom right (GND, IO0, RST, TX0, RX0)? That is the primary UART programming header. While you usually use the USB port, you can use an external FTDI programmer on these pins if the USB chip fails.
Does the board have built-in PSRAM? Yes, the A1S module contains 4MB of PSRAM, which is absolutely crucial for buffering audio streams without stuttering.
Can it do voice wake-up (like "Alexa")? Yes, using the ESP-ADF software, you can run wake-word engine (WWE) algorithms to trigger actions based on spoken phrases.
Does it support Bluetooth Audio? Yes, the ESP32 supports A2DP, allowing you to program the board to act as a Bluetooth speaker receiver or a Bluetooth audio transmitter.
What are the JTAG pins for? The header labeled "JTAG" allows advanced users to connect a hardware debugger (like an ESP-Prog) to step through their code line-by-line.
What is the back of the board like? The back is mostly flat with circuit traces and solder points. It clearly marks the ESP32-A1S module footprint but has no major interactive components.
Is the board ready to play music out of the box? No, it is a development board. It requires you to write and upload firmware (code) before it will play or record any audio.
This video describes the application and working scenarios ESP32-A1S Audio Development Board Kit
| Technical Details |
|
|---|
Probots sells every Electronics Part for your next Project. You can order 10,000+ Electronic Parts Online - Arduino, Raspberry Pi, NodeMCU Development Boards, Sensors, Motors, Motor Drivers, SMPS, Plastic Enclosures etc in India directly on probots.co.in
We delivery electronics components and parts throughout India using standard couriers like Bluedart, Delhivery & India Post.
For order related queries contact -
Probots sells every Electronics Part for your next Project. You can order 10,000+ Electronic Parts Online - Arduino, Raspberry Pi, NodeMCU Development Boards, Sensors, Motors, Motor Drivers, SMPS, Plastic Enclosures etc in India directly on probots.co.in
We offer specialized services for Bulk, Wholesale & B2B Customers like discounted prices, additional shipping options, customised products, etc . Customer with large quantity & regular orders qualify for the specialised discounted rates.
We also offer dedicated sales team to assist you with the order process by providing sales quotations, PI, technical support for choosing products, etc.
Note: Business Orders are processed manually and usually take 1-3 days to process compared to placing the order directly on our website. Please plan your purchases accordingly.
Need Help?
For bulk enquiries contact us by -
Probots Electronics is highly regarded for its highly skilled team, offering expert guidance and knowledgeable support to ensure customers find the right components for their specific technical projects. Despite some concerns regarding delivery consistency, most clients report prompt and commendable service, highlighting the store's reliability and professional attitude toward customer care.
● 13 min readConfused by the sheer number of FPGA boards on the market? If you are looking for serious horsepower—PCIe acceleration, high-speed transceivers, and e
Read Article →
● 20 min readVol. 31 | Fluid Dynamics for Silicon Brains You want to build an automated cocktail maker or a self-watering greenhouse, but your code is flawless and
Read Article →
● 9 min readWorkbench Vol. 24 🚀 The Project Trifecta: 3 Builds to Start Today We don’t just stock parts; we curate ecosystems. This week’s arrivals are desi
Read Article →