Difference between revisions of "Controlling AC devices with AVR using Relays"
m (Sandeep moved page B3.AVR Interfacing Relay to Controlling AC devices with AVR using Relays) |
|||
Line 1: | Line 1: | ||
[[Category:AVR Tutorials]] | [[Category:AVR Tutorials]] | ||
+ | Everyone of us wants to control a bulb, a fan etc at some point in time. We will look at driving single phase AC devices with a Relay using Atmega32. | ||
+ | =Basics= | ||
+ | =Hookup= | ||
+ | =Code= | ||
+ | =Demo= | ||
[http://exploreembedded.com/wiki/images/0/0a/Schematic_AVR_Interfacing_Relay.pdf '''Schematic'''] | [http://exploreembedded.com/wiki/images/0/0a/Schematic_AVR_Interfacing_Relay.pdf '''Schematic'''] | ||
[[File:Schematic AVR Interfacing Relay.JPG|680px]] | [[File:Schematic AVR Interfacing Relay.JPG|680px]] | ||
− |
Revision as of 09:22, 28 March 2016
Everyone of us wants to control a bulb, a fan etc at some point in time. We will look at driving single phase AC devices with a Relay using Atmega32.