After countless trials and errors, I’ve come to a decision: it’s time to let go of the microphone, at least for now. While my initial goal was to create an audio system that captured and amplified real-time sound, the technical challenges, missing parts, and limited time have led me to rethink my approach. Instead, I’ve simplified the project and shifted focus to something achievable within my current constraints.

To regain some momentum, I decided to start small. Using Arduino, I programmed a simple audio output. The idea was to generate a fixed tone that could be output directly to the speaker via the PAM8403 amplifier. This approach eliminated the need for complex signal processing or external inputs and gave me a basic working system. While far from my original vision, it felt good to hear clean, consistent sound from the speaker.
Building on this foundation, I incorporated an LM393 sound sensor. This module detects sound levels and outputs a digital signal when the threshold is exceeded. With the Arduino, I created a simple circuit where the sensor detects sound and triggers a pre-programmed audio tone. Essentially, the system reacts to sound by playing a specific, fixed sound.
Here’s how it works:
- The LM393 detects sound and sends a digital HIGH signal to the Arduino.
- When the Arduino receives this signal, it outputs a predefined tone via PWM.
- The PAM8403 amplifier then drives the speaker to produce the sound.
This setup is straightforward yet interactive, and while it’s not the real-time microphone-based system I initially envisioned, it serves as a functional proof of concept.
For Upgrading
While this simplified project is a step forward, it’s clear that the real potential lies in going back to the drawing board with the proper tools and components. With the upcoming Christmas holiday, I plan to return to China, where I’ll have access to a wider range of parts and resources to rebuild and upgrade the system.
My goal is to refine this project during Element 2 and produce a fully functional, exhibition-ready piece. The key improvements I’ll focus on include:
- Reintroducing the microphone with proper amplification and signal processing.
- Exploring more advanced sound manipulation techniques using the ADAU1701 DSP.
- Improving the overall stability and functionality of the system.