<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>RAMPS 1.4 with Mega ADK</title>
        <description> Hi
I&#039;m trying to build my first reprap printer and I&#039;m planning to use a RAMPS electronic. In order to keep the door open to the ability of controlling my printer with an android device, I would like to change the Mega2560 with a MegaADK. I can find some clues about this topic, but no details:
- On RAMPS page I read about a change QuoteServo1 connector moved to pin 11 to free 7 for ADK
- I read over Ultimachine about a complete upgrade to Mega ADK, but no details.

Do someone use a RAMPS with a MegaADK board? Where can I find proper firmware/hacks? Will other RAMPS optional SDramps or LCD/SD) be compatible with ADK board?
Thanks in advance.</description>
        <link>https://reprap.org/forum/read.php?219,286799,286799#msg-286799</link>
        <lastBuildDate>Tue, 16 Jun 2026 20:42:28 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?219,286799,287666#msg-287666</guid>
            <title>Re: RAMPS 1.4 with Mega ADK</title>
            <link>https://reprap.org/forum/read.php?219,286799,287666#msg-287666</link>
            <description><![CDATA[ Thanks for your replies.<br />
Rebecca got my point of view: with a usb-host capable ramps, I can use every cheap android device. In my mind (not sure at all, need to verify), the adk firmware do things to connect to the device, then the normal printer firmware start without modification or added load.<br />
I hope to be able to replace the LCD/SD extension for ramps with an android touch screen device and print a file stored here, without a PC or a SD (thanks to WiFi and a file server).]]></description>
            <dc:creator>paciotti</dc:creator>
            <category>RAMPS Electronics</category>
            <pubDate>Wed, 01 Jan 2014 17:44:31 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?219,286799,287643#msg-287643</guid>
            <title>Re: RAMPS 1.4 with Mega ADK</title>
            <link>https://reprap.org/forum/read.php?219,286799,287643#msg-287643</link>
            <description><![CDATA[ My concern is not the com traffic when running normal printer stuff. The concern is that doing Andriod specific enhancements may add a significant load to the Mega.]]></description>
            <dc:creator>uncle_bob</dc:creator>
            <category>RAMPS Electronics</category>
            <pubDate>Wed, 01 Jan 2014 16:25:58 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?219,286799,287028#msg-287028</guid>
            <title>Re: RAMPS 1.4 with Mega ADK</title>
            <link>https://reprap.org/forum/read.php?219,286799,287028#msg-287028</link>
            <description><![CDATA[ The difference between Android accessory and normal USB device is <a href="http://developer.android.com/guide/topics/connectivity/usb/index.html" target="_blank"  rel="nofollow">which end takes the role of USB host</a>, and as the <a href="http://arduino.cc/en/Main/ArduinoBoardADK" target="_blank"  rel="nofollow">Mega ADK</a> uses a separate USB chip over SPI to do this, it probably doesn't cause significant CPU load; however, the firmware would need to be changed to read from this interface instead of the normal USB interface.<br />
<br />
As an easier alternative, the Android OS <a href="http://developer.android.com/guide/topics/connectivity/usb/host.html" target="_blank"  rel="nofollow">does also support normal USB</a>, but not all Android hardware does, and battery life could be a problem.]]></description>
            <dc:creator>rebecca.palmer</dc:creator>
            <category>RAMPS Electronics</category>
            <pubDate>Tue, 31 Dec 2013 05:00:38 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?219,286799,286860#msg-286860</guid>
            <title>Re: RAMPS 1.4 with Mega ADK</title>
            <link>https://reprap.org/forum/read.php?219,286799,286860#msg-286860</link>
            <description><![CDATA[ There is no problem at all to running a Ramps hardware board attached to a 100% Mega compatible hardware board with any software tool chain that will support the Mega cpu. If you wish to write your own firmware, there is no limitation at all. The existing firmware is tightly linked to the Arduino libraries and porting it would be a non-trivial exercise. Since the firmware is actively being developed you would very much have a moving target.<br />
<br />
------<br />
<br />
Next layer to the onion is the Mega CPU it's self. We aren't causing them to go up in smoke from over work, but we push pretty hard. Dropping something else in on top of the firmware would have to be done with care. A lot depends on which printer you are running and how fast you want to run it.]]></description>
            <dc:creator>uncle_bob</dc:creator>
            <category>RAMPS Electronics</category>
            <pubDate>Mon, 30 Dec 2013 17:00:02 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?219,286799,286799#msg-286799</guid>
            <title>RAMPS 1.4 with Mega ADK</title>
            <link>https://reprap.org/forum/read.php?219,286799,286799#msg-286799</link>
            <description><![CDATA[ Hi<br />
I'm trying to build my first reprap printer and I'm planning to use a RAMPS electronic. In order to keep the door open to the ability of controlling my printer with an android device, I would like to change the Mega2560 with a MegaADK. I can find some clues about this topic, but no details:<br />
- On <a href="http://reprap.org/wiki/Arduino_Mega_Pololu_Shield" target="_blank"  rel="nofollow">RAMPS page</a> I read about a change <blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />Servo1 connector moved to pin 11 to free 7 for ADK</div></blockquote>
- I read over <a href="https://ultimachine.com/content/ramps-complete-upgrade-adk" target="_blank"  rel="nofollow">Ultimachine</a> about a complete upgrade to Mega ADK, but no details.<br />
<br />
Do someone use a RAMPS with a MegaADK board? Where can I find proper firmware/hacks? Will other RAMPS optional SDramps or LCD/SD) be compatible with ADK board?<br />
Thanks in advance.]]></description>
            <dc:creator>paciotti</dc:creator>
            <category>RAMPS Electronics</category>
            <pubDate>Mon, 30 Dec 2013 14:59:11 -0500</pubDate>
        </item>
    </channel>
</rss>
