An open API service indexing awesome lists of open source software.

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.

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

img imgimg

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