<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>No Computers Attached!!!</title>
        <description>Sod I had an idea a few months ago, and Forrest with his T2 has brought the concept back into focus. The idea is to equip some sort of larger memory capcity to the printer to create a type of cache, where print instructions can be stored until they are ready to be processed by the electronics. Forrest suggested using EEPROM because it is the easiest to implement, and for him, hes says it will allow T2 around 6 hours of uninterrupted printing.

This uninterrupted printing is only part of my goal. Like Forrest figured in his blog http://3dreplicators.com/cgi-bin/cblog/index.php?/archives/397-Breaking-the-PCMicrocontroller-comms-bottleneck.html , having the computer running while the printer is running will be about 25% of the cost of printing. This is what makes me want to eliminate the computer from the process of printing entirely. I propose having a bunch of cheap SD or USB sticks which the computer can put all of the printing data onto before the print ever takes place. One would then be able to choose the piece that they would like to print from a library of these sticks. They would then insert the stick into a device which would allow for the electronics to red and print the file contained on the device, without being attached to a computer.

[attachment 725 scan0001.jpg]

This is where the difficulties come. SD and USB sticks use FAT protocols. I have no idea how to make an arduino or any other PIC impliment these protocols. If someone could figure that out (I&#039;ll have a go in about a month or so), then I think reprap could be on its way to having the printer print itself without the need of a computer, or at least a powerful computer. 

[attachment 726 scan0002.jpg]
[attachment 727 Scan0003.jpg]

Also, if you create a navigation system on the printer, then one could have a large USB or SD drive, with hundreds of different objects&#039; printing commands stored on it. The user could then scroll through and choose the object they like; again, without the use of a computer.

Imagine a box arriving in a 3rd world village. Inside, the contents are a kit for all of the printer&#039;s hardware, the pcbs and all the electrical components, a solar panel/wind turbine, and OLPC or EEE and a set or one USB drive which contains all of the information needed to print the parts for another printer. The impact would be incredible!</description>
        <link>https://reprap.org/forum/read.php?13,11870,11870#msg-11870</link>
        <lastBuildDate>Mon, 09 Mar 2026 17:53:34 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,15736#msg-15736</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,15736#msg-15736</link>
            <description><![CDATA[ Sorry, new guy jumping in.  I've done some monkeying with a Dell Axim X51v(was a fantastic PDA, now discontinued) and driving various hardware...  Seems like it might be a decent solution; Large touch screen, SD and CF slots, Serial communication that can be used independantly of the USB sync... with a little work I made it the interface for a Make:Controller and had that drive some servo motors.  I'll tool around and get the Stepper controls up.  <br />
<br />
The little thing has decent processing, and the Make:Controller has a pretty decent performance with steppers...  I'm building a Mcwire bot, so who knows maybe that would make decent control hardware.<br />
<br />
I'll let you know how it turns out.]]></description>
            <dc:creator>Michael Plambeck</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 12 Aug 2008 17:36:38 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,15527#msg-15527</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,15527#msg-15527</link>
            <description><![CDATA[ Another small board that uses SPI to talk to an SD card:<br />
<br />
[<a href="http://www.saelig.com/miva/merchant.mvc?Screen=PROD&amp;Product_Code=ST001&amp;Category_Code=ST" target="_blank"  rel="nofollow">www.saelig.com</a>]<br />
<br />
This one doesn't need separate 3.3v and 5v supplies. "Wide supply voltage range from 3.6 Volts to 6.0 Volts. Operating current @23mA nominal when using a 5.0 Volts supply source."<br />
<br />
So there are ready made solutions for reading a large ASCII file from micro-SD cards. Would take minimum coding.<br />
<br />
Arvin]]></description>
            <dc:creator>Arvin</dc:creator>
            <category>Controllers</category>
            <pubDate>Thu, 07 Aug 2008 10:58:58 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,15520#msg-15520</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,15520#msg-15520</link>
            <description><![CDATA[ Been inactive here for too long. Was reading this thread with interest. I also use Picaxes and ran across a thread about reading SD cards there.<br />
<br />
They were talking about a uALFAT-TF board.(http://www.ghielectronics.com/products.php)<br />
<br />
The uAlFat-TF is a small board that can read/write to a SD card. It will currently only use up to 1Gb but the board maker says they are working on the 2Gb version now.<br />
<br />
BCJKiwi has a write up on using it with a PICAXE at [<a href="http://www.picaxeforum.co.uk/showthread.php?t=8513" target="_blank"  rel="nofollow">www.picaxeforum.co.uk</a>]<br />
<br />
If he can do it with a picaxe it should be easy with an arduino. :)<br />
<br />
Arvin]]></description>
            <dc:creator>Arvin</dc:creator>
            <category>Controllers</category>
            <pubDate>Thu, 07 Aug 2008 08:05:07 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,14998#msg-14998</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,14998#msg-14998</link>
            <description><![CDATA[ Good news for the No Computers Attached! lobby.  Zach Hoeken (of RRRF fame) has developed an Arduino work-alike based on the larger ATmega644P chip.  This provides four times the programming space, four times the RAM, and 12 more I/O pins than the Arduino Diecimila.  The blood-red board is named the Sanguino:<br />
<br />
[<a href="http://sanguino.cc/" target="_blank"  rel="nofollow">sanguino.cc</a>]<br />
<br />
I bet the additional pins could be used to drive an LCD screen, keyboard, and SD card reader.]]></description>
            <dc:creator>JohnWasser</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 28 Jul 2008 10:32:12 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,14997#msg-14997</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,14997#msg-14997</link>
            <description><![CDATA[ mimarob Wrote:<br />
-------------------------------------------------------<br />
&gt; I get the following hex string over and over again:<br />
&gt; 54 sync<br />
&gt; 51 HDB2<br />
&gt; 31 HDB1<br />
&gt; 08 dst address Extruder (!!!)<br />
&gt; 00 src address PC<br />
&gt; 00 version command<br />
&gt; BA crc<br />
&gt; <br />
&gt; The strange thing is, dst address is the address<br />
&gt; for the extruder, still the circuit and Java<br />
&gt; program work when I connect only a Stepper board<br />
&gt; to the host.<br />
&gt; <br />
&gt; Any idea what is going on?<br />
<br />
Looks like the test software is assuming there is an extruder and is asking that extruder what its version is.  When it gets no reply it tries again.<br />
<br />
Perhaps it is an error in the test program and it should be addressing one of the stepper controllers instead of the extruder.  What is the test program you are running?]]></description>
            <dc:creator>JohnWasser</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 28 Jul 2008 10:24:55 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,14780#msg-14780</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,14780#msg-14780</link>
            <description><![CDATA[ Ladyada has an Arduino shield that can play .wav files off of FAT16 formatted SD cards [<a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=17_21&amp;products_id=94&amp;sessid=aaa1578be7471f1c617b8fd25afa0774" target="_blank"  rel="nofollow">www.adafruit.com</a>]. I haven't looked through the project very much, but perhaps the audio hardware and .wav handling could be discarded and the FAT16 hardware and software bits could be used.]]></description>
            <dc:creator>cardinalbiggles</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 22 Jul 2008 23:09:53 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,14684#msg-14684</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,14684#msg-14684</link>
            <description><![CDATA[ I just hooked up a serial port listener to the reprap software.<br />
<br />
I found some strange results.<br />
<br />
I choose the tester-exerciser program from the reprap 0.4 Live-CD<br />
<br />
Even so, I get the following hex string over and over again:<br />
<br />
54 51 31 08 00 00 BA<br />
<br />
I interpret this as:<br />
<br />
54 sync<br />
51 HDB2<br />
31 HDB1<br />
08 dst address Extruder (!!!)<br />
00 src address PC<br />
00 version command<br />
BA crc<br />
<br />
<br />
The strange thing is, dst address is the address for the extruder, still the circuit and Java program work when I connect only a Stepper board to the host.<br />
<br />
Any idea what is going on?]]></description>
            <dc:creator>mimarob</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 21 Jul 2008 02:48:15 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,14506#msg-14506</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,14506#msg-14506</link>
            <description><![CDATA[ Thats great :-)<br />
<br />
If industri at large where anywhere near this project in the way of working, we'd all have weekend retreats on Mars by now !<br />
<br />
Yeah, one has to emulate the devices, just like the arduino does!<br />
<br />
Stuff like "feedstock empty" of course has to be faked in a batch printer solution, but I don't think it is in use today anyway?]]></description>
            <dc:creator>mimarob</dc:creator>
            <category>Controllers</category>
            <pubDate>Thu, 17 Jul 2008 05:00:42 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,14496#msg-14496</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,14496#msg-14496</link>
            <description><![CDATA[ [<a href="http://www.reprap.org/bin/view/Main/Modules" target="_blank"  rel="nofollow">www.reprap.org</a>]<br />
RepRap SNAP Command Documentation<br />
<br />
[<a href="http://www.reprap.org/bin/view/Main/StepperMotorController" target="_blank"  rel="nofollow">www.reprap.org</a>]<br />
Stepper Motor Controller SNAP Protocol Version 0<br />
<br />
[<a href="http://www.reprap.org/bin/view/Main/ExtruderController" target="_blank"  rel="nofollow">www.reprap.org</a>]<br />
Extruder Controller SNAP Protocol Version 0<br />
<br />
Looks like you will at least have to emulate the hardware to identify the type and version of each addressable device.]]></description>
            <dc:creator>JohnWasser</dc:creator>
            <category>Controllers</category>
            <pubDate>Wed, 16 Jul 2008 23:47:38 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,14495#msg-14495</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,14495#msg-14495</link>
            <description><![CDATA[ Hello again!<br />
<br />
I do some java and linux for a living, but it still took me a day or two to completely fail and then resort to the Live-CD so I guess there are a few things need simplifying.<br />
<br />
OK, now I caught up on my reading, you are using your own slice-and-dice program, that must require at least some talent ;-)<br />
<br />
Being a former software engineer I do almost anything to avoid serious programming since I know how time consuming it is :-)<br />
<br />
But, going back to the S.N.A.P. protocol, anyone knows if that could be buffered in some embedded device and then paced out to the reprap? Preferably without modifications? Would it be useful if I looked into that?<br />
<br />
I found some decent documentation on the protocol, but are there any pointers to the content data, apart from the Arduino/PIC code?]]></description>
            <dc:creator>mimarob</dc:creator>
            <category>Controllers</category>
            <pubDate>Wed, 16 Jul 2008 23:20:08 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,14465#msg-14465</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,14465#msg-14465</link>
            <description><![CDATA[ Kyle Corbitt Wrote:<br />
-------------------------------------------------------<br />
&gt; <br />
&gt; Forrest uses a completely custom toolchain.<br />
&gt;<br />
It is that.  Long ago, I observed the drama that Reprappers were having with Java and Linux and decided to write my own software on Windows and using Visual Basic .NET for the PC side and the Oshonsoft Basic IDE on the firmware side.  While I wouldn't recommend that as a model for emulation (I've been writing software since the mid 1960's) I haven't regretted it as a personal choice for a even a moment.<br />
<br />
I can't swear, since I'm still using Visual Studio .NET 2005, but I'm pretty sure that my PC side software will run successfully under Visual Basic .NET 2008 Express which you can download for free at...<br />
<br />
[<a href="http://www.microsoft.com/express/download/#webInstall" target="_blank"  rel="nofollow">www.microsoft.com</a>]<br />
<br />
On the Tommelise microcontroller side you can get a license to program the Microchip Pic microcontrollers (I use the native USB comms 18F44550) for about $120 from Oshonsoft.<br />
<br />
While my development tools are neither open source or completely free, the cost isn't crippling.]]></description>
            <dc:creator>Forrest Higgs</dc:creator>
            <category>Controllers</category>
            <pubDate>Wed, 16 Jul 2008 12:09:57 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,14462#msg-14462</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,14462#msg-14462</link>
            <description><![CDATA[ mimarob Wrote:<br />
-------------------------------------------------------<br />
&gt;<br />
&gt; Forrest, I know you have done some heroic deeds<br />
&gt; with an eeprom, do you just tap off the character<br />
&gt; stream from the host or do you use modified<br />
&gt; software?<br />
<br />
I'm not sure that I quite understand what you are asking.  I've set up Tommelise's firmware to where it operates in two modes; print data transmission and printing.  <br />
<br />
In print data transmission, Tommelise isn't printing and I simply transmit a long character string from the PC to Tommelise that can contain upwards of 11 hours of print instructions in under 10 minutes.  The firmware receives the stream and writes it off onto the EEPROM buffer. I also do a verification cycle to make sure that what got written into the EEPROM buffer is exactly what I transmitted.<br />
<br />
Once that's done I can shift Tommelise into print mode and start the print.  In print mode the USB link is free for transmissions between Tommelise and my PC and vice-versa to monitor the progress of the print job.  For my primitive programming skills trying to send a print data stream across the USB link AND keep track of what Tommelise was doing was just too much to handle.  Windows multi-tasking, while good, tends to at times create pauses for USB comms with peripherals which without a good buffer could mess up a print job.  I have to use my PC to do a lot of other CPU intensive things besides running Tommelise so I wanted there to be as little regular traffic on that USB link as possible.  I also wanted that light traffic to not be time critical since Windows isn't really a real-time operating system.  From what I've seen Linux really isn't a real-time operating system either.  That scares me a little for Darwin's sake since it seems to depend on just-in-time transmission of print data, largely.<br />
<br />
I also wanted Tommelise to be able to print even with the PC shut down since the PC uses a LOT more power than Tommelise does and electricity runs $0.225/kwhr here in California.  The way I've got it set up now, I can start a print job when I go to bed and shut down my PC and Tommelise will print it out, in theory at least, by itself.]]></description>
            <dc:creator>Forrest Higgs</dc:creator>
            <category>Controllers</category>
            <pubDate>Wed, 16 Jul 2008 12:02:22 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,14458#msg-14458</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,14458#msg-14458</link>
            <description><![CDATA[ mimarob Wrote:<br />
-------------------------------------------------------<br />
&gt; It just struck me that it might be silly to spend<br />
&gt; to much effort discussing which cpu or memory card<br />
&gt; solution is the best, lets leave that to darwinism<br />
&gt; ;-)<br />
<br />
There's no harm in discussing the possibilities - a little intelligent design goes a long way in this business, which is why we got RepRap in 4 years instead of 4 million ;-)<br />
<br />
&gt; But.. I read a little on the S.N.A.P. protocol<br />
&gt; this morning and the question that arose was: Is<br />
&gt; it possible to "eat away" the character stream<br />
&gt; coming from the host, happily ack:ing away all<br />
&gt; messages and store into a large enough memory of<br />
&gt; some kind, pretty much the same way as the<br />
&gt; infamous printer "spoolers" of the 80's.<br />
&gt; <br />
&gt; Can all this be achivied transparently without<br />
&gt; changing the reprap host software?<br />
&gt; <br />
&gt; I guess the "spooler" would need to be intelligent<br />
&gt; enough to handle retransmissions and different<br />
&gt; error conditions like restarts that may occur in<br />
&gt; the actual printing process?<br />
&gt; <br />
&gt; Forrest, I know you have done some heroic deeds<br />
&gt; with an eeprom, do you just tap off the character<br />
&gt; stream from the host or do you use modified<br />
&gt; software?<br />
<br />
<br />
Forrest uses a completely custom toolchain.  He can give you the details about how it all works, but you might want to check out his blog at [<a href="http://www.3dreplicators.com/cgi-bin/cblog/index.php?/categories/7-Tommelise" target="_blank"  rel="nofollow">www.3dreplicators.com</a>] to get an idea of how it works, and what he's got working so far.]]></description>
            <dc:creator>Kyle Corbitt</dc:creator>
            <category>Controllers</category>
            <pubDate>Wed, 16 Jul 2008 11:13:38 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,14457#msg-14457</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,14457#msg-14457</link>
            <description><![CDATA[ It just struck me that it might be silly to spend to much effort discussing which cpu or memory card solution is the best, lets leave that to darwinism ;-)<br />
<br />
But.. I read a little on the S.N.A.P. protocol this morning and the question that arose was: Is it possible to "eat away" the character stream coming from the host, happily ack:ing away all messages and store into a large enough memory of some kind, pretty much the same way as the infamous printer "spoolers" of the 80's.<br />
<br />
Can all this be achivied transparently without changing the reprap host software?<br />
<br />
I guess the "spooler" would need to be intelligent enough to handle retransmissions and different error conditions like restarts that may occur in the actual printing process?<br />
<br />
Forrest, I know you have done some heroic deeds with an eeprom, do you just tap off the character stream from the host or do you use modified software?]]></description>
            <dc:creator>mimarob</dc:creator>
            <category>Controllers</category>
            <pubDate>Wed, 16 Jul 2008 09:52:49 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,13795#msg-13795</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,13795#msg-13795</link>
            <description><![CDATA[ mimarob,<br />
<br />
Yes, I downloaded full source code in C ready to compile. You are right to question the freedom of what can be done with the source, again I refer you to the document AN1045 and read the terms.<br />
<br />
Tony]]></description>
            <dc:creator>tofletcher</dc:creator>
            <category>Controllers</category>
            <pubDate>Wed, 02 Jul 2008 10:23:09 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,13789#msg-13789</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,13789#msg-13789</link>
            <description><![CDATA[ Looks like 2GB with 512 byte sectors.<br />
<br />
Not sure what the sector size of SD cards is.<br />
<br />
[<a href="http://en.wikipedia.org/wiki/FAT16#Final_FAT16" target="_blank"  rel="nofollow">en.wikipedia.org</a>]<br />
<br />
-Mark]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>Controllers</category>
            <pubDate>Wed, 02 Jul 2008 08:59:59 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,13787#msg-13787</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,13787#msg-13787</link>
            <description><![CDATA[ hmm your saying the implementation is free, does that mean there is full source? <br />
<br />
Would be interesting to read, a friend of mine actually asked for help reading/writing SD's the other day.<br />
<br />
How large is the maximum of a FAT16 file system?]]></description>
            <dc:creator>mimarob</dc:creator>
            <category>Controllers</category>
            <pubDate>Wed, 02 Jul 2008 08:46:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,13784#msg-13784</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,13784#msg-13784</link>
            <description><![CDATA[ Go with the SD card solution, the cost verses capacity of this media makes it a very strong candidate, couple that with the easy interface using only a few pins and for my money was the only way to go.<br />
<br />
I have a vested interest in the SD solution as I have used this with my project, what I can say is it works, it has plenty of space for files and the speed is quick enough to serve up data without any significant segment pausing. I am sure you can get this media working with the Arduino, but I do not have any experience with the chip and am not sure if there is a FAT system out there to make it compatible with a PC.<br />
<br />
I would recommend you have a look at Microchip paper AN1045, this is a complete (Free) implementation of SD Card (&amp; Compact Flash) with FAT 16. The library contains a comprehensive set of functions for file management. As much of the information contained in the paper is platform independent I am sure it will be useful to anybody wanting to go down this route. You should be able to get a good idea of the resource required for SD interface and FAT16 implementation, you can then decide if SD Media is a suitable option for the Arduino.<br />
<br />
The AN1045 Library runs well on the PIC24, with this installed you can read, write, navigate directories etc. In my project using an LCD and a couple of buttons on the joystick, I have it scrolling through the files on the card so you can select the one you want to run.<br />
<br />
Tony]]></description>
            <dc:creator>tofletcher</dc:creator>
            <category>Controllers</category>
            <pubDate>Wed, 02 Jul 2008 08:23:22 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,13632#msg-13632</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,13632#msg-13632</link>
            <description><![CDATA[ Yes but with SD and three or four lines you get can get several GB and you can swap SD cards in and out.<br />
<br />
That is big enough to store complete projects, like a Darwin.]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Controllers</category>
            <pubDate>Fri, 27 Jun 2008 08:55:54 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,13631#msg-13631</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,13631#msg-13631</link>
            <description><![CDATA[ mimarob Wrote:<br />
-------------------------------------------------------<br />
&gt; Hmm 10+3+6 = 19 pins I guess the SD wins on the<br />
&gt; pincount :-)<br />
<br />
Wowzie!  That's almost half the pins of a 40 pin PIC!  ::o<br />
<br />
The I2C compatable EEPROMS I'm using need just 2 to handle half a megabyte.]]></description>
            <dc:creator>Forrest Higgs</dc:creator>
            <category>Controllers</category>
            <pubDate>Fri, 27 Jun 2008 08:35:09 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,13629#msg-13629</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,13629#msg-13629</link>
            <description><![CDATA[ I found it!<br />
<br />
It was even better than I thought. The Compact Flash cards (available<br />
everywhere) have a memory mapped mode.<br />
<br />
<br />
Here is a description of how to interface it to a pic<br />
<br />
[<a href="http://www.archive.chipcenter.com/circuitcellar/february01/c0201ms1.htm" target="_blank"  rel="nofollow">www.archive.chipcenter.com</a>]<br />
<br />
There is an example in pic-assembeler how to access memory!<br />
<br />
Hmm 10+3+6 = 19 pins I guess the SD wins on the pincount :-)]]></description>
            <dc:creator>mimarob</dc:creator>
            <category>Controllers</category>
            <pubDate>Fri, 27 Jun 2008 05:42:56 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,13622#msg-13622</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,13622#msg-13622</link>
            <description><![CDATA[ Here is a link to a MAKE:HOWTO for attaching an SD card to an arduino.<br />
<br />
<br />
[<a href="http://blog.makezine.com/archive/2008/06/how_to_sd_card_readwrite.html?CMP=OTC-0D6B48984890" target="_blank"  rel="nofollow">blog.makezine.com</a>]]]></description>
            <dc:creator>bobt</dc:creator>
            <category>Controllers</category>
            <pubDate>Thu, 26 Jun 2008 23:02:31 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,13619#msg-13619</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,13619#msg-13619</link>
            <description><![CDATA[ Actually you don't need an IDE interface for that one. You only need address lines and data lines. put the address lines out and then do an I/O strobe and read in the result. You would be done in like 20 lines of assembler, even when resorting to bit-banging.<br />
<br />
It must be easier than reading a flash through USB.<br />
<br />
I'll look around and see if I can that darn chip somewhere]]></description>
            <dc:creator>mimarob</dc:creator>
            <category>Controllers</category>
            <pubDate>Thu, 26 Jun 2008 15:36:17 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,13586#msg-13586</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,13586#msg-13586</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />BTW I think I have somewhere a 128MB flash stick that emulates an IDE harddrive. Jumpering it differently, I think, would implement an old-fashined A0-AXX and D0-D15 memory with a few select lines. If these things are still a go, maybe they would give us the boost we need?</div></blockquote>
<br />
This would require some hardware that spoke IDE, and then a microprocessor that would do memory mapped IO for you. Its far easier trying to find kit to let you speak to a USB mass storage device.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />What is missing in the z88dk though is all the drivers</div></blockquote>
<br />
Has anyone actually built an application for this processor, using this compiler? Having to do a whole load of assembly programming to get even the slightest thing to work correctly sounds... less than fun.<br />
<br />
Without a widely available and widely used compiler that demonstrably worked well, I'd very extremely unkeen on even thinking about this particular platform. <br />
<br />
But then, that's cos I prefer different sorts of challenges. As always, YMMV ;)]]></description>
            <dc:creator>Ru</dc:creator>
            <category>Controllers</category>
            <pubDate>Wed, 25 Jun 2008 17:06:00 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,13536#msg-13536</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,13536#msg-13536</link>
            <description><![CDATA[ Its funny someone would actually mention the Rabbit and even more funny that I have overlooked it for 2 months+<br />
<br />
There is not so much secrecy in the Rabbit world when it comes to the hardware, circuit diagrams can be downloaded from the site itself.<br />
<br />
I also know for a fact that you can buy these thingies one-at-time.<br />
<br />
What is a secret though, is the software. That is also the reason for the development kit costs.<br />
<br />
On the other hand the proprietary "Dynamic-C" compiler that is offered is quite horrible.<br />
<br />
There is actually now a free alternative. Check out www.z88dk.org. A retro compiler project that from release 1.8 has a minimal but working support for the Rabbit processor.<br />
<br />
What is missing in the z88dk though is all the drivers. But since we are writing directly to memory there would be no enormous usb stacks to implement.<br />
<br />
Final question would then be: How far does 1 MByte of memory take you anyway?<br />
<br />
BTW I think I have somewhere a 128MB flash stick that emulates an IDE harddrive. Jumpering it differently, I think, would implement an old-fashined A0-AXX and D0-D15 memory with a few select lines. If these things are still a go, maybe they would give us the boost we need?]]></description>
            <dc:creator>mimarob</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 24 Jun 2008 13:18:40 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,13264#msg-13264</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,13264#msg-13264</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />It has EIGHT PROCESSORS</div></blockquote>
<br />
And making use of them all might prove tricky ;) It would require a serious re-engineering of the firmware design, and significantly increase the number of ways stuff could go wrong, without any significant gain that I can see.<br />
<br />
The reprap doesn't seem to need to do lots of complicated things simultaneously. What it lacks is storage space, (we're hitting the limits with the current arduino gcode firmware, I believe... but the atmega328 is allegedly on the way soon, and should be a drop in replacemnt?) and to a much lesser extent the raw processing speed to do various linedrawing things.<br />
<br />
I'd be more in favour of a cheap ARM7 microcontroller. There are a lot of them about, and the toolchains are quite mature. I quite fancied the look of the toys from [<a href="http://www.at91shop.com/" target="_blank"  rel="nofollow">www.at91shop.com</a>] but they're a little beyond me right now, skill-wise!]]></description>
            <dc:creator>Ru</dc:creator>
            <category>Controllers</category>
            <pubDate>Sat, 14 Jun 2008 11:56:32 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,13162#msg-13162</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,13162#msg-13162</link>
            <description><![CDATA[ This wouldn't be right for everybody; it would be more suited to those who are not averse to designing their own circuitry.  Parallax (parallax.com) puts out a very powerful (in terms of processing) microcontroller called the Propeller.  It's got 32 general-purpose IOs.  It can't supply much current, so MOSFETs would have to be substituted for normal transistors in many places.  It has EIGHT PROCESSORS!!!  True multitasking, woohoo!  As far as the USB drive thing goes, the Prop chip has been used many times to interface with USB devices, so that could be one possible solution.]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>Controllers</category>
            <pubDate>Wed, 11 Jun 2008 21:36:28 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,12108#msg-12108</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,12108#msg-12108</link>
            <description><![CDATA[ ... what could be done about columns is a middle-way - for small column-areas to output process not a single slice, but for example 8 slices, so you get a part of the column.<br />
<br />
Then ignore it, until you reach the height again and so on.<br />
<br />
So the fabbing is sort of optimized for this sort of geometry but didn't mess too much around with the joints ...<br />
<br />
Viktor]]></description>
            <dc:creator>VDX</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 19 May 2008 14:17:00 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,12105#msg-12105</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,12105#msg-12105</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />For this kind of fabbing there should be an optimization, which instead of simply slicing through the complete object should output every 'column' separately from the bottom to the next possible junction (in respect to the shape and outer diameter of the tool-tip). </div></blockquote>
This could prove exceedingly tricky to do correctly for the sort of space-frame Kyle as looking at. Completing one edge of a /\ shape would make it very difficult to join the second edge to the apex, for example, as the top of the first edge could be too close for the deposition head to move to the correct location.<br />
<br />
You could potentially solve it with something exotic like a hexapod, or a tilting platform attached to the bed to give you an extra couple of degrees of freedom, but I for one do not want to consider the mathematics of FDM toolpaths in 5+ DOF!<br />
<br />
Vertical pillars, (or at least isolated pillars) on the other hand could benefit from this though. The cats-cradle part that nophead printed out last week springs to mind, for example. But then you have the problem that when you've completed one pillar and start on the next, the base of the part may have cooled quite a lot which could result in very poor inter-layer adhesion.<br />
<br />
I think layers will be the least painful way to do FDM for some time to come ;)]]></description>
            <dc:creator>Ru</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 19 May 2008 12:16:03 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,11870,12066#msg-12066</guid>
            <title>Re: No Computers Attached!!!</title>
            <link>https://reprap.org/forum/read.php?13,11870,12066#msg-12066</link>
            <description><![CDATA[ degroof Wrote:<br />
-------------------------------------------------------<br />
&gt; For $100, you could add one of these:<br />
&gt; [<a href="http://www.linuxdevices.com/news/NS6372429785.html" target="_blank"  rel="nofollow">www.linuxdevices.com</a>]<br />
<br />
Nifty. You could carry it in your jacket pocket. If it can plug into a TV set, I might buy one.]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>Controllers</category>
            <pubDate>Sat, 17 May 2008 19:30:39 -0400</pubDate>
        </item>
    </channel>
</rss>
