Sound – Audio Projects

ESP32 Voice Streamer

ESP32 Voice Streamer

Use the ESP32 and the Adafruit Electret Microphone Amplifier Board to stream your voice over WiFi to your Raspberry Pi. Story There are many things that do audio streaming nowadays. Smart assistants like Alexa and Google Home are great examples. This got me thinking about trying something with tone too. I decided to build an

ESP32 Voice Streamer Read More »

Interactive Sound Toy

Interactive Sound Toy

For a while now, I wanted to create a children’s toys, but with a tech-twist. As a first take in the field, thought it would be interesting to do something related to those old-school farm animal sound toys. I am talking about the ones with the animals lined up and concealed, press a big plastic

Interactive Sound Toy Read More »

Tiny Audio Effects Rig

Tiny Audio Effects Rig!

In this instructable I am going to talk through a project I have created – a tiny audio effects rig and recording platform! As with most hobbyists Coronavirus brought to a halt a lot of things, with lockdowns, and has changed the landscape of how we do things moving forward. My hobby is that of

Tiny Audio Effects Rig! Read More »

Raspberry Pi Pico Music and Rhythm Examples CircuitPython

Raspberry Pi Pico Music and Rhythm Examples – CircuitPython

The following short CircuitPython programs demonstrate rhythm and music generation. These are largely platform-neutral. Metronome Example This example demonstrates the essential elements of creating a pattern of movement over time within an event-loop programming structure. Direct download: metronome.py. # metronome.py # Raspberry Pi Pico – demonstrate rhythmic servo motion like a metronome # This assumes a

Raspberry Pi Pico Music and Rhythm Examples – CircuitPython Read More »

Audio visual face mask detection system on the Jetson Nano

Audio-visual face mask detection system on the Jetson Nano

This work implements face mask recognition system on the Jetson Nano using Jupyter Lab headlessly. Currently, Face-mask recognition is considered the most significant part in computer vision and image analysis, and thus it receives much more research in its different components such as the enhancement of its algorithms or new approaches created to better detect and organize

Audio-visual face mask detection system on the Jetson Nano Read More »