<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Reprap Host software over USB on Android</title>
        <description>I am an Electrical Engineering student starting work on my Senior design project that involves an Android to Zigbee bridge device with an Android App and an Android Accessory.

I&#039;m also a Reprap nut, and want to help contribute to the cause. I was thinking a good first step for my project would be to write an Android app that would use the USB port on an Android phone (I have an extra LG Optimus) that acts as a touch screen controller for my 3D printer.

I have been looking around quite a bit looking for other projects to fork and build from, but I haven&#039;t found any clear options. I have seen the bluetooth Reprap app but all I would end up using from it is the front end and i think I should just start from scratch with that.

I have a few choices that I need to make before I go forward. Ultimately I would like to make this program have as many features as people have requests, but I need to start somewhere.

I need to decide if I am going to start with the Android Open Accessory Protocol, or the Android Host API. 

If I use the [i]Open Accessory Protocol[/i], the set up necessary to run the app would be as follows:

[b]Android Device requirement[/b]:

Any phone or tablet with Android 2.3.4 and up.

This lets more phones come to the party, from what I understand this is something like 80% of Android phones in use. I have my extra LG Optimus that would fit the bill.

[b]Reprap controller requirement[/b]:

Controller with USB host capabilities. 

This really limits things, the only controller that I can think of off the top of my head would be an Arduino ADK or Arduino Due with a RAMPS Shield. Luckily I have an ADK with a RAMPS 1.4.

[b]Firmware requirement[/b]:

Forked firmware with Android Open Accessory Library included as an alternative source of communication.

I was thinking of just forking Marlin and pushing commands sent over the USB host connection to the command buffer instead of the FTDI/AVR USB to UART.

If I use the [i]Android Host API[/i] I have the next set of requirements:

[b]Android Phone requirement[/b]:
Any phone or tablet with USB OTG (on the go) and Android 3.1 and up and a USB OTG cable (5-10 dollars on Amazon/Merritline)

This limits the devices quite a bit, mostly phones released in the last year and tablets that are made by a big company (Samsung, Asus, Toshiba, Motorola)
I have a Galaxy Nexus and a Nexus 7 that I can develop with so this is not a problem.

[b]Reprap controller requirement[/b]:

Technically any controller that has a common USB driver, FTDI/Atmel USB to UART (Arduino w/Ramps, Sanguinololu, Gen 5/6/7, MightyBoard), or a Microcontroller running the USB Device stack in CDC mode (PrintrBoard).  The Android app would need implementations using both drivers, but really all that would be is enumerating different vendor IDs

[b]Firmware requirement[/b]:

I would think that any firmware would work as long as the app speaks its flavor of G-code and the firmware doesn&#039;t have some strange timing requirement.

Believe it or not but I think the first option would take less work to get working. I would only need to write the app to talk to one firmware (my fork) and to talk to one controller (ADK w/RAMPS). But my final project will require that I use the CDC driver because I&#039;m using an MSP430F55xx with USB Device.

I would love to hear your feedback/comments/suggestions.

Thanks

