AtomSoft
Well-Known Member
Hey guys i have seen plenty of people connect leds and such to radios so when the bass hits the led lights up... i have a theory i want to ask
I know nothing of sound... is sound AC or DC?
I know a PIC can use ADC to record sound... now instead of recording how about have a POT and the pot sets a variable ... called MinLevel
would it be safe to assume a high number is bass on incomming data from ADC ? like if a 0x03FF (10 bits) is read from ADC thats full bass?
If so then can we using the pot control a level to match or exceed to light led? like
If MinLevel >= ADCinput Level then light led? this way we can adjust how high or low the led should respond to?
Do you understand this at all?
I know nothing of sound... is sound AC or DC?
I know a PIC can use ADC to record sound... now instead of recording how about have a POT and the pot sets a variable ... called MinLevel
would it be safe to assume a high number is bass on incomming data from ADC ? like if a 0x03FF (10 bits) is read from ADC thats full bass?
If so then can we using the pot control a level to match or exceed to light led? like
If MinLevel >= ADCinput Level then light led? this way we can adjust how high or low the led should respond to?
Do you understand this at all?