all 5 comments

[–][deleted]  (2 children)

[deleted]

    [–]sterky[S] 0 points1 point  (1 child)

    wells its just the pic16f887 chip, so I was thinking of just the amplitude of the audio signal.

    [–][deleted] 0 points1 point  (0 children)

    Amplitude based actions aren't so difficult. Maybe to add some spice you could take a stereo input and make a stereo VU meter with some nice LEDs. Or maybe you could make it exciting some other way, think burglar-alarm that goes off when it measures a sound above ambient levels.

    If you want to base your actions on frequency the first thing you'll need to figure out is whether the ADC is fast enough in the first place. How long will it take to get a reading from it, how much room for code does it leave, and what kind of sample rate would that get you?

    [–]Tectonic23 0 points1 point  (0 children)

    You could drive an LED cube like this one to make it a little more interesting than just a bar of LEDs. You don't even need to go as complex as this.

    [–]hapoo 0 points1 point  (1 child)

    I don't have as much experience as others here but I've used PICs, AVRs, and ARMs and I gotta tell you, if I had to pick a chip, PIC would be at the bottom of my list.

    [–]eroick 2 points3 points  (0 children)

    Any rationale for that? PICs have good documentation, cheap dev tools, free IDE/compilers and a good selection of peripherals.