Wi-Fi SD cards?

582 views
Skip to first unread message

Marius Watz

unread,
Aug 12, 2012, 11:14:17 AM8/12/12
to make...@googlegroups.com
Has anyone tried to use a wi-fi SD card (not SDHC) in a Replicator? Would be sooo useful for those days when I'm printing rapid iterations of the same model.

Marius Watz

unread,
Aug 12, 2012, 11:15:39 AM8/12/12
to make...@googlegroups.com
Meant to post a link - this is a sample card that looks like it might work since it's SD-compatible:

Martin Galese

unread,
Aug 12, 2012, 11:44:57 AM8/12/12
to make...@googlegroups.com
I was thinking about this too, but I doubt any of these wifi cards would simulate a FAT (not FAT32) filesystem on them, so I don't think they'd work in the Replicator.

--
You received this message because you are subscribed to the Google Groups "MakerBot Operators" group.
To view this discussion on the web visit https://groups.google.com/d/msg/makerbot/-/XHU5p1VSzscJ.

To post to this group, send email to make...@googlegroups.com.
To unsubscribe from this group, send email to makerbot+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/makerbot?hl=en.



--
Martin Galese

Owen M Collins

unread,
Aug 12, 2012, 12:20:38 PM8/12/12
to make...@googlegroups.com
Man if MBI could change that it would open up a lot of possibilities. Or doing something that you could hook it up to an Ethernet hub to send files to it.

O.

Jeremy Green

unread,
Aug 12, 2012, 12:51:12 PM8/12/12
to make...@googlegroups.com
The problem I see is that most of these cards are set up to transfer files from the card to the Internet/computer. They aren't set up to allow you to edit or add files to the card. 

   -Jeremy

Dan Newman

unread,
Aug 12, 2012, 12:51:56 PM8/12/12
to make...@googlegroups.com
Bluetooth <-> USB dongles sell for well below $20 USD. (I'm seeing some listed
for $12.49). You may have better luck going that route albeit with all the downsides
of printing over USB with wireless comms issues on top of it. I recall folks trying
them with Cupcakes back in 2010, but I didn't pay too much attention.

Dan
Message has been deleted

Laird Popkin

unread,
Aug 12, 2012, 3:32:30 PM8/12/12
to make...@googlegroups.com
Exactly - there's software on the card, and is doing the opposite of what you want.

What the cards do is go into a camera. When the camera writes a file to the SD card, the card connects to WiFi and sends the file somewhere (computer, Flickr, etc., depending on the specific card).

What we want is to be able to send a file over WiFi to the card, so that you can tell the printer to print it. Technically the cards could do it, but I'd guess that the companies that sell the cards don't want people writing their own firmware for the cards.

Another way to do this would be to put a WiFi interface onto the printer, and write some software to (for example) run a very simple server to accept files and write them to the SD card, so that you could then go to the printer and print from the SD card. I think you'd rather print from SD than print from WiFi, because of the timing issues (i.e. printing over WiFi would be worse than printing over USB, which is worse than printing from SD).

- LP

Tyler Pope

unread,
Aug 12, 2012, 10:08:28 PM8/12/12
to make...@googlegroups.com
I'm sure we all transfer programs wirelessly, but it's a big no-no when dealing with g-code programs in manufacturing. Just one missing decimal point or number can cause a million dollar machine to destroy itself. 

I guess my point is that I would rather see a way to transfer a program to the machine and start it all from a wired (USB or Network) computer. Currently RepG sends the program line by line and has caused me problems. So now everything runs off of SD card.

Luis E. Rodriguez

unread,
Aug 12, 2012, 10:13:43 PM8/12/12
to make...@googlegroups.com
Use multiple SD cards. Or just be patient, you have the future on your desktop. :)

I think it would be cooler if slicers were in the cloud (with your profile) and you send a file and receive the gcode to your sd card. I guess that would suck when you don't have an Internet connection but that is crazy talk!

