I am new to this, but I am looking to regulate a few ballast controlled fluorescent lamps with a micro-controller. Everything I look at has a low operating voltage and below 10 volt input/output voltage. I want to have a/c hookup to the microcontroller with full power output to the ballast (when told to do so by the program on the chip). Am I misinterpreting what the input/output and operating voltages mean, or are high voltage applications of microcontrollers not too common? I was looking at some arduino products or something similar. Any direction or clarification is much appreciated.
|
I think all microcontrollers operate on 5 volts or less, and all inputs/outputs are also 5 volts or less. It is very common to have level translators between the microcontroller and whatever it is controlling. To control 120 volt (or 230 volt) AC devices, you could use a mechanical or solid state relay that could be driven by the microcontroller.. |
|||
|
Usually you do not switch something directly with a microcontroller. You switch something that swithes something other. In this case you will probably have to switch a transistor that will switch a relay that will switch AC to your load. Something like this: simulate this circuit – Schematic created using CircuitLab You might find a low switching voltage and low current relay that could be driven directly from a microcontroller pin, but this way I've shown you can use almost any relay. |
|||
|