top of page
Arduino: Pandora
Project: Pandora
Yansong Teng & Ruihan Wang
Project Overview: This project involves creating a six-sided light that illuminates each surface and plays pre-sent music tracks when it rotates to a new side.
Components:
Arduino UNO V3
MPU 6050 Sensor: A 6-axis motion sensor
MAX7219 LED Modules (x4): LED arrays
Speaker
3D modeling shell
Function:
Rotation detection: MPU 6050 will continuously monitor axial changes.
LED control: When the axis direction changes, the LED changes color
Music playback: When a direction change is detected, Arduino will trigger the playback of the corresponding music track through the speaker.


bottom of page