● 15 min readProbots Decode: Smart Irrigation Controller – Inside Rachio, Hunter
⚠️ LEGAL WARNING (INDIA) Working with automated irrigation systems requires handling 230VAC mains power and water in proximity. Improper earthing (vio
Read Article →| Bulk Pricing | ||
|---|---|---|
| QTY | Unit Price(Inlc. GST) | |
| 2+ | ₹2,939.02 ₹ 2490.69 + 448.32 GST | |
| 4+ | ₹2,909.03 ₹ 2465.28 + 443.75 GST | |
| 6+ | ₹2,879.04 ₹ 2439.86 + 439.17 GST | |
| 10+ | ₹2,819.06 ₹ 2389.03 + 430.03 GST | |
Official Espressif compact audio development board. Features the ESP32-WROVER-E module, an ES8311 audio codec, onboard microphone, 3.5mm headphone jack, speaker output, and a MicroSD slot for local audio storage.
The ultimate springboard for connected audio. The ESP32-LyraT-Mini V1.2 is a specialized hardware platform created by Espressif Systems to streamline the development of audio-centric IoT devices. At its heart lies the powerful ESP32-WROVER-E module, equipped with dual-core processing, Wi-Fi, Bluetooth (Classic and BLE), and crucial PSRAM (Pseudo Static RAM), providing the heavy-lifting memory required for decoding MP3s, streaming internet radio, and running voice-wake-up DSP algorithms seamlessly.
High-Fidelity Input and Output Unlike standard ESP32 dev boards that require you to wire up external I2S modules, the LyraT-Mini integrates everything natively. It features the ES8311 low-power mono audio codec, which handles high-quality digital-to-analog and analog-to-digital conversions. For audio output, the board provides a standard 3.5mm headphone jack ("AUDIO_OUT") and a dedicated 2-pin JST connector ("SPEAKER") for driving an external speaker directly. For input, an electret microphone ("MIC") is pre-soldered to the bottom left corner, ready for voice commands or sound-level monitoring.
Extensive Peripherals and Media Control This board is designed for rapid prototyping of consumer media devices. It features a built-in MicroSD Card slot for storing massive libraries of local audio files or logging sensor data. Along the top edge, you will find an array of eight tactile buttons: Boot, RST (Reset), Rec, Mode, Play, Sel, Vol-, and Vol+, giving you immediate physical control over your media playback without needing to wire external breadboard switches.
Flexible Power Options The LyraT-Mini is built for both the desktop and the field. It features two Micro-USB ports on the right edge: one dedicated to "POWER" and the other for "UART" (serial programming and debugging). For portable projects, it includes a "BAT" JST connector for a standard 3.7V Lithium-Polymer battery, complete with an onboard charging circuit and a physical sliding power switch to easily turn your prototype on and off.
Note: The ESP32-WROVER-xB modules have been replaced by ESP32-WROVER-xE modules.
Core Module: ESP32-WROVER-E (Dual-core XTensa 32-bit LX6 MCU)
Wireless: 802.11 b/g/n Wi-Fi + Bluetooth v4.2 BR/EDR and BLE
Audio Codec: ES8311 (I2S interface)
Audio Output: 1 x 3.5mm Stereo Jack, 1 x Speaker JST Connector
Audio Input: 1 x Onboard Electret Microphone
Storage: MicroSD Card Slot (SPI/1-bit SDIO interface)
User Interface: 8 x Tactile Buttons, 1 x System LED
Power Supply: 5V via Micro-USB or 3.7V via LiPo Battery port
Smart Speakers: Building custom voice assistants that wake up to a specific trigger word and query cloud services via Wi-Fi.
Internet Radio Receivers: Streaming global web radio stations and decoding the audio streams in real-time.
Two-Way Walkie-Talkies: Creating a Wi-Fi-based intercom system using the onboard microphone and speaker outputs.
Audio Storyboxes: Designing interactive, battery-powered toys that play specific MP3s from the SD card when buttons are pressed.
Unlock New Capabilities (Project Evolution)
Software Ecosystem: While you can program this via the Arduino IDE, the true power of this board is unlocked by using the Espressif Audio Development Framework (ESP-ADF). ESP-ADF provides extensive, optimized libraries for audio streaming, decoding (MP3, AAC, FLAC, WAV), and voice recognition!
Downloads and Links:
Package Includes:
1 x ESP32-LyraT-Mini V1.2 Audio Development Board (Note: Rubber standoff feet are pre-installed on the bottom of the PCB)
What is the ESP32-LyraT-Mini? It is an official audio-focused development board made by Espressif, designed to help engineers easily prototype Wi-Fi/Bluetooth speakers, internet radios, and voice-recognition devices.
What module runs this board? It uses the ESP32-WROVER-E module, which includes Wi-Fi, Bluetooth, and built-in PSRAM.
Why is PSRAM important for audio? Processing audio (especially decoding MP3s or buffering internet radio streams) requires a lot of RAM. The extra PSRAM inside the WROVER module prevents the audio from stuttering.
What audio codec does it use? It uses the ES8311, a highly efficient, low-power mono audio codec designed specifically for IoT devices.
Does it have a microphone? Yes, there is a small cylindrical electret microphone pre-soldered to the bottom left of the board, labeled "MIC".
How do I listen to the audio? You can plug standard headphones into the black 3.5mm "AUDIO_OUT" jack, or you can plug a small bare speaker into the white "SPEAKER" JST connector.
Why are there two Micro-USB ports? The top port ("UART") connects to the USB-to-Serial chip for programming the board and viewing debugging logs on your PC. The middle port ("POWER") is used purely to provide 5V power to the board.
Can I run this on battery power? Yes! There is a white 2-pin JST connector labeled "BAT" on the right side for connecting a standard 3.7V Lithium-Polymer (LiPo) battery.
Will it charge my battery? Yes, when you have a battery plugged into the "BAT" port and a USB cable plugged into "POWER", the board will safely charge the LiPo battery.
What is the silver slot at the bottom? That is a MicroSD card reader. You can use it to store local MP3/WAV files for playback, or to record audio data from the microphone.
What do all the buttons do? The row of buttons (Vol+, Vol-, Sel, Play, Mode, Rec) are wired to the ESP32's GPIO pins, allowing you to easily program physical controls for your media player without adding external components.
What are the Boot and RST buttons? "RST" hard-resets the ESP32. "Boot" puts the ESP32 into programming mode (though the onboard USB-to-Serial chip usually handles this automatically).
Is there an ON/OFF switch? Yes, there is a physical sliding "POWER SWITCH" located near the center of the board to easily power down your project.
What framework should I use to program this? While basic functions work in the Arduino IDE, it is highly recommended to use the official ESP-ADF (Espressif Audio Development Framework) within the ESP-IDF environment for full audio streaming and DSP support.
Does it support Bluetooth Audio? Yes, the ESP32 supports A2DP (Advanced Audio Distribution Profile), allowing you to program the board to act as a Bluetooth speaker receiver or a Bluetooth transmitter.
What are the white circles on the back of the board? Those are four rubber standoff feet that prevent the metal solder joints on the bottom of the PCB from shorting out against your desk.
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 specific spoken phrases.
Are there extra pins I can use for my own sensors? The LyraT-Mini is highly integrated, so many of the ESP32's pins are used by the codec, SD card, and buttons. However, there are some through-hole test points (like the JTAG header) that expose certain GPIOs.
What is the large silver cylinder on the board? That is a 220uF 16V electrolytic capacitor, used to smooth out the power supply and prevent electrical noise from causing static in your audio signal.
Is the board strictly mono or stereo? The ES8311 codec is technically a mono codec. While the 3.5mm jack will output sound to both the left and right ears of your headphones, it will be the identical mono signal, not true distinct stereo separation.


| 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 and knowledgeable staff who provide expert guidance to ensure customers select the right components for their technical projects. The business maintains a strong reputation for prompt service and reliable support, with many clients praising their quick response times and genuine commitment to customer satisfaction.
● 15 min read⚠️ LEGAL WARNING (INDIA) Working with automated irrigation systems requires handling 230VAC mains power and water in proximity. Improper earthing (vio
Read Article →
● 14 min readCore Tech RP2350A MCU Operating Volt 1.8V to 5.5V Best For Embedded Integration Skill Level Skilled/Pro Key Takeaways Wide Input Voltage Range: Operat
Read Article →
● 18 min readVol. 43 | The Tale of Two Footprints When your engineering timeline is locked and client expectations are unforgiving, choosing the right microcontrol
Read Article →