<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>25 Button Serial Keypad for Headless Printing</title>
        <description> Im not sure if anyone else will be interested in this. But I have recently finished making a 25 button keypad that sends serial commands to my ramps.

I made it because im really not a fan of needing a computer to print, but like the controls you get by using a computer. So I made this

[attachment 26476 Keypad.jpg]

It is really very simple. Its just an Attiny85, some push buttons and a load of resistors. The resistors make are used to create a voltage divider when pressed that is read by an ADC pin on the tiny. Half the buttons are connected to 1 ADC pin the other half to another.

The far left and far right buttons, when pressed together shut of the power supply.

[attachment 26477 Keypad-Buttons.jpg]

If anyone is interested (im sure your not) I can post the pcb layout and code.</description>
        <link>https://reprap.org/forum/read.php?1,307988,307988#msg-307988</link>
        <lastBuildDate>Sun, 13 Sep 2026 19:54:31 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,612660#msg-612660</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,612660#msg-612660</link>
            <description><![CDATA[ I am very interested in making the analog buttons for my Mostly Printed CNC. Where can I find more details about it (resistor values, etc)?<br />
<br />
Thanks!]]></description>
            <dc:creator>karltinsly</dc:creator>
            <category>General</category>
            <pubDate>Wed, 20 Jan 2016 06:13:19 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,582563#msg-582563</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,582563#msg-582563</link>
            <description><![CDATA[ ah thats cool, I have my mind set on duet :)]]></description>
            <dc:creator>deaconfrost</dc:creator>
            <category>General</category>
            <pubDate>Tue, 10 Nov 2015 07:25:39 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,582343#msg-582343</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,582343#msg-582343</link>
            <description><![CDATA[ The external pullup is just a 10K resistor, so costs almost nothing. But it isn't needed with Duet, Smoothieboard, RADDS or other 3.3V electronics.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>General</category>
            <pubDate>Mon, 09 Nov 2015 17:59:03 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,582236#msg-582236</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,582236#msg-582236</link>
            <description><![CDATA[ cool, thats very much what I'm looking to do, thanks for info dc42, what are cost for the external pullups? thanks]]></description>
            <dc:creator>deaconfrost</dc:creator>
            <category>General</category>
            <pubDate>Mon, 09 Nov 2015 13:33:08 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,582199#msg-582199</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,582199#msg-582199</link>
            <description><![CDATA[ The LCD control board has a 4-way connector, which can be connected to the expansion connector on a Duet, or the expansion connector on a DuetX4 expansion board, or the dedicated PanelDue connector on a Duet 0.8.5. It uses async serial communication with the host. It's compatible with both 5V and 3.3V electronics, although for 5V electronics I recommend using an external pullup resistor on the data out connection. Connection instructions are at [<a href="https://miscsolutions.wordpress.com/paneldue/" target="_blank"  rel="nofollow">miscsolutions.wordpress.com</a>].<br />
<br />
I have shipped around 170 of these so far, and I am about to commission manufacture of another batch.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>General</category>
            <pubDate>Mon, 09 Nov 2015 12:16:07 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,582188#msg-582188</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,582188#msg-582188</link>
            <description><![CDATA[ Dc42 how does the duet pair up with these lcds? Very likely that's the boards I be using when the printer frame is done.]]></description>
            <dc:creator>deaconfrost</dc:creator>
            <category>General</category>
            <pubDate>Mon, 09 Nov 2015 11:55:25 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,582177#msg-582177</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,582177#msg-582177</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>fabrice974</strong><br />
Does it works with marlin and ramps?</div></blockquote>
<br />
It currently works with RepRapFirmware, and support for it is being added to Smoothieware. There are a couple of issues with using it with Arduino/RAMPS/Marlin:<br />
<br />
- Marlin doesn't support some of the gcodes it uses. Specifically, the M408 S0 and M408 S1 status commands (needed to get good status information from the printer), the M20 S2 command, and the M36 code used to provide file information. See [<a href="http://reprap.org/wiki/G-code" target="_blank"  rel="nofollow">reprap.org</a>] for the definitions of these codes.<br />
<br />
- Arduino/RAMPS can't supply enough 5V power for a colour touch screen backlight, or even a mono graphics LCD backlight in many cases. Although you can power the screen separately from a 5V USB power supply instead.<br />
<br />
A colour touch screen of this size (i.e. 4.3, 5 or 7 inch) is also rather an expensive option for anyone using budget electronics such as RAMPS.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>General</category>
            <pubDate>Mon, 09 Nov 2015 11:27:45 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,582119#msg-582119</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,582119#msg-582119</link>
            <description><![CDATA[ Does it works with marlin and ramps?]]></description>
            <dc:creator>fabrice974</dc:creator>
            <category>General</category>
            <pubDate>Mon, 09 Nov 2015 09:03:29 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,582106#msg-582106</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,582106#msg-582106</link>
            <description><![CDATA[ i like that touch screen, would like to implement that to my design]]></description>
            <dc:creator>deaconfrost</dc:creator>
            <category>General</category>
            <pubDate>Mon, 09 Nov 2015 08:41:51 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,582032#msg-582032</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,582032#msg-582032</link>
            <description><![CDATA[ Nice idea; but I prefer soft buttons on a touch screen, like this:<br />
<br />
<div id="div_b8fa9a1f0c497363a6b73f5d9f18bafd"
     class="mod_embed_images"
     >

  

    
      
    

    <div id="imagediv_b8fa9a1f0c497363a6b73f5d9f18bafd" class="mod_embed_images_image"
         >

    
      

      

      

      

      

      

      <noscript>
      <div>
    

    <a href="https://dl.dropboxusercontent.com/u/19369680/2015-10-25%2013.49.05.jpg">
        <img src="https://reprap.org/forum/addon.php?1,module=embed_images,url=https%3A%2F%2Fdl.dropboxusercontent.com%2Fu%2F19369680%2F2015-10-25%252013.49.05.jpg"
             
             
             id="image_b8fa9a1f0c497363a6b73f5d9f18bafd"
             alt="2015-10-25%2013.49.05.jpg"
             title="2015-10-25%2013.49.05.jpg"/>
    </a>

    
      </div>
      </noscript>
    

    </div>

    <div class="mod_embed_images_info " id="info_b8fa9a1f0c497363a6b73f5d9f18bafd"
      >
      <a id="link_b8fa9a1f0c497363a6b73f5d9f18bafd" href="https://dl.dropboxusercontent.com/u/19369680/2015-10-25%2013.49.05.jpg">2015-10-25%2013.49.05.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('b8fa9a1f0c497363a6b73f5d9f18bafd', 'https://reprap.org/forum/addon.php?1,module=embed_images,url=https%3A%2F%2Fdl.dropboxusercontent.com%2Fu%2F19369680%2F2015-10-25%252013.49.05.jpg', 'https://dl.dropboxusercontent.com/u/19369680/2015-10-25%2013.49.05.jpg', 'https://reprap.org/forum/addon.php?1,module=embed_images,check_scaling=1,url=https%3A%2F%2Fdl.dropboxusercontent.com%2Fu%2F19369680%2F2015-10-25%252013.49.05.jpg', '', 582032, 800, 400, 'Loading image ...', false);
</script>
 <div id="div_cee3dedd87a7150fbf27d839fc575264"
     class="mod_embed_images"
     >

  

    
      
    

    <div id="imagediv_cee3dedd87a7150fbf27d839fc575264" class="mod_embed_images_image"
         >

    
      

      

      

      

      

      

      <noscript>
      <div>
    

    <a href="https://dl.dropboxusercontent.com/u/19369680/2015-10-25%2013.57.48.jpg">
        <img src="https://reprap.org/forum/addon.php?1,module=embed_images,url=https%3A%2F%2Fdl.dropboxusercontent.com%2Fu%2F19369680%2F2015-10-25%252013.57.48.jpg"
             
             
             id="image_cee3dedd87a7150fbf27d839fc575264"
             alt="2015-10-25%2013.57.48.jpg"
             title="2015-10-25%2013.57.48.jpg"/>
    </a>

    
      </div>
      </noscript>
    

    </div>

    <div class="mod_embed_images_info " id="info_cee3dedd87a7150fbf27d839fc575264"
      >
      <a id="link_cee3dedd87a7150fbf27d839fc575264" href="https://dl.dropboxusercontent.com/u/19369680/2015-10-25%2013.57.48.jpg">2015-10-25%2013.57.48.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('cee3dedd87a7150fbf27d839fc575264', 'https://reprap.org/forum/addon.php?1,module=embed_images,url=https%3A%2F%2Fdl.dropboxusercontent.com%2Fu%2F19369680%2F2015-10-25%252013.57.48.jpg', 'https://dl.dropboxusercontent.com/u/19369680/2015-10-25%2013.57.48.jpg', 'https://reprap.org/forum/addon.php?1,module=embed_images,check_scaling=1,url=https%3A%2F%2Fdl.dropboxusercontent.com%2Fu%2F19369680%2F2015-10-25%252013.57.48.jpg', '', 582032, 800, 400, 'Loading image ...', false);
</script>
<br />
<br />
<div id="div_4bb0bb02bd1fb7cb0f7d86abf6884732"
     class="mod_embed_images"
     >

  

    
      
    

    <div id="imagediv_4bb0bb02bd1fb7cb0f7d86abf6884732" class="mod_embed_images_image"
         >

    
      

      

      

      

      

      

      <noscript>
      <div>
    

    <a href="https://dl.dropboxusercontent.com/u/19369680/2015-11-08%2015.28.06-2.jpg">
        <img src="https://reprap.org/forum/addon.php?1,module=embed_images,url=https%3A%2F%2Fdl.dropboxusercontent.com%2Fu%2F19369680%2F2015-11-08%252015.28.06-2.jpg"
             
             
             id="image_4bb0bb02bd1fb7cb0f7d86abf6884732"
             alt="2015-11-08%2015.28.06-2.jpg"
             title="2015-11-08%2015.28.06-2.jpg"/>
    </a>

    
      </div>
      </noscript>
    

    </div>

    <div class="mod_embed_images_info " id="info_4bb0bb02bd1fb7cb0f7d86abf6884732"
      >
      <a id="link_4bb0bb02bd1fb7cb0f7d86abf6884732" href="https://dl.dropboxusercontent.com/u/19369680/2015-11-08%2015.28.06-2.jpg">2015-11-08%2015.28.06-2.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('4bb0bb02bd1fb7cb0f7d86abf6884732', 'https://reprap.org/forum/addon.php?1,module=embed_images,url=https%3A%2F%2Fdl.dropboxusercontent.com%2Fu%2F19369680%2F2015-11-08%252015.28.06-2.jpg', 'https://dl.dropboxusercontent.com/u/19369680/2015-11-08%2015.28.06-2.jpg', 'https://reprap.org/forum/addon.php?1,module=embed_images,check_scaling=1,url=https%3A%2F%2Fdl.dropboxusercontent.com%2Fu%2F19369680%2F2015-11-08%252015.28.06-2.jpg', '', 582032, 800, 400, 'Loading image ...', false);
</script>
  <div id="div_76646a57b6b3485c8d6dc0bb6ebb1d0f"
     class="mod_embed_images"
     >

  

    
      
    

    <div id="imagediv_76646a57b6b3485c8d6dc0bb6ebb1d0f" class="mod_embed_images_image"
         >

    
      

      

      

      

      

      

      <noscript>
      <div>
    

    <a href="https://dl.dropboxusercontent.com/u/19369680/2015-11-09%2011.21.52-2.jpg">
        <img src="https://reprap.org/forum/addon.php?1,module=embed_images,url=https%3A%2F%2Fdl.dropboxusercontent.com%2Fu%2F19369680%2F2015-11-09%252011.21.52-2.jpg"
             
             
             id="image_76646a57b6b3485c8d6dc0bb6ebb1d0f"
             alt="2015-11-09%2011.21.52-2.jpg"
             title="2015-11-09%2011.21.52-2.jpg"/>
    </a>

    
      </div>
      </noscript>
    

    </div>

    <div class="mod_embed_images_info " id="info_76646a57b6b3485c8d6dc0bb6ebb1d0f"
      >
      <a id="link_76646a57b6b3485c8d6dc0bb6ebb1d0f" href="https://dl.dropboxusercontent.com/u/19369680/2015-11-09%2011.21.52-2.jpg">2015-11-09%2011.21.52-2.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('76646a57b6b3485c8d6dc0bb6ebb1d0f', 'https://reprap.org/forum/addon.php?1,module=embed_images,url=https%3A%2F%2Fdl.dropboxusercontent.com%2Fu%2F19369680%2F2015-11-09%252011.21.52-2.jpg', 'https://dl.dropboxusercontent.com/u/19369680/2015-11-09%2011.21.52-2.jpg', 'https://reprap.org/forum/addon.php?1,module=embed_images,check_scaling=1,url=https%3A%2F%2Fdl.dropboxusercontent.com%2Fu%2F19369680%2F2015-11-09%252011.21.52-2.jpg', '', 582032, 800, 400, 'Loading image ...', false);
</script>
<br />
<br />
See [<a href="https://miscsolutions.wordpress.com/paneldue/" target="_blank"  rel="nofollow">miscsolutions.wordpress.com</a>] for more and [<a href="https://github.com/dc42/PanelDue" target="_blank"  rel="nofollow">github.com</a>] for the design files.[Full disclosure: mentioned stuff that I sell.]<br/>]]></description>
            <dc:creator>dc42</dc:creator>
            <category>General</category>
            <pubDate>Mon, 09 Nov 2015 06:25:48 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,581985#msg-581985</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,581985#msg-581985</link>
            <description><![CDATA[ very interesting project<br />
<br />
can you help me on a easy conversion<br />
<br />
( i want to avoid all the soldering side)<br />
if i take an arduino mega, can i assign 25 button to inputs<br />
<br />
what change need to be done on the software side<br />
<br />
thanks]]></description>
            <dc:creator>fabrice974</dc:creator>
            <category>General</category>
            <pubDate>Mon, 09 Nov 2015 04:40:38 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,472760#msg-472760</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,472760#msg-472760</link>
            <description><![CDATA[ I've just finished a similar project <br />
It does need the computer to run , But is way simpler to implement ! <br />
<br />
<br />
Have a look <br />
<br />
[<a href="https://sites.google.com/site/jfpayeur/main/nes-controller-for-reprap-via-pronterface" target="_blank"  rel="nofollow">sites.google.com</a>]]]></description>
            <dc:creator>tijeff</dc:creator>
            <category>General</category>
            <pubDate>Wed, 18 Feb 2015 23:12:55 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,310037#msg-310037</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,310037#msg-310037</link>
            <description><![CDATA[ It does work with usb connected but sending commands from both at the same time does cause problems.]]></description>
            <dc:creator>lazzymonk</dc:creator>
            <category>General</category>
            <pubDate>Wed, 12 Feb 2014 13:15:37 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,310020#msg-310020</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,310020#msg-310020</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>jbernardis</strong><br />
I'm looking at this idea as a nice enhancement to my shapeoko rather than to my 3d printers.  The LCD/encoder on my printers gives me somewhat clumsy control over local movement, etc, so the need is less there.</div></blockquote>
<br />
xpix has been working on this exact issue over on the shapeoko forums.<br />
[<a href="http://www.shapeoko.com/forum/viewtopic.php?f=11&amp;t=1904&amp;hilit=xlcd" target="_blank"  rel="nofollow">www.shapeoko.com</a>]<br />
[<a href="http://www.shapeoko.com/wiki/index.php/XLCD" target="_blank"  rel="nofollow">www.shapeoko.com</a>]]]></description>
            <dc:creator>akhlut</dc:creator>
            <category>General</category>
            <pubDate>Wed, 12 Feb 2014 12:39:43 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,309996#msg-309996</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,309996#msg-309996</link>
            <description><![CDATA[ Have you tried this out with a computer also connected via USB?  I would think there would be issues there, but I don't know enough about the electronics behind USB to know for sure.  I like the idea of moving the head around, setting temps, etc, via something like this, but I also like to follow progress on my PC.  The problem is the PC is constantly transmitting to the arduino while it is printing, and if we interjected a command via this board simultaneously with a PC-sent command, I would think things would get totally confused.<br />
<br />
I'm looking at this idea as a nice enhancement to my shapeoko rather than to my 3d printers.  The LCD/encoder on my printers gives me somewhat clumsy control over local movement, etc, so the need is less there.]]></description>
            <dc:creator>jbernardis</dc:creator>
            <category>General</category>
            <pubDate>Wed, 12 Feb 2014 12:03:10 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,309664#msg-309664</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,309664#msg-309664</link>
            <description><![CDATA[ The resistors are different. You need 12 different values for it to work. So no, as it is you could not use resistor networks.]]></description>
            <dc:creator>lazzymonk</dc:creator>
            <category>General</category>
            <pubDate>Tue, 11 Feb 2014 17:39:41 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,309661#msg-309661</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,309661#msg-309661</link>
            <description><![CDATA[ Could you use resistor networks in place of the rows of identical resistors?  That would save some space and assembly time.]]></description>
            <dc:creator>IanJohnson</dc:creator>
            <category>General</category>
            <pubDate>Tue, 11 Feb 2014 17:35:57 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,309655#msg-309655</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,309655#msg-309655</link>
            <description><![CDATA[ [attachment 26694 Keypad-faceplate.jpg]<br />
<br />
Now has a faceplate too. stl files attached]]></description>
            <dc:creator>lazzymonk</dc:creator>
            <category>General</category>
            <pubDate>Tue, 11 Feb 2014 17:26:06 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,309606#msg-309606</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,309606#msg-309606</link>
            <description><![CDATA[ Thats exactly it. So simple im surprised it hasnt been done before.]]></description>
            <dc:creator>lazzymonk</dc:creator>
            <category>General</category>
            <pubDate>Tue, 11 Feb 2014 15:10:34 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,309603#msg-309603</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,309603#msg-309603</link>
            <description><![CDATA[ So looking at the circuit diagram, from left to right, your 3 connections into the arduino are Ground, +5V, D0.  Is that correct?<br />
<br />
The firmware looks simple enough - just read in a single value from two ports and branch based on the voltage seen.]]></description>
            <dc:creator>jbernardis</dc:creator>
            <category>General</category>
            <pubDate>Tue, 11 Feb 2014 15:02:31 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,309540#msg-309540</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,309540#msg-309540</link>
            <description><![CDATA[ Below is the pcb design for the keypad<br />
<br />
[attachment 26679 KeypadPCB.jpg]<br />
<br />
attached is the firmware. It is very basic and the ranges for each button are very wide. If you have a better selection of resistors than I have you should be able to work work out if more than one button is being pressed at the same time.]]></description>
            <dc:creator>lazzymonk</dc:creator>
            <category>General</category>
            <pubDate>Tue, 11 Feb 2014 13:21:11 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,309353#msg-309353</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,309353#msg-309353</link>
            <description><![CDATA[ Only problem with that is that the atting85 only has serial out. It can not read serial. It would have to use software serial which is hard get stable at 115200 baudrate]]></description>
            <dc:creator>lazzymonk</dc:creator>
            <category>General</category>
            <pubDate>Tue, 11 Feb 2014 05:10:37 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,309349#msg-309349</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,309349#msg-309349</link>
            <description><![CDATA[ If you added the connection to D1 you could just read the result of a M105 and add/subtract from it.]]></description>
            <dc:creator>sdavi</dc:creator>
            <category>General</category>
            <pubDate>Tue, 11 Feb 2014 05:05:07 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,309326#msg-309326</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,309326#msg-309326</link>
            <description><![CDATA[ Im thinking adding to the current temp. Like with movements using the m90/m91 commands to switch between relative and absolute.<br />
<br />
I will post the firmware tonight. Im at work at the moment.]]></description>
            <dc:creator>lazzymonk</dc:creator>
            <category>General</category>
            <pubDate>Tue, 11 Feb 2014 03:58:23 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,309271#msg-309271</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,309271#msg-309271</link>
            <description><![CDATA[ From the marlin readme,it looks like M104. Or are you thinking adding to the current temp setting?]]></description>
            <dc:creator>cat.farmer</dc:creator>
            <category>General</category>
            <pubDate>Mon, 10 Feb 2014 21:55:13 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,309270#msg-309270</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,309270#msg-309270</link>
            <description><![CDATA[ I agree with cat.farmer.  This is cool.  I'd like to know more about the connections between this board and the arduino, and the firmware you have loaded into the Attiny.]]></description>
            <dc:creator>jbernardis</dc:creator>
            <category>General</category>
            <pubDate>Mon, 10 Feb 2014 21:50:51 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,309225#msg-309225</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,309225#msg-309225</link>
            <description><![CDATA[ Anyone know of a gcode for relative tempurature changes? That would be helpful]]></description>
            <dc:creator>lazzymonk</dc:creator>
            <category>General</category>
            <pubDate>Mon, 10 Feb 2014 18:32:51 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,308112#msg-308112</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,308112#msg-308112</link>
            <description><![CDATA[ Thanks :) <br />
<br />
I have not tried it with the USB connected but there are no firmware changes needed for it to work so it should do. Only limitation is the attiny85 has a max serial baudrate of 115200.<br />
<br />
It does work along side an lcd, I use it with an rrd LCD with encoder. <br />
<br />
The functions are simply gcode sent to D0 pin on the ramps which is the USB serial pin. So you could make each button do what you like.]]></description>
            <dc:creator>lazzymonk</dc:creator>
            <category>General</category>
            <pubDate>Sat, 08 Feb 2014 10:08:42 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,308076#msg-308076</guid>
            <title>Re: 25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,308076#msg-308076</link>
            <description><![CDATA[ Don't sell your self short.. that is cool. I would like to know more about it. <br />
Does it work along side usb,lcd? <br />
Can you give more detail in it's functions?<br />
Nice work..]]></description>
            <dc:creator>cat.farmer</dc:creator>
            <category>General</category>
            <pubDate>Sat, 08 Feb 2014 09:06:54 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,307988,307988#msg-307988</guid>
            <title>25 Button Serial Keypad for Headless Printing</title>
            <link>https://reprap.org/forum/read.php?1,307988,307988#msg-307988</link>
            <description><![CDATA[ Im not sure if anyone else will be interested in this. But I have recently finished making a 25 button keypad that sends serial commands to my ramps.<br />
<br />
I made it because im really not a fan of needing a computer to print, but like the controls you get by using a computer. So I made this<br />
<br />
[attachment 26476 Keypad.jpg]<br />
<br />
It is really very simple. Its just an Attiny85, some push buttons and a load of resistors. The resistors make are used to create a voltage divider when pressed that is read by an ADC pin on the tiny. Half the buttons are connected to 1 ADC pin the other half to another.<br />
<br />
The far left and far right buttons, when pressed together shut of the power supply.<br />
<br />
[attachment 26477 Keypad-Buttons.jpg]<br />
<br />
If anyone is interested (im sure your not) I can post the pcb layout and code.]]></description>
            <dc:creator>lazzymonk</dc:creator>
            <category>General</category>
            <pubDate>Sat, 08 Feb 2014 05:52:39 -0500</pubDate>
        </item>
    </channel>
</rss>
