<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Gen 3 electronics -can anyoone clarify?</title>
        <description> Hello all

Is there anyone who can point me to a resource that explains how and why the circuits do what they do?

cheers</description>
        <link>https://reprap.org/forum/read.php?13,46406,46406#msg-46406</link>
        <lastBuildDate>Sat, 08 Aug 2026 00:32:36 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?13,46406,48176#msg-48176</guid>
            <title>Re: Gen 3 electronics -can anyoone clarify?</title>
            <link>https://reprap.org/forum/read.php?13,46406,48176#msg-48176</link>
            <description><![CDATA[ Yes, you are correct:<br />
<br />
* circuits are all DC. ( apart from the PC power supply, who's job it is to take AC, and supply the rest of the circuits with DC).<br />
<br />
* All the core parts of the electronics are TTL digital ( which means they run at 5V DC ).  THe stepper drivers allow this 5VDC digital signal to driver the stepper motors with a much higher voltage DC digital signal ( 12 v or higher ).<br />
<br />
* The temperature sensor itself isn't digital, but its converted ASAP into a digital representation of the temperature by using a ADC ( Analog-to-Digital-Converter), so the digital logic can act on it. <br />
<br />
* the electric "motors" that we recommend using now are called "stepper motors" because they have 4 wires, and each time you apply power to two of the wires, the sharf will turn 2degrees and then stop.   to turn it another two degrees the wires you apply power to mush be changed to a different two wires.  This change is done hundreds of times by the digital electronics just to make the motor turn one revolution.     I'd encourage you to learn more about how these work, there are many resources available elsewhere on the net. <br />
<br />
Buzz.]]></description>
            <dc:creator>buzz</dc:creator>
            <category>Controllers</category>
            <pubDate>Wed, 09 Jun 2010 04:57:00 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,46406,47063#msg-47063</guid>
            <title>Re: Gen 3 electronics -can anyoone clarify?</title>
            <link>https://reprap.org/forum/read.php?13,46406,47063#msg-47063</link>
            <description><![CDATA[ Jeff &amp; Buzz<br />
<br />
Thanks for the response.<br />
<br />
I have read a couple of electronics books, and think I am getting a little wiser, but a long way to go yet.<br />
<br />
Am I correct in thinking the Gen 3 electronics are essentially digital circuits? Maybe with some analogue aspects thrown in at the stepper driver points to provide more or less current/voltage to drive the motors... perhaps most importantly the extruder controller? More voltage or current if the resistance increases when pushing the filament.<br />
<br />
I struggle to figure out when DC or AC is involved...]]></description>
            <dc:creator>AgeingHippy</dc:creator>
            <category>Controllers</category>
            <pubDate>Thu, 03 Jun 2010 13:41:47 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,46406,47004#msg-47004</guid>
            <title>Re: Gen 3 electronics -can anyoone clarify?</title>
            <link>https://reprap.org/forum/read.php?13,46406,47004#msg-47004</link>
            <description><![CDATA[ AgeingHippy: <br />
<br />
Trying to answer your question at a "high level"<br />
<br />
There are essentially a few key parts:<br />
1 - the main Arduino(Sanguino) CPU on the motherboard ( which is responsible for converting GCODE instructions into stepper motor step/direction information for 3 steppers on X, Y, and Z, AND the stepper driver on the "extruder".<br />
<br />
2 - the "extruder controller" which is connected to the above CPU via a RS485 electrical connection, and it's job is to maintain the temperature of the extruder "hot zone" at the right temperature, etc.   With "Makerbot electronics" this "controller" actually has an almost identical "CPU" on it ( a small Arduino Chip).  Some Reprap designs avoid the second CPU, and use the first CPU for both jobs. <br />
<br />
3 - the "stepper driver" units.  there is one of these for each stepper motor.  Each of these is responsible for converting the low-power digital step/direction information from the CPU into high-power higher-voltage signals that go through the stepper motors themselves, and cause the actual motors to turn in little tiny increments at a time. <br />
<br />
4 - the opto end-stops.    These are sensors who's job is it to make sure that they tell the main "CPU" when the stepper/s are about to try to turn further than the hardware is built for ( ie to prevent the motors from tearing the machine apar if they go to far in one direction. ).<br />
<br />
Hope this helps, <br />
<br />
Buzz.]]></description>
            <dc:creator>buzz</dc:creator>
            <category>Controllers</category>
            <pubDate>Thu, 03 Jun 2010 03:36:27 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,46406,46419#msg-46419</guid>
            <title>Re: Gen 3 electronics -can anyoone clarify?</title>
            <link>https://reprap.org/forum/read.php?13,46406,46419#msg-46419</link>
            <description><![CDATA[ One resource you may wish to explore is a circuit simulator.  You can place components and link them up and simulate their operation, e.g. you could place all the opto-endstop components, apply voltage, simulate triggering the stop etc. LEDs will light up, you can place voltmeters and graph voltage, current meters for current, etc.<br />
<br />
Here is one that I used in college:<br />
<a href="http://www.ni.com/academic/multisimse.htm" target="_blank"  rel="nofollow">NI Multisim</a><br />
they have a demo version available here:<br />
<a href="https://lumen.ni.com/nicif/us/academicevalmultisim/content.xhtml" target="_blank"  rel="nofollow">Multisim Evaluation Download</a><br />
<br />
I'm sure there are several others, I just can't think of any right now.<br />
<br />
Here is another huge resource, almost as much as a text book.<br />
[<a href="http://www.allaboutcircuits.com/vol_1/index.html" target="_blank"  rel="nofollow">www.allaboutcircuits.com</a>]]]></description>
            <dc:creator>jeffpark_</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 25 May 2010 10:25:17 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,46406,46416#msg-46416</guid>
            <title>Re: Gen 3 electronics -can anyoone clarify?</title>
            <link>https://reprap.org/forum/read.php?13,46406,46416#msg-46416</link>
            <description><![CDATA[ Hi Nudel<br />
<br />
Thanks for that, but no - that tells us how to build the board, but not why it works.<br />
<br />
I am a novice as far as electronic circuits are concerned and am trying to learn how to design a board to do what I want it to do.<br />
<br />
Part of the process is trying to understand how the Gen 3 boards work...<br />
<br />
see <a href="http://forums.reprap.org/read.php?13,46081" target="_blank"  rel="nofollow">here</a> where I try understand the workings of the simplest board - the opto endstop.<br />
<br />
cheers]]></description>
            <dc:creator>AgeingHippy</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 25 May 2010 08:38:01 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,46406,46408#msg-46408</guid>
            <title>Re: Gen 3 electronics -can anyoone clarify?</title>
            <link>https://reprap.org/forum/read.php?13,46406,46408#msg-46408</link>
            <description><![CDATA[ Perhaps this is what you seek?<br />
<br />
<a href="http://reprap.org/wiki/Electronic_wiring" target="_blank"  rel="nofollow">http://reprap.org/wiki/Electronic_wiring</a><br />
<a href="http://reprap.org/wiki/Circuit_board_construction" target="_blank"  rel="nofollow">http://reprap.org/wiki/Circuit_board_construction</a>]]></description>
            <dc:creator>Nudel</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 25 May 2010 06:29:16 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,46406,46406#msg-46406</guid>
            <title>Gen 3 electronics -can anyoone clarify?</title>
            <link>https://reprap.org/forum/read.php?13,46406,46406#msg-46406</link>
            <description><![CDATA[ Hello all<br />
<br />
Is there anyone who can point me to a resource that explains how and why the circuits do what they do?<br />
<br />
cheers]]></description>
            <dc:creator>AgeingHippy</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 25 May 2010 06:22:13 -0400</pubDate>
        </item>
    </channel>
</rss>
