Welcome! Log In Create A New Profile

Advanced

:: anybody saw the FPGA kickstarter ? ::

Posted by redreprap 
:: anybody saw the FPGA kickstarter ? ::
March 29, 2013 05:34PM
anybody saw this? and is trying something printee on it lol?

[www.kickstarter.com]


______________________________________
__my mixed bag blog || aka --> [http] || ___ so 3D printing is everywhere ... dont worry, hospitals can now 3Dprint body parts, they will charge you $1million excluding surgical fees ... you will die paying your debts. thats their aim ___ if every patent expires tomorrow, everybody will surely get a 3dprinter and make EVERYTHING ! ____ there is a "DIY-DTG" t shirt printing forum, you can mod an EPSON printer to PRINT like a pro. ___ CNCzone? overly commercialized it seems ___ my country? they will be taxing you for every cm of road you use and track you to your grave using GPS and its government authorized, now they will fire all the traffic wardens instead.___ EEVBLOG? there is only 1 way to do things --> take it apart like a pro
Re: :: anybody saw the FPGA kickstarter ? ::
March 30, 2013 12:42PM
Its nice I think I want one. But I will wait till they get all the bugs worked out.


--------------| For Everything |--------------------------
Check it out here:
[reprapsquad.wordpress.com].
---------| For Everything Prototype Related |------
Now featuring comp case mods:
[RepRapLab.wordpress.com]

--------------| Find us at Twitter|------------------------
@REPRAPSQUAD (RS Main)
[mobile.twitter.com]
@REPRAPSQUADHQ (ProtoLab)
[mobile.twitter.com]
Re: :: anybody saw the FPGA kickstarter ? ::
March 30, 2013 08:42PM
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.

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.

I noticed that Trinamic do a 3-axis motion controller chip [www.trinamic.com], could be interesting.

In general though, for the type of control required for printing, a fast 32 bit MCU seems to be sufficient.
Re: :: anybody saw the FPGA kickstarter ? ::
April 01, 2013 12:26PM
i guess if things get any more complicated ... most likely whoever that is going to implement it will be closed sourcing it ...


______________________________________
__my mixed bag blog || aka --> [http] || ___ so 3D printing is everywhere ... dont worry, hospitals can now 3Dprint body parts, they will charge you $1million excluding surgical fees ... you will die paying your debts. thats their aim ___ if every patent expires tomorrow, everybody will surely get a 3dprinter and make EVERYTHING ! ____ there is a "DIY-DTG" t shirt printing forum, you can mod an EPSON printer to PRINT like a pro. ___ CNCzone? overly commercialized it seems ___ my country? they will be taxing you for every cm of road you use and track you to your grave using GPS and its government authorized, now they will fire all the traffic wardens instead.___ EEVBLOG? there is only 1 way to do things --> take it apart like a pro
Re: :: anybody saw the FPGA kickstarter ? ::
April 01, 2013 02:14PM
It might be worth mentioning Smoothstepper, which is an FPGA based CNC controller, and you are right it is not open source.

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.

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.

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.
Re: :: anybody saw the FPGA kickstarter ? ::
April 02, 2013 11:05PM
Just when I thought I was up to date.... I don't get it : )
Re: :: anybody saw the FPGA kickstarter ? ::
April 09, 2013 11:33AM
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
There are open source FPGA stepper motor projects. Open Cores has open FPGA projects to suite most tastes.
Here is a link to a stepper motor project: [opencores.org]
I see that they say it is a beginner projectwinking smiley

Edited 1 time(s). Last edit at 04/09/2013 11:35AM by SouthT.
Re: :: anybody saw the FPGA kickstarter ? ::
April 19, 2013 06:33PM
I cant beleive people budgeting this project lol.. similar things have been out there for a while O.o hes not offering -anything- new.

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.
Re: :: anybody saw the FPGA kickstarter ? ::
August 26, 2013 06:51AM
I agree.
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.

The cortex M4 is plenty fast enough...

Graham.
Re: :: anybody saw the FPGA kickstarter ? ::
August 26, 2013 07:55AM
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.


[www.hydraraptor.blogspot.com]
Re: :: anybody saw the FPGA kickstarter ? ::
August 28, 2013 05:59AM
nophead Wrote:
-------------------------------------------------------
> 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.

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.
Sorry, only registered users may post in this forum.

Click here to login