-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using FC-109 module but not getting output #1
Comments
The code stays the same, but the power to the mic should be 5 volts instead of 12 volts. |
I have connected the vcc to 5V only..but I have not connected the LPF! |
You can try without first, might be more noisy |
Without LPF it gets continuously on and much noise! |
IRF MOSFETs are fine, but what do you mean without registers? Without connecting them? So how do you know it works? |
I have already built this circuit but as i am not having MSGEQ7 I am using FC-109 amp module and will integrate your code sir. So ignore the MSGEQ7 connections and I am using IRF540N (http://www.infineon.com/dgdl/irf540n.pdf?fileId=5546d462533600a4015355e396cb199f). http://i.imgur.com/nBmupB6l.png Full blog here |
Now I am using completely your circuit except the mic module! I am using FC-109. This is my serial monitor without music.(local noise though) TIME: 60,70412 NoFiltVal: 10 Val: R = 9 G = 0 B = 0 MinMax: R = 0,1 G = 0,10 B = 0,20 Bright: R = 235 G = 0 B = 0 LastBright: R = 235 G = 0 B = 0 And with EDM playing through phone- TIME: 60,70596 NoFiltVal: 36 Val: R = 32 G = -4 B = -1 MinMax: R = 0,28 G = 0,17 B = 0,20 Bright: R = 180 G = 39 B = 0 LastBright: R = 180 G = 39 B = 0 |
It's a bit hard to debug it from here :) |
Yes I am using the exact values and hardware except the module as FC_109( fixed 20dB/10x). |
take a look on the filters visualization in the post: You should see the leds react to the sweep according to the filters
Since they're all digital filters these are "more-or-less" the numbers. But if you see the led connected to the HPF output light with low frequencies it should point out there's a problem. |
I think due to low 20dB output it is not giving expected output.. Now the leds and No filt values varies according to frequencies and on seep test but they are not switching to off! |
I am using this module having fixed 20dB gain i.e. 10x!!!
http://electropit.com/index.php/2015/12/20/fc-109-max9812-microphone-amplifier-module/
Can you help me to modify your code to get it work!
The text was updated successfully, but these errors were encountered: