Arduino UNO for controling? March 13, 2014 06:17AM |
Registered: 10 years ago Posts: 77 |
Re: Arduino UNO for controling? March 13, 2014 03:50PM |
Registered: 10 years ago Posts: 869 |
Re: Arduino UNO for controling? March 14, 2014 04:37AM |
Registered: 10 years ago Posts: 77 |
Re: Arduino UNO for controling? March 24, 2014 03:39PM |
Admin Registered: 15 years ago Posts: 1,470 |
Quote
cdru
Uno won't work, not enough IO pins.
Help improve the RepRap wiki!
Just click "Edit" in the top-right corner of the page and start typing. Anyone can edit the wiki! |
Re: Arduino UNO for controling? March 24, 2014 09:21PM |
Registered: 12 years ago Posts: 1,049 |
Re: Arduino UNO for controling? March 28, 2014 04:48PM |
Registered: 11 years ago Posts: 65 |
Re: Arduino UNO for controling? March 28, 2014 05:02PM |
Registered: 14 years ago Posts: 1,352 |
Re: Arduino UNO for controling? March 29, 2014 06:04AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Arduino UNO for controling? August 21, 2014 01:37PM |
Registered: 10 years ago Posts: 2 |
Re: Arduino UNO for controling? August 21, 2014 02:12PM |
Registered: 10 years ago Posts: 869 |
You're question should really be in it's own thread. Yes it could but it wouldn't be an elegent solution. It'd require a custom shield and extensive reconfiguring if you're using one of the common firmwares, but almost all of those firmwares would be overkill. A custom firmware could be written just to maintain the temp, perhaps signaled by one of the relay outputs from Mach3. You'd still have to figure out how to handle setting the temps unless you just went with a preset temp compiled into the firmware.Quote
lanemfg
Hello,
I am new here and would like to know if I can use a UNO to control the extruder temp and bed temp only? I have a four axis controller with three additional relay outputs and am using Mach3 I also have a 16X2 LCD display I would like to incorporate.
Thanks
Re: Arduino UNO for controling? August 22, 2014 04:06AM |
Registered: 14 years ago Posts: 7,616 |
Quote
lanemfg
I am new here and would like to know if I can use a UNO to control the extruder temp and bed temp only?
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Arduino UNO for controling? August 22, 2014 09:17AM |
Registered: 10 years ago Posts: 869 |
Nitpick, but neither does a MEGA2560 or any other setup that uses a shield-like board plugged into an Arduino (or similar microcontroller). You're always going to need additional circuitry of some type, whether that's on a shield or built into a all-in-one board.Quote
Traumflug
No, like an Uno has no means to read a thermistor or drive a heater. You need additional hardware.
Re: Arduino UNO for controling? August 26, 2014 09:12PM |
Registered: 10 years ago Posts: 2 |