Prop Controlling Audio With Opto Jfet
T Chap
Posts: 4,223
I am going to bread board this later but wanted to get some input. I want to turn on and off both left and right line levels off one Prop pin. The goal is to have the levels ramps by a few mS to avoid pops. I will buffer the Prop output with some spare 4049s gates (not shown in the drawing), so the LEDS will drive not drive off the Prop. Does this look like it will do the job of ramping the audio in and out as the pin changes state? I can't dedicate a cog to PWMing the 2 LEDs, and can't think of a way to let a counter do this without full time cog control. If there is a way to run the pin with a counter so that minimal sporadic cog control is used, that would be ideal. Suggestions appreciated.
Comments
Looks like you are attenuating the audio signal to ground via a 1K resistor. My only concern would be that when the Propeller is being turned 'on' the Jfet would be off allowing the audio to pass ... Ohhh wait Jfets basically work opposite of a Mosfet, so they would already be ON. You apply a signal to turn them OFF. That said my next concern would be that Jfet's usually can only handle a very small amount of current. If the Audio signal through the 1K is within their capability then you should be ok.
You could still use MOSFETs if you needed more current. You'd flip the locations between the Jfets and the 1K resistor and replace the Jfet with TWO MOSFETs. You need two in a back-to-back configuration to negate the internal diode, or else it would never turn off. Not to mention clip the audio.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
www.datasheetcatalog.org/datasheet/fairchild/H11F3.pdf
THere are attenuation schematics in the datasheet
One problem I see with the circuit as you have it is that the LED is not going to turn on until that cap has charged up above the LEDs forward voltage, ie you're going to have quite a delay between activating the prop pin, and any attenuation change. And then after you do exceed Vf things will change quite rapidly
Post Edited (Todd Chapman) : 6/4/2010 11:14:34 PM GMT
Post Edited (Todd Chapman) : 6/5/2010 2:06:03 AM GMT