|
RepRap Electronics System
|
|
As the project grows, we make mistakes and learn lessons. The electronics have gradually evolved over time due to this influx of knowledge. We have tried our best to keep everything compatible, and I believe we've done a good job. Here is the current status of the various electronics setups.
|
< < |
|
> > |
|
|
Pros
|
< < |
- software that currently works
- relatively large base of users who have them built and are actively using them.
- modular design at network level
|
> > |
- easy programming through Arduino
- rock solid compiler (avr-gcc)
- chopper-style stepper driving
- ADC temperature readings
- based on other open source projects (Arduino, avr-gcc)
- modular on network and peripheral level
- more powerful atmega644p chip
- rs485 comms network for robust comms
- multiple, modular tool system
- simplified connectors / wiring
|
|
Cons
|
< < |
- lack of easy programing
- lack of a reliable compiler (SDCC issues)
- very rough stepper driving
- poor temperature measurement, etc.
|
> > |
- Software still under development
- Majority of parts are SMT only
|
|
|
< < |
|
> > |
|
|
Pros
|
|
Cons
|
< < |
- Software still under development
|
|
- More circuit boards to deal with
- more centralized to one processor (may be pro or con depending on the person)
- Shortage of I/O pins (though the sanguino addresses this)
|
> > |
Pros
- software that currently works
- relatively large base of users who have them built and are actively using them.
- modular design at network level
Cons
- lack of easy programing
- lack of a reliable compiler (SDCC issues)
- very rough stepper driving
- poor temperature measurement, etc.
|