Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Is there a fast way to load a file to the SD card through USB?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Misha  
View profile  
 More options Oct 21 2012, 7:30 pm
From: Misha <mbt...@gmail.com>
Date: Sun, 21 Oct 2012 16:30:29 -0700 (PDT)
Local: Sun, Oct 21 2012 7:30 pm
Subject: Is there a fast way to load a file to the SD card through USB?

I ordered an SDRAMPS and it is working fine except for one thing that is
really bothering me.  If I try to write a gcode file to the SD card through
Pronterface it takes forever, like it is writing the file one command at a
time.  Takes a few minutes even for the simplest files.

Right now I just take out the micro SD and put it directly in my computer
to transfer the file and then put it back in the SDRAMPS, but I would like
to avid having to reach into the printer for the SD card every time.

Is there a faster way to load the file onto the SD card through RAMPS?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Triffid Hunter  
View profile  
 More options Oct 21 2012, 7:45 pm
From: Triffid Hunter <triffid.hun...@gmail.com>
Date: Mon, 22 Oct 2012 10:44:55 +1100
Local: Sun, Oct 21 2012 7:44 pm
Subject: Re: [MendelMax] Is there a fast way to load a file to the SD card through USB?

On Mon, Oct 22, 2012 at 10:30 AM, Misha <mbt...@gmail.com> wrote:
> Is there a faster way to load the file onto the SD card through RAMPS?

No.

The speed is primarily limited by the serial section between the
usb-serial chip and the main chip.

At 250kbaud, the top speed is about 25k/s which is fine for printing
but pretty abysmal for a disk.

The speed is further limited because the host requires an 'ok'
response for every line that it sends, which due to how USB works has
significant latency.

For faster SD card access without having to switch the card back and
forth, you'll want to investigate some of the new cortex-m3 boards
appearing such as Smoothie or 4pi


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
UK Chris  
View profile  
 More options Oct 22 2012, 2:37 am
From: UK Chris <honeya...@rapro.co.uk>
Date: Sun, 21 Oct 2012 23:37:39 -0700 (PDT)
Local: Mon, Oct 22 2012 2:37 am
Subject: Re: Is there a fast way to load a file to the SD card through USB?
Misha,

...or perhaps one of these may help
http://www.ebay.co.uk/itm/SD-Card-Slot-Extension-Cable-New-Compact-Si...

Regards


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gert van den Berg (MoHaG)  
View profile  
 More options Oct 22 2012, 3:14 am
From: "Gert van den Berg (MoHaG)" <gert...@gmail.com>
Date: Mon, 22 Oct 2012 00:14:03 -0700 (PDT)
Local: Mon, Oct 22 2012 3:14 am
Subject: Re: Is there a fast way to load a file to the SD card through USB?

On Monday, October 22, 2012 8:37:39 AM UTC+2, UK Chris wrote:

> Misha,

> ...or perhaps one of these may help

> http://www.ebay.co.uk/itm/SD-Card-Slot-Extension-Cable-New-Compact-Si...

> The Raspberry Pi uses a full size SD card while the SDRAMPS uses a

MicroSD... Something similar might work though... (for making the card
easier to reach...)

On that topic, I'm considering putting a Raspberry Pi in my printer,
connecting the serial from the RPi's GPIO (through the right level
converters) to the Arduino. Ethernet should at least allow the file to be
transferred to the RasPi almost instantly... Just need ethernet-capable
host software... (Printrun's CLI version should work for now, or possibly
the web interface from the experimental branch)

Gert


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Misha  
View profile  
 More options Oct 22 2012, 7:41 am
From: Misha <mbt...@gmail.com>
Date: Mon, 22 Oct 2012 04:41:56 -0700 (PDT)
Local: Mon, Oct 22 2012 7:41 am
Subject: Re: Is there a fast way to load a file to the SD card through USB?

Good idea Chris! Simple and effective solution.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Henrique Rossi Altero  
View profile  
 More options Oct 22 2012, 2:57 pm
From: Henrique Rossi Altero <muringa...@gmail.com>
Date: Mon, 22 Oct 2012 11:57:47 -0700 (PDT)
Local: Mon, Oct 22 2012 2:57 pm
Subject: Re: Is there a fast way to load a file to the SD card through USB?

Hey guys what about the new Arduino Due? It has the same size an pin layout that the Mega, so with a new firmware all RAMPS boards would work, and there's native USB right???


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gert van den Berg (MoHaG)  
View profile  
 More options Oct 22 2012, 3:09 pm
From: "Gert van den Berg (MoHaG)" <gert...@gmail.com>
Date: Mon, 22 Oct 2012 12:09:53 -0700 (PDT)
Local: Mon, Oct 22 2012 3:09 pm
Subject: Re: Is there a fast way to load a file to the SD card through USB?

On Monday, October 22, 2012 8:57:47 PM UTC+2, Henrique Rossi Altero wrote:

> Hey guys what about the new Arduino Due? It has the same size an pin
> layout that the Mega, so with a new firmware all RAMPS boards would work,
> and there's native USB right???

That should work... Not that simple though...

The  Due runs at 3.3V and can't handle 5V inputs. See
http://forums.reprap.org/read.php?219,161986,162048

Gert


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
UK Chris  
View profile  
 More options Oct 22 2012, 4:55 pm
From: UK Chris <honeya...@rapro.co.uk>
Date: Mon, 22 Oct 2012 13:55:31 -0700 (PDT)
Local: Mon, Oct 22 2012 4:55 pm
Subject: Re: Is there a fast way to load a file to the SD card through USB?
 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Triffid Hunter  
View profile  
 More options Oct 22 2012, 9:20 pm
From: Triffid Hunter <triffid.hun...@gmail.com>
Date: Tue, 23 Oct 2012 12:20:34 +1100
Local: Mon, Oct 22 2012 9:20 pm
Subject: Re: [MendelMax] Re: Is there a fast way to load a file to the SD card through USB?
On Tue, Oct 23, 2012 at 6:09 AM, Gert van den Berg (MoHaG)

<gert...@gmail.com> wrote:
> The  Due runs at 3.3V and can't handle 5V inputs. See
> http://forums.reprap.org/read.php?219,161986,162048

that's pretty pathetic, NXP's LPC series (as used on Smoothie) have 5v
compatible digital inputs despite running at 3.3v.. I think analog
inputs and a few of the special features may not share 5v
compatibility, check the datasheet.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
AnWe79  
View profile  
 More options Oct 24 2012, 11:51 am
From: AnWe79 <murp...@gmail.com>
Date: Wed, 24 Oct 2012 08:51:57 -0700 (PDT)
Local: Wed, Oct 24 2012 11:51 am
Subject: Re: Is there a fast way to load a file to the SD card through USB?

I'm running my mendelmax off a rasberry pi. I run pronterface over wifi (X forwarding over ssh) and have the pi connected to ramps over usb. The response of the gui is a bit sluggish but it's workable for occasional prints. The setup could probably be improved a lot by not running the gui on the pi.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »