<?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>
									Hi my name is GerryK - Introduce Yourself				            </title>
            <link>https://forum.dronebotworkshop.com/introductions/hi-my-name-is-gerryk/</link>
            <description>Discussion board for Robotics, Arduino, Raspberry Pi and other DIY electronics and modules. Join us today!</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 12 Apr 2026 20:26:13 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Hi my name is GerryK</title>
                        <link>https://forum.dronebotworkshop.com/introductions/hi-my-name-is-gerryk/#post-22428</link>
                        <pubDate>Mon, 08 Nov 2021 18:23:37 +0000</pubDate>
                        <description><![CDATA[@gpdkeogh 
I would just rotate the BYJ stepper (fairly slowly) until the Hall sensor goes HIGH and then set your location to zero.
I don&#039;t know your layout so I can&#039;t comment on how to pos...]]></description>
                        <content:encoded><![CDATA[<p>@gpdkeogh </p>
<p>I would just rotate the BYJ stepper (fairly slowly) until the Hall sensor goes HIGH and then set your location to zero.</p>
<p>I don't know your layout so I can't comment on how to position the sensor. I presume that your stepper shaft drives a magnet through some kind of path and that, on startup, you need the position to be set to a known location. If you position the magnet at a point where it just triggers the sensor when it's properly situated, then you're finished.</p>
<p>Using a toggle switch will be frustrating and inaccurate.</p>
<p>So, if your Hall sensor is on pin hallPin ...</p>
<p>while (!digitalRead(hallPin)) {</p>
<p>    ... // advance one or more steps depending on the accuracy required</p>
<p>}</p>
<p>position = 0;    // At starting location</p>
<p>This will rotate the shaft until the Hall sensor goes high which is, I think, what you wanted.</p>
<p> </p>
<p>Note that this can also be used at any time during operation if you need to reset the device.</p>
<p>hope this helps.</p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/introductions/">Introduce Yourself</category>                        <dc:creator>Will</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/introductions/hi-my-name-is-gerryk/#post-22428</guid>
                    </item>
				                    <item>
                        <title>RE: Hi my name is GerryK</title>
                        <link>https://forum.dronebotworkshop.com/introductions/hi-my-name-is-gerryk/#post-22425</link>
                        <pubDate>Mon, 08 Nov 2021 17:38:23 +0000</pubDate>
                        <description><![CDATA[question: Yes I am using the ULN2003 driver chip with the Arduino Uno R3 board.  I am trying to find a way to use magnetic hall effect switch to zero the position on start-up of the stepper ...]]></description>
                        <content:encoded><![CDATA[<p>question: Yes I am using the ULN2003 driver chip with the Arduino Uno R3 board.  I am trying to find a way to use magnetic hall effect switch to zero the position on start-up of the stepper motor. Once find zero immediately stop. A toggle switch moves the stepper forward 1/4 motor revolution (2048 steps / 4).  What is the best software approach to use?  While loop??</p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/introductions/">Introduce Yourself</category>                        <dc:creator>gpdkeogh</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/introductions/hi-my-name-is-gerryk/#post-22425</guid>
                    </item>
				                    <item>
                        <title>RE: Hi my name is GerryK</title>
                        <link>https://forum.dronebotworkshop.com/introductions/hi-my-name-is-gerryk/#post-22419</link>
                        <pubDate>Mon, 08 Nov 2021 16:40:26 +0000</pubDate>
                        <description><![CDATA[@gpdkeogh
Welcome to the forum.
I&#039;ve used BYJ motors with the basic ULN drivers, but never had  need to home them.
What questions do you have ?]]></description>
                        <content:encoded><![CDATA[<p><span>@gpdkeogh</span></p>
<p>Welcome to the forum.</p>
<p>I've used BYJ motors with the basic ULN drivers, but never had  need to home them.</p>
<p>What questions do you have ?</p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/introductions/">Introduce Yourself</category>                        <dc:creator>Will</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/introductions/hi-my-name-is-gerryk/#post-22419</guid>
                    </item>
				                    <item>
                        <title>RE: Hi my name is GerryK</title>
                        <link>https://forum.dronebotworkshop.com/introductions/hi-my-name-is-gerryk/#post-22416</link>
                        <pubDate>Mon, 08 Nov 2021 16:02:37 +0000</pubDate>
                        <description><![CDATA[Welcome Gerry! I claim to be a developer by day, and there are also numerous people here who can also help you out with your code.]]></description>
                        <content:encoded><![CDATA[<p>Welcome Gerry! I claim to be a developer by day, and there are also numerous people here who can also help you out with your code.</p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/introductions/">Introduce Yourself</category>                        <dc:creator>YurkshireLad</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/introductions/hi-my-name-is-gerryk/#post-22416</guid>
                    </item>
				                    <item>
                        <title>Hi my name is GerryK</title>
                        <link>https://forum.dronebotworkshop.com/introductions/hi-my-name-is-gerryk/#post-22415</link>
                        <pubDate>Mon, 08 Nov 2021 15:37:23 +0000</pubDate>
                        <description><![CDATA[Hi my name is Gerry and I am have an electronics hardware background mostly in power electronics and and now working on an interesting new project but am new to software development.  I have...]]></description>
                        <content:encoded><![CDATA[<p>Hi my name is Gerry and I am have an electronics hardware background mostly in power electronics and and now working on an interesting new project but am new to software development.  I have some basic understanding of computer programming that is very dated so need to get myself up to speed.  I am joining the Forum to share my project and get ideas on code for same.</p>
<p>I would like to hear from those who have experience using 28BYJ-48 stepper motor control and "homing" on power up using a Hall Effect device and external digital input to turn the motor certain number of steps.</p>
<p>So far I have the motor turning and changing directions using a Hall effect.</p>
<p>Thanks for any feedback.</p>
<p>Gerry</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/introductions/">Introduce Yourself</category>                        <dc:creator>gpdkeogh</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/introductions/hi-my-name-is-gerryk/#post-22415</guid>
                    </item>
							        </channel>
        </rss>
		