Luis E. Rodriguez
--
You received this message because you are subscribed to the Google Groups "MakerBot Operators" group.
To view this discussion on the web visit https://groups.google.com/d/msg/makerbot/-/J78dkVd7uvwJ.

Tyler Pope

unread,
Aug 12, 2012, 10:20:24 PM8/12/12
to make...@googlegroups.com
Especially since we are going to have Google Fiber in KC soon Luis.

Whosawhatsis

unread,
Aug 13, 2012, 11:10:10 AM8/13/12
to make...@googlegroups.com
I don't know what its storage capabilities are, but the Electric Imp could probably be configured to do this.

Cymon

unread,
Aug 13, 2012, 11:34:03 AM8/13/12
to make...@googlegroups.com
Supposedly the Cube lets you wirelessly send files for print to your printer. Of course I don't know ANYONE who has one. Are they even shipping or are they just a list of bullet points on a website.

Gary Crowell

unread,
Aug 13, 2012, 1:29:37 PM8/13/12
to make...@googlegroups.com
On Mon, Aug 13, 2012 at 9:10 AM, Whosawhatsis <whosaw...@gmail.com> wrote:
I don't know what its storage capabilities are, but the Electric Imp could probably be configured to do this.


It would take some work:
"While the device looks just like and SD card, it's not pin-compatible with the standard -- the idea is to leverage a reliable and affordable connector for the Electric Imp. The module is not very useful on its own -- it only comes to life when inserted into one of several boards, which provide the Electric Imp with power and access to the real world. In turn the device gives these boards a brain and an Internet connection. Eventually the company hopes that appliance manufacturers will incorporate Electric Imp slots into products to make them network aware."

 
----------------------------------------------
Gary A. Crowell Sr., P.E., CID+

whosawhatsis

unread,
Aug 13, 2012, 2:00:09 PM8/13/12
to make...@googlegroups.com
I don't know how "not pin-compatible" it is, but I know that it includes an ARM chip that can be programmed (to some extent) and can be configured for several interface protocols including SPI. Presumably it would be designed so that you could configure it to simulate an SD card, and the contents of the the card could then be replaced by cloud storage.
--
You received this message because you are subscribed to the Google Groups "MakerBot Operators" group.

Sean Tu

unread,
Aug 13, 2012, 3:18:45 PM8/13/12
to make...@googlegroups.com
The hardware for Ethernet (802.3) and WiFi (at least for 802.11b/g) already exists for the Arduino platform.

If someone really wanted to do this, it should be possible to build something to put in the case. 

I have not gone through much of the firmware running on a ToM or Replicator so I don't know what is still available as far as resources on the Arduino (i.e. what pins are still available), but, I would probably add another processor in the form of a Nano, to hook up the networking hardware and some memory for buffering, and create an independent communications subsystem to latch into the main controller.

There would still be issues that would need to be worked out but it should be possible to feed the GCode over a network. If someone really want's to do this I would suggest looking at how the current setup interacts with the SD card and USB port (kind of a question to Jetty since he's one of the few who may know, kind of wondering if all it's doing is a Serial.read() from the USB or what package it uses for the SD.)

Shawn

unread,
Aug 13, 2012, 3:33:15 PM8/13/12
to make...@googlegroups.com
If/when time permits, I was going to set up a single board computer to
run the printer (I'll probably test it with my Prusa first). The idea
is that I could send a file to the printer, which would load/store the
file locally - just like the SD Card - and then print it when possible.
A simple directory watch routine might do the trick - set up a network
share, configure the bot to watch that directory, and when it sees
anything there it grabs the "next" file, transfers it locally and
continues processing the print. Once done it just repeats the cycle.
Now you could have many printers watching the directory and printing to
a bot farm becomes easy.

BUT, the existing Arduinos that run the various printers are already
fairly taxed in terms of memory and such. A secondary controller would
have to be set up (I think) to utilize the Ethernet/WiFi shields. That
means you need a way to communicate the details to the main controller,
which requires more overhead than I think is available. But I haven't
actually gotten that low level with the printers yet, so I *may* be
talking out of my ass on this.. .:)

