Talk:Comparison of Electronics

From RepRap
Revision as of 06:56, 8 December 2014 by Arthurwolf (talk | contribs)
Jump to: navigation, search

I have not been active on the Reprap forums for some time. Just coming back, I was reading through the electronics forum and found a link to the comparison of various boards and electronics packages. As someone who has lost touch with the current generation of electronics, I can somewhat look at this as a complete newcomer. And while the spreadsheet has some useful information (and a LOT of question marks), I can see how this table will still leave a newcomer completely bewildered.

  I suggest adding some columns for :

1) Total cost of electronics package, including a minimum of 4 stepper drivers, 2 temperature, and two heater power outputs 2) is this version available in completely assembled, fully stocked kit with instructions and diagrams, PC board and parts list and circuit diagram, or circuit diagram and PC pattern only 3) Difficulty of build. Obviously easy for pre-assmebled, hard for schematic and trace pattern only 4) Has this electronics package been tried on Mendel? Prusa? MegaMendal? etc. Should it have the number and drive power of stepper controllers, heat sensors and heater current controllers, end stops, etc to support each model? 5) What software tool chains have been run on this hardware? Which ones should easily be supported?

Many of these questions will best be answered by the designer of each electronics package. As such, it will be difficult to assemble all the answers, and easy on one design may be tougher than hard on another, but this is the kind of information that a newcomer, still trying to decide which reprap to build with what electronics and what software tool chain will need to make an informed opinion.


Almost 2015, and one electronics combination seems to have emerged as the most versatile and offering the best price/performance ratio (or "bang for the buck", if you want) for beginners and more experienced reprappers alike: Arduino Mega 2560 + RAMPS 1.4.
Unfortunately no 32-bit ARM-based solution offers the same flexibility and low cost, so we are still stuck with an 8-bit MCU @ 16MHz, but, guess what? It does the job! --AndrewBCN (talk) 22:38, 7 December 2014 (PST)
Hey. RAMPS is actually not low-cost, if you ignore the dangerous chinese counterfeits. If you ignore those, it's actually in the same price range as other 8-bit -and- 32-bit solutions.
And no, 8-bit does not do the job. It's not fast enough for delta printers, it's barely fast enough for cartesian printers, and it's getting to the point where nothing can get added to 8-bit firmwares without causing a mess. There is no room for progress in the 8-bit firmwares/boards. 32bit solutions also offer much simpler use/configuration ( no more recompiling/reflashing, which is great progress for beginners ), and neat things like Ethernet access with web-interface control ( which lots of us think is the future of printer control ).
So no, 8-bit solutions are not cheaper than 32bit solutions ( and there is no good reason why they would be ), they do not do the job ( unless "the job" is defined as "what we expected of repraps in 2009" ), and they actually offer the worse price/performance ratio as they cost the same, but perform much worse. --Arthurwolf (talk) 02:56, 8 December 2014 (PST)