BS2 and bridge rectifier
alnajjar1
Posts: 110
I have an experiment for children at our Museum about wind energy. I use the Stamp and a ADC0831 to measure the voltage (0 - 0.15V) range from a small DC motor. This works very well. To make it easier for children to understand, I want them to see the voltage generated regardless of the direction of rotation.
To do that, I made a simple full wave bridge rectifier. This works but it generate some 0.2V noise (even when the motor is not spinning) that masks the weak signal from the motor. I want to avoid having two channel ADC, because I am using all remaining stamp pins for other parts of the activities.
Is there any clever way of measuring the voltage while the motor is spinning in either direction? why is there background voltage with the rectifier bridge even when I am only measuring voltage and without any input voltage?
Help will be most appreciated.
Al
To do that, I made a simple full wave bridge rectifier. This works but it generate some 0.2V noise (even when the motor is not spinning) that masks the weak signal from the motor. I want to avoid having two channel ADC, because I am using all remaining stamp pins for other parts of the activities.
Is there any clever way of measuring the voltage while the motor is spinning in either direction? why is there background voltage with the rectifier bridge even when I am only measuring voltage and without any input voltage?
Help will be most appreciated.
Al
Comments
--Rich
BTW, your bridge rectifier is throwing away at least 0.6 volt, assuming you're using Schottky diodes. If you're using silicon diodes, it's closer to 1.4 volts for the two diodes conducting. That's fairly significant at low voltages.
I'd lose the bridge rectifier and clutch the fan/crank so it only rotates the motor in one direction, or add a mechanism that spins the motor forward no matter which direction the fan/crank is turned.
If you must stick with the DC generator, use a lamp to indicate the relative voltage being generated. The lamp won't care about polarity. The light falling on a photovoltaic cell will give a signal the Stamp can use.
Your volatge level is extremely low. Can you gear things to get more output voltage?
Cheers,
Rectifiers are great at detecting extraneous signals from AC lines and nearby radio stations.
many thanks,