WiESELMan
wiesel.ece.utah.edu</description>
        <link>https://reprap.org/forum/read.php?2,164532,164532#msg-164532</link>
        <lastBuildDate>Wed, 17 Jun 2026 12:30:52 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,403441#msg-403441</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,403441#msg-403441</link>
            <description><![CDATA[ I can control my Ormerod 3D printer (with Duet electronics) from my Android phone just by entering the printer's IP address in Chrome. The only disadvantage is that the current web interface is designed for larger screens, so scrolling is required. One day I may do a mobile-friendly version of the web interface.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Developers</category>
            <pubDate>Thu, 04 Sep 2014 17:49:03 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,385240#msg-385240</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,385240#msg-385240</link>
            <description><![CDATA[ @bernabap <br />
<br />
great work. i tested on my android phone and it works perfectly. Only request i have is that is it possible to add a separate setting for the step/mm for z axis?<br />
<br />
thanks]]></description>
            <dc:creator>ekaggrat</dc:creator>
            <category>Developers</category>
            <pubDate>Sat, 19 Jul 2014 12:22:25 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,333193#msg-333193</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,333193#msg-333193</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>karabas</strong><br />
Printrun command line tools work under Android. Install python and enjoy :)</div></blockquote>
That's a nice start.<br />
What I've got so far from an hour or so of reading around is that Printrun's GUI doesn't work on Android because wxPython isn't supported there yet. What I'm a bit unclear on is how everyone seems to be referring to running host software specifically on <i>Android</i>, and not just ARM devices intended for it  - so I hope someone can answer this for me: would it be any easier to run Printrun on an ARM tablet that has been booted into Debian, or is the processor architecture itself the main stumbling block here?]]></description>
            <dc:creator>4ndy</dc:creator>
            <category>Developers</category>
            <pubDate>Tue, 01 Apr 2014 11:12:56 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,332169#msg-332169</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,332169#msg-332169</link>
            <description><![CDATA[ Min Android version to install this apk is 4.0 (sdk14). Even if you have added USB-OTG support to your Gingerbread kernel most OTG applications uses the sdk 13 as minimum android version.]]></description>
            <dc:creator>bernabap</dc:creator>
            <category>Developers</category>
            <pubDate>Sun, 30 Mar 2014 12:32:41 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,330979#msg-330979</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,330979#msg-330979</link>
            <description><![CDATA[ I tried to intall apk and got syntax error.<br />
LG-p500 <br />
android 2.3.3]]></description>
            <dc:creator>karabas</dc:creator>
            <category>Developers</category>
            <pubDate>Thu, 27 Mar 2014 17:16:43 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,327720#msg-327720</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,327720#msg-327720</link>
            <description><![CDATA[ This is my attempt to create an android app to control my printers. I used the USB Serial Monitor Lite (<a href="https://play.google.com/store/apps/details?id=jp.ksksue.app.terminal" target="_blank"  rel="nofollow">https://play.google.com/store/apps/details?id=jp.ksksue.app.terminal</a>) from ksksue (<a href="https://github.com/ksksue" target="_blank"  rel="nofollow">https://github.com/ksksue</a>) as basis, I tried doing something like Pronterface but without the functionality of host. From my point of view is not worth printing via USB if I can print from SD card and avoid problems. Is a learning process to me, I would say I know more about how an Android app is made than programming in java... this is also my first project on github.<br />
<br />
<a href="https://github.com/bernabap/br.reprap.app.terminal" target="_blank"  rel="nofollow">https://github.com/bernabap/br.reprap.app.terminal</a><br />
<br />
The purpose of this application is to be used with cellphone, to start/pause prints from SD card, and be able to do maintenance of the printer without the need for LCD/encoder or PC. <br />
<br />
Any help/tip/suggestion is welcome!]]></description>
            <dc:creator>bernabap</dc:creator>
            <category>Developers</category>
            <pubDate>Thu, 20 Mar 2014 15:13:23 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,279655#msg-279655</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,279655#msg-279655</link>
            <description><![CDATA[ Printrun command line tools work under Android. Install python and enjoy :)]]></description>
            <dc:creator>karabas</dc:creator>
            <category>Developers</category>
            <pubDate>Fri, 13 Dec 2013 17:42:24 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,279328#msg-279328</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,279328#msg-279328</link>
            <description><![CDATA[ Awesome!]]></description>
            <dc:creator>A2</dc:creator>
            <category>Developers</category>
            <pubDate>Fri, 13 Dec 2013 03:55:35 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,279221#msg-279221</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,279221#msg-279221</link>
            <description><![CDATA[ Hi A2,<br />
<br />
regarding Smoothieboard support:<br />
The old version of GCode Simulator &amp; Printer did not recognize the Smoothieboard because the vendorID/productID was missing.<br />
I have added that to GCode Simulator &amp; Printer Version V1.42 and now it should work well with the smoothieboard. (tu)<br />
<br />
<br />
cu<br />
<br />
Mathias]]></description>
            <dc:creator>mdietz</dc:creator>
            <category>Developers</category>
            <pubDate>Thu, 12 Dec 2013 17:37:26 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,275804#msg-275804</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,275804#msg-275804</link>
            <description><![CDATA[ Mathias, you are correct.  I'm currently building a Rostock to join my Mendel, and I am planning to run it with a 4GB Android tablet.  I really like seeing what's going on and being able to check settings while I'm printing.  Just trusting an SD card from start to finish is not my thing.  I'm too nosy, I guess :)   Planning to run your software, I appreciate your efforts in this!]]></description>
            <dc:creator>vonTugboat</dc:creator>
            <category>Developers</category>
            <pubDate>Wed, 04 Dec 2013 12:49:44 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,273435#msg-273435</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,273435#msg-273435</link>
            <description><![CDATA[ Anyhow, as of today more than 1100 installs of GCode Simulator for Android proof that there is a demand for printing from Android devices. <br />
<br />
<br />
Mathias<br />
<br />
<br />
----------------------------------------------------------------<br />
Join the Google+ Community for news and discussions about GCode Simulator<br />
[<a href="https://plus.google.com/u/0/communities/116436892101925074251" target="_blank"  rel="nofollow">plus.google.com</a>]]]></description>
            <dc:creator>mdietz</dc:creator>
            <category>Developers</category>
            <pubDate>Thu, 28 Nov 2013 13:11:59 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,271986#msg-271986</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,271986#msg-271986</link>
            <description><![CDATA[ In fact you don't need a pc if you have a device with WiFi and a web browser you are all set. Failing that a really cheap LCD screen will give you that info. Each to there own. <br />
<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>mdietz</strong><br />
@Callumburns<br />
<br />
Sure, I have a rasp pi as well. I know that you don't need to keep the PC on for unattended printing. <br />
But when you want to check the remaining print time or do any manual action (interrupt the print, pause to change filament, ..) you need it.  You can't even start a print without it. <br />
<br />
Nevermind, I agree that for some people this is sufficient. I prefer to see things like remaining print time, speed, temperature during print and to interrupt, heat up, speedup print without turning on my PC.<br />
<br />
cu<br />
<br />
Mathias</div></blockquote>]]></description>
            <dc:creator>callumburns</dc:creator>
            <category>Developers</category>
            <pubDate>Mon, 25 Nov 2013 19:25:55 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,271863#msg-271863</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,271863#msg-271863</link>
            <description><![CDATA[ @Callumburns<br />
<br />
Sure, I have a rasp pi as well. I know that you don't need to keep the PC on for unattended printing. <br />
But when you want to check the remaining print time or do any manual action (interrupt the print, pause to change filament, ..) you need it.  You can't even start a print without it. <br />
<br />
Nevermind, I agree that for some people this is sufficient. I prefer to see things like remaining print time, speed, temperature during print and to interrupt, heat up, speedup print without turning on my PC.<br />
<br />
cu<br />
<br />
Mathias]]></description>
            <dc:creator>mdietz</dc:creator>
            <category>Developers</category>
            <pubDate>Mon, 25 Nov 2013 14:43:37 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,271517#msg-271517</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,271517#msg-271517</link>
            <description><![CDATA[ @ mdietz<br />
<br />
You don't need the screen at all as its redundant! You just slice to folder go into octoprint select print and that's you. You no longer need a computer on. The computer could also be on the other side of the world if needed. I wouldnt dare to trust one of these naff cheap tablets doing something as important as 3D printing! Their cheap for a reason.]]></description>
            <dc:creator>callumburns</dc:creator>
            <category>Developers</category>
            <pubDate>Sun, 24 Nov 2013 19:34:23 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,271477#msg-271477</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,271477#msg-271477</link>
            <description><![CDATA[ I don't know. Try it.]]></description>
            <dc:creator>mdietz</dc:creator>
            <category>Developers</category>
            <pubDate>Sun, 24 Nov 2013 17:04:49 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,271467#msg-271467</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,271467#msg-271467</link>
            <description><![CDATA[ @ mdietz<br />
Smoothie Board specifications, will this work?<br />
<br />
USB provides the main means of communication with the host computer. The connector is mini-USB.<br />
<br />
Composite USB Mass Storage + Serial interface to host<br />
<br />
USB2 Composite device : shows to the computer as both a Serial device, and a Mass Storage device ( exposing the SD-card ), à-la mbed.<br />
[<a href="http://smoothieware.org/smoothieboard" target="_blank"  rel="nofollow">smoothieware.org</a>]<br />
[<a href="http://mbed.org/handbook/mbed-NXP-LPC1768" target="_blank"  rel="nofollow">mbed.org</a>]]]></description>
            <dc:creator>A2</dc:creator>
            <category>Developers</category>
            <pubDate>Sun, 24 Nov 2013 16:30:33 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,271312#msg-271312</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,271312#msg-271312</link>
            <description><![CDATA[ @A2<br />
If the smoothieboard supports serial over usb then it should work. <br />
I can't try it out since i do not have one. <br />
<br />
@callumburns<br />
I doubt that. I bought a cheap 7" tablet for 50€.  If you order a 7" lcd panel for rasp pi it is much more expensive. <br />
Without lcd you still need a pc to controll it.]]></description>
            <dc:creator>mdietz</dc:creator>
            <category>Developers</category>
            <pubDate>Sun, 24 Nov 2013 09:36:18 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,271309#msg-271309</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,271309#msg-271309</link>
            <description><![CDATA[ Raspberry pi with octoprint and WiFi adapter. Add a shared folder on a pi a ready to go OTA pro yet system that needs no coding or reinventing the wheel. It can also do time laps photography too. Darn sight cheaper than a android phone. £40 or so.]]></description>
            <dc:creator>callumburns</dc:creator>
            <category>Developers</category>
            <pubDate>Sun, 24 Nov 2013 09:13:11 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,271249#msg-271249</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,271249#msg-271249</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>A2</strong><br />
@ mdietz<br />
<br />
I loaded the free version of your GCode Simulator &amp; Printer onto my HTC 3D phone, looks good.<br />
<br />
Will it support the new Smoothie Board?<br />
If not can you add it?<br />
[<a href="http://smoothieware.org/smoothieboard" target="_blank"  rel="nofollow">smoothieware.org</a>]</div></blockquote>
<br />
thats not important to host, just to firmware...]]></description>
            <dc:creator>woo</dc:creator>
            <category>Developers</category>
            <pubDate>Sun, 24 Nov 2013 05:41:46 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,271117#msg-271117</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,271117#msg-271117</link>
            <description><![CDATA[ @ mdietz<br />
<br />
I loaded the free version of your GCode Simulator &amp; Printer onto my HTC 3D phone, looks good.<br />
<br />
Will it support the new Smoothie Board?<br />
If not can you add it?<br />
[<a href="http://smoothieware.org/smoothieboard" target="_blank"  rel="nofollow">smoothieware.org</a>]]]></description>
            <dc:creator>A2</dc:creator>
            <category>Developers</category>
            <pubDate>Sat, 23 Nov 2013 17:26:07 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,270893#msg-270893</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,270893#msg-270893</link>
            <description><![CDATA[ It is public available on Google Play Store:<br />
<br />
Try out the free version first <br />
[<a href="https://play.google.com/store/apps/details?id=de.dietzm.gcodesimulator" target="_blank"  rel="nofollow">play.google.com</a>]<br />
<br />
If the basic controls work and you want to do full printing you can install the full version<br />
[<a href="https://play.google.com/store/apps/details?id=de.dietzm.gcodesimulatorprinter" target="_blank"  rel="nofollow">play.google.com</a>]  <br />
<br />
Homepage: [<a href="http://www.dietzm.de/gcodesim/" target="_blank"  rel="nofollow">www.dietzm.de</a>]]]></description>
            <dc:creator>mdietz</dc:creator>
            <category>Developers</category>
            <pubDate>Sat, 23 Nov 2013 05:56:45 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,270793#msg-270793</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,270793#msg-270793</link>
            <description><![CDATA[ Anyway I can get a copy as I would really like to test it out on my galaxy tab 2. Let me know as it would be nice to be able to try out something new.]]></description>
            <dc:creator>REPRAP SQUAD</dc:creator>
            <category>Developers</category>
            <pubDate>Fri, 22 Nov 2013 19:38:37 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,270118#msg-270118</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,270118#msg-270118</link>
            <description><![CDATA[ The current hardware req. are not very high, it works with single core CPU and 512MB Ram. <br />
But if you want to load larger gcode files (e.g. &gt;500000 lines)  &gt;= 1GB RAM would be better. <br />
USB OTG must be supported for sure. Bluetooth print works as well but Bluetooth has a higher latency and therefore cannot do very high speed prints. <br />
Some devices seem to have a higher USB IO latency which can cause problems, but unfortunately you don't know this upfront when buying a device. <br />
<br />
Having said this, its always better to have a more powerful device for future features (e.g. I might add web cam streaming during print similar to Octoprint)<br />
<br />
cu<br />
<br />
Mathias]]></description>
            <dc:creator>mdietz</dc:creator>
            <category>Developers</category>
            <pubDate>Thu, 21 Nov 2013 07:52:45 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,270060#msg-270060</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,270060#msg-270060</link>
            <description><![CDATA[ what are minimum hardware req. for tablet?]]></description>
            <dc:creator>woo</dc:creator>
            <category>Developers</category>
            <pubDate>Thu, 21 Nov 2013 04:43:34 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,270056#msg-270056</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,270056#msg-270056</link>
            <description><![CDATA[ @woo: great. I have a cheap 7" tablet with dedicated charging port  (Trekstor Surftab Breeze 7) which works good. <br />
<br />
Join the Google+ Community for news, problem reports or feature requests about GCode Simulator &amp; Printer :<br />
[<a href="https://plus.google.com/u/0/communities/116436892101925074251" target="_blank"  rel="nofollow">plus.google.com</a>]<br />
<br />
bye<br />
<br />
Mathias]]></description>
            <dc:creator>mdietz</dc:creator>
            <category>Developers</category>
            <pubDate>Thu, 21 Nov 2013 04:23:55 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,270006#msg-270006</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,270006#msg-270006</link>
            <description><![CDATA[ [<a href="http://www.3ders.org/articles/20131113-3d-printing-from-android-devices-with-gcode-simulator-printer-android-app.html" target="_blank"  rel="nofollow">www.3ders.org</a>]<br />
<br />
i have tried demo on my phone, looks great in 4.5" display.<br />
<br />
<br />
next month il buy some cheap 7" tablet just for controling printer,,,i think the only condition is that tablet has dedicated port for charging battery, not over usb otg becouse its used for controlling in my case ramps+arduino.<br />
<br />
and sad thing i just have installed smart controller :lol:]]></description>
            <dc:creator>woo</dc:creator>
            <category>Developers</category>
            <pubDate>Thu, 21 Nov 2013 01:01:38 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,243385#msg-243385</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,243385#msg-243385</link>
            <description><![CDATA[ I know a lot of people especially in the Printrbot community that would die to be able to slice or print and edit from their android tablet. Weve all been waiting for a long time to be able to do this. So more power to you and I definitely will be following your progress.]]></description>
            <dc:creator>REPRAP SQUAD</dc:creator>
            <category>Developers</category>
            <pubDate>Sat, 07 Sep 2013 10:43:23 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,242842#msg-242842</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,242842#msg-242842</link>
            <description><![CDATA[ GCode Simulator does not require the Arduino ADK, it works with the normal Arduino Mega and a USB OTG cable + Android device.<br />
<br />
cu<br />
<br />
Mathias]]></description>
            <dc:creator>mdietz</dc:creator>
            <category>Developers</category>
            <pubDate>Thu, 05 Sep 2013 10:27:12 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,242836#msg-242836</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,242836#msg-242836</link>
            <description><![CDATA[ Are you looking at using the Arduino Android ADK board for this?<br />
<br />
Just about to order a ramps 1.4 and arduino mega but wondered about getting the android board just in case I want to go this route later on but don't want to run into any incompatibility problems by deviating from the normal arduino mega R3. All I could find is that the android board was compatible with the normal R3 pinout but thought it prudent to check.]]></description>
            <dc:creator>doc_ap</dc:creator>
            <category>Developers</category>
            <pubDate>Thu, 05 Sep 2013 10:01:32 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,164532,238520#msg-238520</guid>
            <title>Re: Reprap Host software over USB on Android</title>
            <link>https://reprap.org/forum/read.php?2,164532,238520#msg-238520</link>
            <description><![CDATA[ There is a beta version of GCode Simulator for Android available witch supports real printing over USB-OTG cable.<br />
See [<a href="http://www.dietzm.de/gcodesim" target="_blank"  rel="nofollow">www.dietzm.de</a>]  for more details. <br />
<br />
cu<br />
<br />
Mathias]]></description>
            <dc:creator>mdietz</dc:creator>
            <category>Developers</category>
            <pubDate>Thu, 22 Aug 2013 11:10:43 -0400</pubDate>
        </item>
    </channel>
</rss>
