<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Check if an 24VAC ouput is powered - Arduino				            </title>
            <link>https://www.tweaking4all.com/forum/arduino/check-if-an-24vac-ouput-is-powered/</link>
            <description>Tweaking4All.com Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 09 Jun 2026 02:34:33 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Check if an 24VAC ouput is powered</title>
                        <link>https://www.tweaking4all.com/forum/arduino/check-if-an-24vac-ouput-is-powered/#post-2909</link>
                        <pubDate>Sun, 13 Dec 2020 13:37:41 +0000</pubDate>
                        <description><![CDATA[I didn&#039;t know this component so I have to do some research but it seems it is a much better solution than mine and I think I will try it.
Thank you very much.]]></description>
                        <content:encoded><![CDATA[<p>I didn't know this component so I have to do some research but it seems it is a much better solution than mine and I think I will try it.</p>
<p>Thank you very much.</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/arduino/">Arduino</category>                        <dc:creator>arnaud</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/arduino/check-if-an-24vac-ouput-is-powered/#post-2909</guid>
                    </item>
				                    <item>
                        <title>RE: Check if an 24VAC ouput is powered</title>
                        <link>https://www.tweaking4all.com/forum/arduino/check-if-an-24vac-ouput-is-powered/#post-2908</link>
                        <pubDate>Sun, 13 Dec 2020 13:15:03 +0000</pubDate>
                        <description><![CDATA[Another, maybe cheaper and more compact option to explore would be an optocoupler. 😊 (I&#039;m not a fan of anything mechanical, especially when I can replace it with something non-mechanical)]]></description>
                        <content:encoded><![CDATA[<p>Another, maybe cheaper and more compact option to explore would be an <a href="https://www.electronics-tutorials.ws/blog/optocoupler.html" target="true">optocoupler</a>. 😊 <br />(I'm not a fan of anything mechanical, especially when I can replace it with something non-mechanical)</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/arduino/">Arduino</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/arduino/check-if-an-24vac-ouput-is-powered/#post-2908</guid>
                    </item>
				                    <item>
                        <title>RE: Check if an 24VAC ouput is powered</title>
                        <link>https://www.tweaking4all.com/forum/arduino/check-if-an-24vac-ouput-is-powered/#post-2907</link>
                        <pubDate>Sun, 13 Dec 2020 13:05:15 +0000</pubDate>
                        <description><![CDATA[Hello Hans.
I wanted to use a relay but I didn&#039;t find one with a 24VAC input except power relay. I will keep looking for one.Alternatively I will use the little project that you found.
Tha...]]></description>
                        <content:encoded><![CDATA[<p>Hello Hans.</p>
<p>I wanted to use a relay but I didn't find one with a 24VAC input except p<span class="artbesch">ower relay. I will keep looking for one.<br />Alternatively I will use the little project that you found.</span></p>
<p>Thank you.</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/arduino/">Arduino</category>                        <dc:creator>arnaud</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/arduino/check-if-an-24vac-ouput-is-powered/#post-2907</guid>
                    </item>
				                    <item>
                        <title>RE: Check if an 24VAC ouput is powered</title>
                        <link>https://www.tweaking4all.com/forum/arduino/check-if-an-24vac-ouput-is-powered/#post-2906</link>
                        <pubDate>Sun, 13 Dec 2020 11:39:01 +0000</pubDate>
                        <description><![CDATA[As you already figured out, straight 24V would be bad and a 24v-5V module could bring this down to 5V.Arduino analog inputs can be used to measure DC voltage between 0 and 5V.I did find this...]]></description>
                        <content:encoded><![CDATA[<p>As you already figured out, straight 24V would be bad and a 24v-5V module could bring this down to 5V.<br />Arduino analog inputs can be used to measure DC voltage between 0 and 5V.<br />I did find <a href="https://startingelectronics.org/articles/arduino/measuring-voltage-with-arduino/" target="true">this little project</a> that may be helpful for this approach.</p>
<p>However, I'd considering something easier, like for example a 24V relay. <br />You'd only need to connect the switching part of the relay to the arduino.</p>
<p>When the motor is switched on then the relay will switch to ON. When power is dropped, it will go back to OFF.<br />So you can get away with something like the <a href="https://www.arduino.cc/en/Tutorial/BuiltInExamples/Button" target="true">Arduino Button</a> example to read if the motor is powered or not.</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/arduino/">Arduino</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/arduino/check-if-an-24vac-ouput-is-powered/#post-2906</guid>
                    </item>
				                    <item>
                        <title>Check if an 24VAC ouput is powered</title>
                        <link>https://www.tweaking4all.com/forum/arduino/check-if-an-24vac-ouput-is-powered/#post-2905</link>
                        <pubDate>Sun, 13 Dec 2020 09:41:11 +0000</pubDate>
                        <description><![CDATA[Hello,
Maybe it is a stupid question but I didn&#039;t found the answer.
I need to check with an Arduino if an output of  my garage door motor is powered.It is a 24VAC output, usualy to connect...]]></description>
                        <content:encoded><![CDATA[<p>Hello,</p>
<p>Maybe it is a stupid question but I didn't found the answer.</p>
<p>I need to check with an Arduino if an output of  my garage door motor is powered.<br />It is a 24VAC output, usualy to connect an additionnal light.<br />I can change the tension with a 24VAC-5VDC module. But I dont know if I can use this directly on an input of the Arduino.<br />For information I can't use this output to powered my Arduino. I need it to be powered at other times.</p>
<p>Could you explain to me how to do this please ?</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/arduino/">Arduino</category>                        <dc:creator>arnaud</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/arduino/check-if-an-24vac-ouput-is-powered/#post-2905</guid>
                    </item>
							        </channel>
        </rss>
		