Close

Step 1: Hardware

A project log for Sound-activated Counting Light

This is a guide for new of esp32 and arduino, in this article, I will share how to make a sound-activated counting light.

makerfabsMakerfabs 01/20/2024 at 08:020 Comments

Connect the sound module and ws2812 module to the ESP32 OLED, VCC to VCC, GND to GND, and DI pin of ws2812 and OUT pin of sound module to GPIO pins which you difined in the code, and note, in this demo, it need to use pin4(SDA) and pin5(SCL) for OLED, so we can't use them again in other device.

Discussions