Re: Interfacing wind turbines to the grid
Reply #16 –
Funny you mentioned the SSR just when I was getting frustrated with designing my circuit with a MOSFET, and tonight I've been replacing it with a SSR.
I think I have the microcontroller signals figured out. What's really bothering me now is that I've made some assumption about the inverter and I don't like the way things go bad if I am wrong. I've been using Falstad's site to simulate this, and it suggests I will be blasting the 0.5 ohm power resistor with brief bursts of 90 amps. Probably just something I have simulated wrong, but...
To your suggestion BRCM, yup, a big capacitor soaks up a lot of nuisance noise. You just have to make sure it doesn't drown out the signal you want to measure. Circuits that combine resistors and capacitors have a "time constant". If the constant is long (in the electronics world 1 millisecond is long) then the time for the capacitor to charge up is longer than the time for a 1 kiloHertz signal to arrive, and you probably won't measure the signal. On the other hand, if the capacitor is too small or ineffective, then the microcontroller is measuring pulses and it may pick up the pulse on the Hi during one reading, and on the Lo on the next. From the microcontroller's perspective, the signal went from on to off, and in a sense, it would be right. But in another sense it failed to detect what the power resistors are doing. It missed the next Hi peak which has a different voltage than the last Hi peak, and that was the information it's looking for. So there's a balance, when Goldilocks finds the right oatmeal.
Nah, you're forgiven