<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Arduino Uno Electronics</title>
        <description> I was recently given an Arduino Uno (ATmega328) as a gift. I was hoping to use the Uno as the basis for reprap electronics. I noticed that all the recommended electronics use the ATmega644 or better. However, Teacup (and maybe other firmware?) has a compile option for the 328. Is it possible to use an Uno to control a reprap?

The main limitations I could see are:

 - smaller Flash, SRAM, and EEPROM
 - fewer pins

1. Does anyone know the minimum memory requirements for reprap firmware?
2. What are the minimum number of pins I can get away with?

I enjoy electronics projects, so I was thinking of making my own electronics on a proto board. Starting with the RAMPS schematic, I was figuring the minimum pins needed would be:

2 ANALOG INPUTS
- 1 extruder thermistor
- 1 thermistor for heated bed

3 DIGITAL INPUTS
- 3 endstops (X, Y, Z)

4 PWM OUTPUTS
- 4 stepper motor STEP pins (X,Y,Z,E)

10 DIGITAL OUTPUTS
- 4 stepper motor DIR pins
- 4 stepper motor ENABLE pins
- 1 heated bed

2 OTHER
 - 2 serial I/O


Has anyone tried this?</description>
        <link>https://reprap.org/forum/read.php?13,119383,119383#msg-119383</link>
        <lastBuildDate>Fri, 04 Sep 2026 19:10:11 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?13,119383,306053#msg-306053</guid>
            <title>Re: Arduino Uno Electronics</title>
            <link>https://reprap.org/forum/read.php?13,119383,306053#msg-306053</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>fgascon</strong><br />
Thanks for the advice.<br />
<br />
I guess that if you have min endstops and configure the size of the RepRap's printable area, then the software should know the max. I will put my enables all on the same pin has you said.<br />
<br />
I won't need to chain my endstops, because I now have enough pins for everything. But if choose to add other stuff in the future I'll definitely look into it.<br />
<br />
So my pins mapping would now look like this:<br />
0  serial<br />
1  serial<br />
2  Z_DIR<br />
3  Z_STEP<br />
4  Z_MIN<br />
5  X_STEP<br />
6  HEATER<br />
7  PS_ON<br />
8  E_DIR<br />
9  E_STEP<br />
10 X_MIN<br />
11 Y_STEP<br />
12 X_DIR<br />
13 STEPPER_ENABLE (bonus: the arduino led will give feedback about the enable state)<br />
A0 THERMISTOR<br />
A1 Y_DIR<br />
A2 Y_MIN<br />
A3 <br />
A4 <br />
A5</div></blockquote>
<br />
I'll try to do something similar (as an experiment) to maybe act as a shield for UNO, or as standalone board, or maybe as a board to plug something like a Mini or Nano in it :)<br />
<br />
I think the idea for the endstops are very useful, because there is a branch in Teacup repo with earlier support to SD, and SPI pins shouldn't be used in case you want to attach some device, right?]]></description>
            <dc:creator>xoan</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 04 Feb 2014 12:02:40 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,119383,294976#msg-294976</guid>
            <title>Re: Arduino Uno Electronics</title>
            <link>https://reprap.org/forum/read.php?13,119383,294976#msg-294976</link>
            <description><![CDATA[ HI!,<br />
any news on this front =)?]]></description>
            <dc:creator>Velociraptor</dc:creator>
            <category>Controllers</category>
            <pubDate>Wed, 15 Jan 2014 05:12:14 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,119383,235845#msg-235845</guid>
            <title>Re: Arduino Uno Electronics</title>
            <link>https://reprap.org/forum/read.php?13,119383,235845#msg-235845</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>mikropehmo</strong><br />
