Monday, 20 August 2018

filter - Flash an LED to music


Im trying to flash an LED to music. I have tried to follow this article and calculate values but cannot get it to go. Basically what i think i need is:



  • audio in

  • through a low pass filter (isolate frquencies <200hz)

  • output to a peak detector or Schmidt trigger of some sort

  • trigger a pulse monostable (eg 555) for duration.



My trouble is i cannot work out a useful low pass and peak circuit. surely this has been done before!




No comments:

Post a Comment

arduino - Can I use TI&#39;s cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...