--
You received this message because you are subscribed to the Google Groups "reprap-michigan" group.
To post to this group, send email to reprap-...@googlegroups.com.
To unsubscribe from this group, send email to reprap-michig...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/reprap-michigan?hl=en.
IYHO, Do you think using a BBB with a processor swap is a viable
alternative (or even a possibility) as a cheaper Extruder Controller, or not?
IOW: Can the ATMega328 MPU be made to fit in the BBB socket, or not?
Does the BBB have compatible I/O hardware, connections, drive, buffering? Etc...
If the BBB hardware COULD be made to work, and all it takes are a few
software tweaks (and maybe a wiring harness change), then an EC could
very well cost under $20 in total...
...and THAT might be a really nice option worth exploring!
This could potentially save one a LOT of bucks (especially if we start talking
about designs that include changeable Heads, with individual Extruder Controllers).
- Keith Mc.
I think you're asking the wrong question Keith... The BBB is
electrically compatible with the Arduino Nick is using - so replacing
the Atmega 168 it uses with the 328 Nick is using would allow it to
run Nick's firmware. The important bit being missed is what needs to
be added and / or sacrificed to go this route - and the answer to both
is "much". As the 168/328 have very few IO pins, you lose features
like being able to enable / disable stepper controllers (which allows
them to stay cooler), you loose the ability to run 6 independent
endstops, and may even need to wire multiple endstops to the same IO
pin. You also have to add circuitry to control a power supply, handle
the thermistor, control power fets, and assorted other things.
I'm in favor of simplifying the electronics, but there is a minimum of
things required to make a RepRap work, and the motherboard / extruder
controller are still pretty close to that minimum in terms of
functionality. Makerbot even sells them for just a couple dollars
over cost in kit form.
I guess my point is that most of the cost is not in the uController,
but in the peripherals and PCBs - and switching to a BBB gets rid of
neither.
--tim