<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>:: anybody saw the FPGA kickstarter ? ::</title>
        <description> anybody saw this? and is trying something printee on it lol?

[www.kickstarter.com]</description>
        <link>https://reprap.org/forum/read.php?2,195973,195973#msg-195973</link>
        <lastBuildDate>Sat, 06 Jun 2026 06:08:18 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?2,195973,240472#msg-240472</guid>
            <title>Re: :: anybody saw the FPGA kickstarter ? ::</title>
            <link>https://reprap.org/forum/read.php?2,195973,240472#msg-240472</link>
            <description><![CDATA[ nophead Wrote:<br />
-------------------------------------------------------<br />
&gt; Open loop PWM is only accurate when the motor is<br />
&gt; moving slowly. You need to measure the coil<br />
&gt; currents like chopper drivers do to get accurate<br />
&gt; microstepping during motion when the generated<br />
&gt; BEMF and inductive BEMF have a large effect.<br />
<br />
Good point but I noticed that at least one of the currently used firmwares only does partial intermediary position calculations and assumes that the motors will follow correct paths between calculated xyz coordinates. On a Delta this could give some odd build grain. Slicer configurations can generally compensate for lead/lag by creating gcode requests for slower motion in the build portions with high acceleration/deceleration forces. I expect a good test would be to compare parallel 45 deg lines drawn in opposite directions at fixed distances apart with the same mechanics but different hardware, i.e. chopper drivers vs open loop PWM drivers.]]></description>
            <dc:creator>grael</dc:creator>
            <category>Developers</category>
            <pubDate>Wed, 28 Aug 2013 05:59:13 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,195973,239820#msg-239820</guid>
            <title>Re: :: anybody saw the FPGA kickstarter ? ::</title>
            <link>https://reprap.org/forum/read.php?2,195973,239820#msg-239820</link>
            <description><![CDATA[ Open loop PWM is only accurate when the motor is moving slowly. You need to measure the coil currents like chopper drivers do to get accurate microstepping during motion when the generated BEMF and inductive BEMF have a large effect.]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Developers</category>
            <pubDate>Mon, 26 Aug 2013 07:55:54 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,195973,239793#msg-239793</guid>
            <title>Re: :: anybody saw the FPGA kickstarter ? ::</title>
            <link>https://reprap.org/forum/read.php?2,195973,239793#msg-239793</link>
            <description><![CDATA[ I agree.<br />
I have an STM32F103 (Arm Cortex-M3) based board I built for 3D printing and it's pretty fast already. STM do a Cortex M4 that  would do everything my one is, even faster and with time spare for other things. The chips in common use in the popular 3D printer PCBs these days already do much of the work my cortex chip is doing, I only needed a fast chip because I'm directly controlling the coil polarities and doing microcontroller controlled PWM.  Oh.. and I modified it to do delta calculations too.<br />
<br />
The cortex M4 is plenty fast enough...<br />
<br />
Graham.]]></description>
            <dc:creator>grael</dc:creator>
            <category>Developers</category>
            <pubDate>Mon, 26 Aug 2013 06:51:21 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,195973,201262#msg-201262</guid>
            <title>Re: :: anybody saw the FPGA kickstarter ? ::</title>
            <link>https://reprap.org/forum/read.php?2,195973,201262#msg-201262</link>
            <description><![CDATA[ I cant beleive people budgeting this project lol.. similar things have been out there for a while O.o hes not offering -anything- new.<br />
<br />
As for the FPGA, im actually working on something like this already.. basically for fun purposes only. if someone does feel like teaming up then let me know! but dont expect much from this.. i dont expect FPGA to be able to swap the MCU for this purpose - its too complex.]]></description>
            <dc:creator>badmanjoe</dc:creator>
            <category>Developers</category>
            <pubDate>Fri, 19 Apr 2013 18:33:05 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,195973,198548#msg-198548</guid>
            <title>Re: :: anybody saw the FPGA kickstarter ? ::</title>
            <link>https://reprap.org/forum/read.php?2,195973,198548#msg-198548</link>
            <description><![CDATA[ I have done some FPGA projects and sometimes it would have been easier with an MCU. FPGA are great for doing things in true parallel<br />
There are open source FPGA stepper motor projects. Open Cores has open FPGA projects to suite most tastes.<br />
Here is a link to a stepper motor project: [<a href="http://opencores.org/project,steppermotordrive" target="_blank"  rel="nofollow">opencores.org</a>]<br />
I see that they say it is a beginner project;)]]></description>
            <dc:creator>SouthT</dc:creator>
            <category>Developers</category>
            <pubDate>Tue, 09 Apr 2013 11:33:59 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,195973,196977#msg-196977</guid>
            <title>Re: :: anybody saw the FPGA kickstarter ? ::</title>
            <link>https://reprap.org/forum/read.php?2,195973,196977#msg-196977</link>
            <description><![CDATA[ Just when I thought I was up to date.... I don't get it : )]]></description>
            <dc:creator>Simba</dc:creator>
            <category>Developers</category>
            <pubDate>Tue, 02 Apr 2013 23:05:43 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,195973,196641#msg-196641</guid>
            <title>Re: :: anybody saw the FPGA kickstarter ? ::</title>
            <link>https://reprap.org/forum/read.php?2,195973,196641#msg-196641</link>
            <description><![CDATA[ It might be worth mentioning Smoothstepper, which is an FPGA based CNC controller, and you are right it is not open source.<br />
<br />
One drawback to FPGA development is the lack of open source tools for them, they tend to be proprietary and manufacturer specific. I think there has been more interest in FPGA recently, maybe due to Bitcoin miners.<br />
<br />
I draw comfort from Linux, it is a complex piece of software, and competes with billion dollar corps like Microsoft. In the case of Android, it beats Microsoft's offering and possibly Apple as well.<br />
<br />
Cypress have some chips which combine ARM cpu with programmable logic blocks, also Microchip have some PICs with simple configurable logic cells. If these trends continue, we might see more CPUs with ability for programmable peripherals, and get the best of both worlds.]]></description>
            <dc:creator>bobc</dc:creator>
            <category>Developers</category>
            <pubDate>Mon, 01 Apr 2013 14:14:25 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,195973,196606#msg-196606</guid>
            <title>Re: :: anybody saw the FPGA kickstarter ? ::</title>
            <link>https://reprap.org/forum/read.php?2,195973,196606#msg-196606</link>
            <description><![CDATA[ i guess if things get any more complicated ... most likely whoever that is going to implement it will be closed sourcing it ...]]></description>
            <dc:creator>redreprap</dc:creator>
            <category>Developers</category>
            <pubDate>Mon, 01 Apr 2013 12:26:47 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,195973,196289#msg-196289</guid>
            <title>Re: :: anybody saw the FPGA kickstarter ? ::</title>
            <link>https://reprap.org/forum/read.php?2,195973,196289#msg-196289</link>
            <description><![CDATA[ I had a play with an Altera dev kit a while back. An FPGA would make a really nice stepper controller, able to handle precise, coordinated motion profiles.<br />
<br />
Only thing is, FPGAs are not cheap. For the price of the Spartan 6 FPGA you can get a Cortex-M4 running at 150MHz with change, so if you were going to create a dedicated solution with an FPGA, it seems to be more useful and probably as effective to create one using an MCU instead.<br />
<br />
I noticed that Trinamic do a 3-axis motion controller chip [<a href="http://www.trinamic.com/index.php?option=com_content&amp;view=article&amp;id=188&amp;Itemid=310" target="_blank"  rel="nofollow">www.trinamic.com</a>], could be interesting.<br />
<br />
In general though, for the type of control required for printing, a fast 32 bit MCU seems to be sufficient.]]></description>
            <dc:creator>bobc</dc:creator>
            <category>Developers</category>
            <pubDate>Sat, 30 Mar 2013 20:42:48 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,195973,196198#msg-196198</guid>
            <title>Re: :: anybody saw the FPGA kickstarter ? ::</title>
            <link>https://reprap.org/forum/read.php?2,195973,196198#msg-196198</link>
            <description><![CDATA[ Its nice I think I want one. But I will wait till they get all the bugs worked out.]]></description>
            <dc:creator>REPRAP SQUAD</dc:creator>
            <category>Developers</category>
            <pubDate>Sat, 30 Mar 2013 12:42:15 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,195973,195973#msg-195973</guid>
            <title>:: anybody saw the FPGA kickstarter ? ::</title>
            <link>https://reprap.org/forum/read.php?2,195973,195973#msg-195973</link>
            <description><![CDATA[ anybody saw this? and is trying something printee on it lol?<br />
<br />
[<a href="http://www.kickstarter.com/projects/1106670630/mojo-digital-design-for-the-hobbyist?ref=category" target="_blank"  rel="nofollow">www.kickstarter.com</a>]]]></description>
            <dc:creator>redreprap</dc:creator>
            <category>Developers</category>
            <pubDate>Fri, 29 Mar 2013 17:34:48 -0400</pubDate>
        </item>
    </channel>
</rss>
