ESP32 Touchless Digital Dice
A touchless digital dice built using ESP32, an ultrasonic sensor, and 5 LEDs. Roll the dice by simply placing your hand near the sensor—no buttons needed.
When an object is detected within 7 cm, the ESP32 trigger…
ESP32 Touchless Digital Dice
A touchless digital dice built using ESP32, an ultrasonic sensor, and 5 LEDs. Roll the dice by simply placing your hand near the sensor—no buttons needed.
When an object is detected within 7 cm, the ESP32 triggers a rolling animation using random LED flickering, then generates a number from 1 to 6. The result is
I used ChatGPT for guidance, debugging, and improving code structure. Around 56% of the code was written by me, including the core logic for the ultrasonic trigger, LED control, and dice behavior. AI helped with refining certain parts like optimization, animation ideas, and documentation. All final implementation, testing, and integration were done by me