Still, I think the Single Board Computer approach would be more flexible
and not too much more expensive.

Shawn
>> Imp with power and access to /the real world/. In turn the device
>> gives these boards a brain and an Internet connection. Eventually
>> the company hopes that appliance manufacturers will incorporate
>> Electric Imp slots into products to make them network aware."
>>
>> ----------------------------------------------
>> Gary A. Crowell Sr., P.E., CID+
>> Linkedin <http://www.linkedin.com/in/garyacrowellsr> Elance
>> <http://www.linkedin.com/redirect?url=http%3A%2F%2Fgaryacrowellsr%2Eelance%2Ecom&urlhash=kJm9>
>> KE7FIZ <http://www.arrl.org>
>>
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "MakerBot Operators" group.
>> To post to this group, send email to make...@googlegroups.com
>> <mailto:make...@googlegroups.com>.
>> To unsubscribe from this group, send email to
>> makerbot+u...@googlegroups.com
>> <mailto:makerbot+u...@googlegroups.com>.
>> For more options, visit this group at
>> http://groups.google.com/group/makerbot?hl=en.
>
> --
> You received this message because you are subscribed to the Google
> Groups "MakerBot Operators" group.
> To post to this group, send email to make...@googlegroups.com
> <mailto:make...@googlegroups.com>.
> To unsubscribe from this group, send email to
> makerbot+u...@googlegroups.com
> <mailto:makerbot%2Bunsu...@googlegroups.com>.

Ward Elder

unread,
Aug 13, 2012, 4:12:15 PM8/13/12
to make...@googlegroups.com
How about a Raspberry Pi running Linux. Attach it to your Ethernet and somehow attach it to the TOM/Replicator/CupCake... maybe some sort of SD card emulator running on the Pi?


Thank you,


Ward M. Elder
Eldersoft
42 Appleton St.
Winnipeg, MB
R2G1K5
(204) 791-7754   (Cell)
wa...@eldersoft.ca

Jamesarm97

unread,
Aug 13, 2012, 5:57:38 PM8/13/12
to make...@googlegroups.com
That was my thoughts. I have a pi and would like to make a 3d printer server / buffer. FTP or email the gcode files to and have them available to print.

Sun

unread,
Aug 14, 2012, 4:04:17 AM8/14/12
to make...@googlegroups.com
This should do what OP wanted to do
http://www.eye.fi/

Sun

unread,
Aug 14, 2012, 4:06:36 AM8/14/12
to make...@googlegroups.com
Great, I accidentally hit post again..

I wanted to ask you how long it took for you to receive Raspberry Pi, I really really want one but then at the same time I hate waiting so illogically I'm putting off ordering it.

Ward Elder

unread,
Aug 14, 2012, 8:20:55 AM8/14/12
to make...@googlegroups.com

 

Thank you,

 

 

Ward M. Elder

ElderSoft

42 Appleton St.

Winnipeg, MB

R2G1K5

(204) 791-7754   (Cell)

 

wa...@eldersoft.ca

 

From: make...@googlegroups.com [mailto:make...@googlegroups.com] On Behalf Of Sun
Sent: August-14-12 3:07 AM
To: make...@googlegroups.com
Subject: Re: [MakerBot] Re: Wi-Fi SD cards?

 

Great, I accidentally hit post again..

--

You received this message because you are subscribed to the Google Groups "MakerBot Operators" group.

To view this discussion on the web visit https://groups.google.com/d/msg/makerbot/-/-mftjVrR6dUJ.

Hugh Johnson

unread,
Aug 14, 2012, 11:43:02 AM8/14/12
to make...@googlegroups.com
I got one on eBay including an sd card and shipping for $50.
--
You received this message because you are subscribed to the Google Groups "MakerBot Operators" group.
To view this discussion on the web visit https://groups.google.com/d/msg/makerbot/-/-mftjVrR6dUJ.
Reply all
Reply to author
Forward
0 new messages