z motor is never stepped during x or y movement anyway - or is it?</div></blockquote>
<br />
The 'spiral vase' mode of slic3r&gt;=0.9.10 moves up slightly with each movement. I could also imagine hopping the head over existing perimeters to avoid dragging, although I don't know of any slicers that do this.<br />
<br />
I think as long as you don't enable anything too fancy in your slicer then making this assumption should work fine. I would want to add some sort of check to the firmware to make sure an error gets printed if your gcode did have antiparallel x/z movements, rather than suddenly driving one axis the wrong way unexpectedly.]]></description>
            <dc:creator>sbliven</dc:creator>
            <category>Controllers</category>
            <pubDate>Wed, 14 Aug 2013 18:26:06 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,119383,235337#msg-235337</guid>
            <title>Re: Arduino Uno Electronics</title>
            <link>https://reprap.org/forum/read.php?13,119383,235337#msg-235337</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />Has anyone tested, could it be possible to combine Z motor direction signal to any of the zy or extruder motor direction signal? From signal point of view that should be possible, because z motor is never stepped during x or y movement anyway - or is it?</div></blockquote>
<br />
This looks indeed like another chance to save a pin. Movements on all axes at the same time no longer work then, of course.]]></description>
            <dc:creator>Traumflug</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 13 Aug 2013 07:07:07 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,119383,235007#msg-235007</guid>
            <title>Re: Arduino Uno Electronics</title>
            <link>https://reprap.org/forum/read.php?13,119383,235007#msg-235007</link>
            <description><![CDATA[ And if you separate Z motor enable to one of the last free A pins, you could disable Z motors, because during printing Z is the only one that even can be disabled (because stepper hold its main step positions very well - micro stepping mode is not used if threaded rod is used). <br />
But that is not necessary, only power saving is reason for this.<br />
<br />
Has anyone tested, could it be possible to combine Z motor direction signal to any of the zy or extruder motor direction signal? From signal point of view that should be possible, because z motor is never stepped during x or y movement anyway - or is it?<br />
<br />
And some information to my previous posts to this topic:<br />
<br />
That very tiny PCB combination (33*32 mm sized Atmega2560 and same sized RAMPS) that I made a year ago was halted a one full year, because the company (to whom I made some other PCB layouts) halted the whole project. My tiny pieces were only a filling of empty PCB layout area.. well, that was the reason for their size too.. :)<br />
<br />
But now a set of 75 boards are under SMD component placement, so good news are soon to be shown... <br />
<br />
Only one working test unit was made, but I burned it when I connect 24V to motors and some spark destroyed first one Allegro motor controller and that flame burst also conducted via control lines to Atmega CPU and destroyed also that. <br />
<br />
And back to this topic:<br />
So, a good advice to all schematics designers: A suitable (470-1k) series resistors in all analog and control lines could be good for healthy life of any CPU.... Analog temperature measurement lines can accept even bigger resistors, maybe 5-10k.]]></description>
            <dc:creator>mikropehmo</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 12 Aug 2013 08:00:30 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,119383,235000#msg-235000</guid>
            <title>Re: Arduino Uno Electronics</title>
            <link>https://reprap.org/forum/read.php?13,119383,235000#msg-235000</link>
            <description><![CDATA[ Thanks for the advice.<br />
<br />
I guess that if you have min endstops and configure the size of the RepRap's printable area, then the software should know the max. I will put my enables all on the same pin has you said.<br />
<br />
I won't need to chain my endstops, because I now have enough pins for everything. But if choose to add other stuff in the future I'll definitely look into it.<br />
<br />
So my pins mapping would now look like this:<br />
0  serial<br />
1  serial<br />
2  Z_DIR<br />
3  Z_STEP<br />
4  Z_MIN<br />
5  X_STEP<br />
6  HEATER<br />
7  PS_ON<br />
8  E_DIR<br />
9  E_STEP<br />
10 X_MIN<br />
11 Y_STEP<br />
12 X_DIR<br />
13 STEPPER_ENABLE (bonus: the arduino led will give feedback about the enable state)<br />
A0 THERMISTOR<br />
A1 Y_DIR<br />
A2 Y_MIN<br />
A3 <br />
A4 <br />
A5]]></description>
            <dc:creator>fgascon</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 12 Aug 2013 07:22:20 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,119383,234967#msg-234967</guid>
            <title>Re: Arduino Uno Electronics</title>
            <link>https://reprap.org/forum/read.php?13,119383,234967#msg-234967</link>
            <description><![CDATA[ Only very few printers use max endstops. If you're short on pins this would be the first one I'd remove.<br />
<br />
One enable pin for all axes is fine, too. Your printer is either off or moving on all axes. Actually, I'd use that pin to control the PS_ON pin of the PSU if you have one.<br />
<br />
Another one is, using normally closed mechanical switches as endstops allows to chain them in series, so you can catch all your endstops with a single pin. The firmware knows the movement direction, so it can easily figure which of the endstops is triggered. I guess this already works in Teacup if you define the same pin for all the endstop pins.]]></description>
            <dc:creator>Traumflug</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 12 Aug 2013 05:09:09 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,119383,234773#msg-234773</guid>
            <title>Re: Arduino Uno Electronics</title>
            <link>https://reprap.org/forum/read.php?13,119383,234773#msg-234773</link>
            <description><![CDATA[ I'm doing the same thing. I'm going to use an Arduino Uno to drive my RepRap. I based my electronic on RAMPS 1.4.<br />
<br />
RAMPS support dual extrusion and an heater bed, but my RepRap doesn't have any of these right now. So I decided to build my own electronic based on RAMPS. I'm building it in a modular way, so I don't have to change all the electronic if I want to add a heater bed or dual extrusion at a later time.<br />
<br />
Right now I have built a motor controller board which can control two steppers motors using two Pololu chips. I'll build a second one identical to it to control a total of 4 "axes" (x, y, z and extruder).<br />
<br />
<div id="div_2d37d2551c793422ab89c8c037c988a3"
     class="mod_embed_images_extended"
     style="width:299px">

  

    
      
    

    <div id="imagediv_2d37d2551c793422ab89c8c037c988a3" class="mod_embed_images_image"
         style="width:299px; height:400px">

    

    <a href="http://cdn.fgascon.com/photos/reprap/reprap-pololu-11_small.jpg">
        <img src="/forum/thumbcache/110/33d/eba/886/80c/fdb/0af/8ba/a32/f99/c0_800x400.png"
             width="299"
             height="400"
             id="image_2d37d2551c793422ab89c8c037c988a3"
             alt="reprap-pololu-11_small.jpg"
             title="reprap-pololu-11_small.jpg"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info " id="info_2d37d2551c793422ab89c8c037c988a3"
      style="display:block">
      <a id="link_2d37d2551c793422ab89c8c037c988a3" href="http://cdn.fgascon.com/photos/reprap/reprap-pololu-11_small.jpg">reprap-pololu-11_small.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('2d37d2551c793422ab89c8c037c988a3', '/forum/thumbcache/110/33d/eba/886/80c/fdb/0af/8ba/a32/f99/c0_800x400.png', 'http://cdn.fgascon.com/photos/reprap/reprap-pololu-11_small.jpg', 'https://reprap.org/forum/addon.php?13,module=embed_images,check_scaling=1,url=http%3A%2F%2Fcdn.fgascon.com%2Fphotos%2Freprap%2Freprap-pololu-11_small.jpg', '', 234773, 800, 400, 'Loading image ...', false);
</script>
<br />
Their is only one of the two Pololu on the photo. I'll also add screw terminals on the right side of the board to connect the steppers.<br />
<br />
I'll then build a third board for the extruder heater and thermistor circuits.<br />
<br />
The Arduino Uno has 14 digital I/O and 6 analogs in. The pins 0 and 1 are used by the serial. So their is 12 digitals and 6 analogs left. What I wan't to do is use an 8-bit shift register (like <a href="https://www.sparkfun.com/products/733" target="_blank"  rel="nofollow">this one</a>) to control the 4 axes enable and direction pins (8 pins total). It will only use 3 pins on the arduino so I save 5 pins.<br />
So I guess the pinout for my electronic will be something like this:<br />
D0: serial to computer<br />
D1: serial to computer<br />
D2: z min<br />
D3: x STEP<br />
D4: z max<br />
D5: y STEP<br />
D6: z STEP<br />
D7: x min<br />
D8: shift register SER<br />
D9: shift register RCLK<br />
D10: shift register SRCLK<br />
D11: extruder STEP<br />
D12: x max<br />
D13: (not used)<br />
A0: thermistor<br />
A1: heater<br />
A2: y min<br />
A3: y max<br />
A4: (not used) (could be used for the ATX power supply control)<br />
A5: (not used)<br />
<br />
Their is 3 pins left for either a heat bed (2 pins) or a second extruder (2 or 3 pins, enable, direction and maybe the second heater could be controlled by a second shift register daisy chained to the first without using additional pins. See <a href="http://bildr.org/2011/02/74hc595/" target="_blank"  rel="nofollow">here</a>)<br/>]]></description>
            <dc:creator>fgascon</dc:creator>
            <category>Controllers</category>
            <pubDate>Sun, 11 Aug 2013 11:51:29 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,119383,219260#msg-219260</guid>
            <title>Re: Arduino Uno Electronics</title>
            <link>https://reprap.org/forum/read.php?13,119383,219260#msg-219260</link>
            <description><![CDATA[ More than a year, file removed from picasa, do you ever finished it? If you are not selling how about to publish it and gave back to community?]]></description>
            <dc:creator>!3r</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 17 Jun 2013 23:42:45 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,119383,125267#msg-125267</guid>
            <title>Re: Arduino Uno Electronics</title>
            <link>https://reprap.org/forum/read.php?13,119383,125267#msg-125267</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />so what happens when a stepper is enabled all the time?</div></blockquote>
