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:

  1. Arduino UNO V3

  2. MPU 6050 Sensor: A 6-axis motion sensor

  3. MAX7219 LED Modules (x4): LED arrays

  4. Speaker

  5. 3D modeling shell


Function:

  1. Rotation detection: MPU 6050 will continuously monitor axial changes.

  2. LED control: When the axis direction changes, the LED changes color

  3. Music playback: When a direction change is detected, Arduino will trigger the playback of the corresponding music track through the speaker.





bottom of page