Constant audio input


hi,

is possible arduino listen audio input, , if there no sound more 5 sec move servo.
i new arduino , if give me reference of similar, grateful.

quote
i new arduino
do have electronics or programming experience?

i suggest start reading through arduino language reference.   if you've programmed before should make sense.   if you've never programmed before won't understand all, it's not lot read-through , give idea of can do.

then read-through of example programs , maybe try few of them.  

i'm assuming line-level audio signal?    the analog read serial example shows how read analog voltage.  then it's if-statement, timing, , servo library.

there's 1 more thing...   arduino can damaged negative voltages (or voltages greater +5v).   need protection circuit protect against negative half of ac audio signal.


Arduino Forum > Using Arduino > Audio > Constant audio input


arduino

Comments

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'