<br />
It wastes energy and heats up motors (and motor mount plastics) while the machine is idling on your desk.]]></description>
            <dc:creator>Traumflug</dc:creator>
            <category>Controllers</category>
            <pubDate>Thu, 22 Mar 2012 06:47:40 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,119383,125246#msg-125246</guid>
            <title>Re: Arduino Uno Electronics</title>
            <link>https://reprap.org/forum/read.php?13,119383,125246#msg-125246</link>
            <description><![CDATA[ so what happens when a stepper is enabled all the time?]]></description>
            <dc:creator>passinglurker</dc:creator>
            <category>Controllers</category>
            <pubDate>Thu, 22 Mar 2012 01:54:25 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,119383,122732#msg-122732</guid>
            <title>Re: Arduino Uno Electronics</title>
            <link>https://reprap.org/forum/read.php?13,119383,122732#msg-122732</link>
            <description><![CDATA[ It looks pretty cool.  Bear in mind, though, that the 328 is too small to run Marlin in its current incarnation.]]></description>
            <dc:creator>lincomatic2</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 06 Mar 2012 19:25:08 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,119383,122695#msg-122695</guid>
            <title>Re: Arduino Uno Electronics</title>
            <link>https://reprap.org/forum/read.php?13,119383,122695#msg-122695</link>
            <description><![CDATA[ Yes, <br />
<br />
definitely hope so. Ready made or kit, not sure about that. It is expensive to make assembled PCBs to find out, that nobody is willind to buy them. But this might be the tinyest arduino+ramps type combination ever made. And definitely not a even "a clone". Some kind of "relative" might be correct word of calling it. <br />
Anyway I'll continue using this PCB size format in future for many other product too.<br />
Some prototypes with little bit different (connectors are in square form, not 2 in line) layout is done before.<br />
<br />
So, I'll be back... when final plan and hopefully 100% best pinout (from firmware point of view) and first set of assembled PCBs is ready.<br />
One noted minor drawback of this kind of extremely tight packed plan is that it needs little bit wire jumpered or othervise modified stepper (pololu type) modules.]]></description>
            <dc:creator>mikropehmo</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 06 Mar 2012 16:27:00 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,119383,122677#msg-122677</guid>
            <title>Re: Arduino Uno Electronics</title>
            <link>https://reprap.org/forum/read.php?13,119383,122677#msg-122677</link>
            <description><![CDATA[ The new link works for me. Thanks. So are you going to be selling these boards?]]></description>
            <dc:creator>sbliven</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 06 Mar 2012 15:24:12 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,119383,122574#msg-122574</guid>
            <title>Re: Arduino Uno Electronics</title>
            <link>https://reprap.org/forum/read.php?13,119383,122574#msg-122574</link>
            <description><![CDATA[ Hi,<br />
<br />
Thanks for info. I have used this picture sharing system only once before, sorry.  On message editor area there seems to be direct buttons for adding links.<br />
<br />
If I click my previous link, it will link to my Picasaweb album correctly. <br />
Maybe just because I were logged into Google gmail at the same time. Confusing...<br />
<br />
But here it is all once more, is it better now:<br />
Picture album:<br />
<a href="https://picasaweb.google.com/107293525992235497053/2Maaliskuuta2012?authkey=Gv1sRgCLqMtea-uvyiOQ" target="_blank"  rel="nofollow">album</a><br />
<br />
Well, definitely I am crazy about shrinking things to minimum sized pcb...:-)]]></description>
            <dc:creator>mikropehmo</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 06 Mar 2012 03:29:29 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,119383,122498#msg-122498</guid>
            <title>Re: Arduino Uno Electronics</title>
            <link>https://reprap.org/forum/read.php?13,119383,122498#msg-122498</link>
            <description><![CDATA[ your link doesn't work]]></description>
            <dc:creator>lincomatic2</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 05 Mar 2012 18:17:18 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,119383,121917#msg-121917</guid>
            <title>Re: Arduino Uno Electronics</title>
            <link>https://reprap.org/forum/read.php?13,119383,121917#msg-121917</link>
            <description><![CDATA[ Hi,<br />
<br />
I have done some set of ready PCBs for Reprap or robotics use. <br />
<br />
Schematics should be connector pinout and function compatible with Arduino - think so at least...<br />
My CPU is Atmega328. Size of PCB layout is 36*32 mm!<br />
That tiny PCB contain all basic Arduino function. USB is included underside on PCB usin FTDI chip or it can be made using commercial CP2102 module, which is cheaper than FTDI chip alone..<br />
Another PCB is RAMPS type electronics with all basic RAMPS functions plus some extra pins for any I2C extension.<br />
<br />
Attached file shows pin allocations and other pictures shows PCB layouts.<br />
<br />
I use little bit modified pololu stepper controllers, most of step rate selections, sleep and reset pins are gone and free pins are used for gnd, vcc and motor power, now all of them on the same edge of the module. Modules are assebled vertically onto ramps. <br />
Size of the whole stacked robot or reprap controller unit is then 36*32* and less than 50 mm of height including connectors and wires!<br />
<br />
I appreciate, if somebody finds error in my scetch, please inform. <br />
I can (=have to) order a reasonable big patch of these PCBs  soon with side of an another PCB order, so it would be good to have it OK at first try...<br />
<br />
K<br />
<br />
Link:<br />
<br />
[<a href="https://picasaweb.google.com/107293525992235497053/2Maaliskuuta2012" target="_blank"  rel="nofollow">picasaweb.google.com</a>]]]></description>
            <dc:creator>mikropehmo</dc:creator>
            <category>Controllers</category>
            <pubDate>Fri, 02 Mar 2012 12:39:31 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,119383,119699#msg-119699</guid>
            <title>Re: Arduino Uno Electronics</title>
            <link>https://reprap.org/forum/read.php?13,119383,119699#msg-119699</link>
            <description><![CDATA[ I'm playing w/ Teacup on a Deumilanove, which also uses the 328P.  One problem I ran into is the there seems to be some setup issues with the analog pins ... I couldn't get the x motor to step until I moved it to a digital pin.  I hooked up a scope and found that when I use a digital pin, I get nice square waveforms, but on the analog pins they're distorted.  Probably just missing some code to properly set them up for digital I/O, but I haven't tracked it down yet.]]></description>
            <dc:creator>lincomatic2</dc:creator>
            <category>Controllers</category>
            <pubDate>Sun, 19 Feb 2012 13:33:12 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,119383,119580#msg-119580</guid>
            <title>Re: Arduino Uno Electronics</title>
            <link>https://reprap.org/forum/read.php?13,119383,119580#msg-119580</link>
            <description><![CDATA[ If I'd researched a bit more, I would have discovered that <a href="http://reprap.org/wiki/Teacup" target="_blank"  rel="nofollow">Teacup</a> can fit on a ATmega168 with only 16K of flash. So I'm going to conclude that Arduino Uno-based electronics will work fine.]]></description>
            <dc:creator>sbliven</dc:creator>
            <category>Controllers</category>
            <pubDate>Sat, 18 Feb 2012 18:09:25 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,119383,119570#msg-119570</guid>
            <title>Re: Arduino Uno Electronics</title>
            <link>https://reprap.org/forum/read.php?13,119383,119570#msg-119570</link>
            <description><![CDATA[ What's the use of the stepper enables? Can I just keep all the motors enabled all the time?<br />
<br />
I'll ask about Teacup memory requirements (while running) in the firmware forum, but from what I see it seems like I should be able to make this work. Sweet!<br />
<br />
I'd love to hear from anyone who's actually gotten a reprap running on a ATmega328. If you could post a Teacup config.h file that would be brilliant.]]></description>
            <dc:creator>sbliven</dc:creator>
            <category>Controllers</category>
            <pubDate>Sat, 18 Feb 2012 17:48:07 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,119383,119441#msg-119441</guid>
            <title>Re: Arduino Uno Electronics</title>
            <link>https://reprap.org/forum/read.php?13,119383,119441#msg-119441</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />1. Does anyone know the minimum memory requirements for reprap firmware?</div></blockquote>
<br />
AFAIK, Teacup has by far the smallest memory requirements, it can compile to something like 14'000 bytes.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />2. What are the minimum number of pins I can get away with?</div></blockquote>
<br />
Two for each stepper, one for the extruder heater, one for the extruder thermistor. So, 10 pins, one of them analog. That's it.<br />
<br />
Additional pins are Z endstop, heated bed, X and Y endstops, stepper enable. Importance about in this order.]]></description>
            <dc:creator>Traumflug</dc:creator>
            <category>Controllers</category>
            <pubDate>Sat, 18 Feb 2012 05:30:12 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,119383,119383#msg-119383</guid>
            <title>Arduino Uno Electronics</title>
            <link>https://reprap.org/forum/read.php?13,119383,119383#msg-119383</link>
            <description><![CDATA[ I was recently given an Arduino Uno (ATmega328) as a gift. I was hoping to use the Uno as the basis for reprap electronics. I noticed that all the <a href="http://reprap.org/wiki/Comparison_of_Electronics" target="_blank"  rel="nofollow">recommended electronics</a> use the ATmega644 or better. However, Teacup (and maybe other firmware?) has a compile option for the 328. Is it possible to use an Uno to control a reprap?<br />
<br />
The main limitations I could see are:<br />
<br />
 - smaller Flash, SRAM, and EEPROM<br />
 - fewer pins<br />
<br />
1. Does anyone know the minimum memory requirements for reprap firmware?<br />
2. What are the minimum number of pins I can get away with?<br />
<br />
I enjoy electronics projects, so I was thinking of making my own electronics on a proto board. Starting with the RAMPS schematic, I was figuring the minimum pins needed would be:<br />
<br />
2 ANALOG INPUTS<br />
- 1 extruder thermistor<br />
- 1 thermistor for heated bed<br />
<br />
3 DIGITAL INPUTS<br />
- 3 endstops (X, Y, Z)<br />
<br />
4 PWM OUTPUTS<br />
- 4 stepper motor STEP pins (X,Y,Z,E)<br />
<br />
10 DIGITAL OUTPUTS<br />
- 4 stepper motor DIR pins<br />
- 4 stepper motor ENABLE pins<br />
- 1 heated bed<br />
<br />
2 OTHER<br />
 - 2 serial I/O<br />
<br />
<br />
Has anyone tried this?]]></description>
            <dc:creator>sbliven</dc:creator>
            <category>Controllers</category>
            <pubDate>Fri, 17 Feb 2012 18:55:43 -0500</pubDate>
        </item>
    </channel>
</rss>
