https://github.com/radkinz/arduinobuzzercontrol
An Arduino project that controls a buzzer by outputting frequencies based on the mouse's y-location in processing, and turns on LEDs based on the frequency values.
https://github.com/radkinz/arduinobuzzercontrol
arduino arduino-uno buzzer frequency leds processing
Last synced: 2 months ago
JSON representation
An Arduino project that controls a buzzer by outputting frequencies based on the mouse's y-location in processing, and turns on LEDs based on the frequency values.
- Host: GitHub
- URL: https://github.com/radkinz/arduinobuzzercontrol
- Owner: radkinz
- Created: 2021-09-15T04:46:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T15:45:46.000Z (almost 5 years ago)
- Last Synced: 2025-06-13T08:49:26.968Z (about 1 year ago)
- Topics: arduino, arduino-uno, buzzer, frequency, leds, processing
- Language: Processing
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arduino Buzzer Control
An Arduino project that controls a buzzer by outputting frequencies based on the mouse's y-location in processing. Additionally, there are some LEDs that light up based on the frequency values to act as a frequency monitor. When the user presses the mouse, a group of particles unleash to create generative art as they move across the screen with velocites determined by perlin noise. The color of the particles are determined by the y-pos by mapping the y-values to a hue range of 0-255. The color of the particles is also outputted in a rgb light in the circuit. Lastly there is a yellow LED light in the corner of the circuit that lights up at the beginning of every program run.
# Images/Videos


https://user-images.githubusercontent.com/81705278/134282959-af506ca0-96e3-49f4-b278-bcc114681525.MP4
https://user-images.githubusercontent.com/81705278/134283589-0e027c51-4fd5-42b1-a76c-a038ce4e2479.MP4