Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | Comp.Arch.Embedded | AVR + USB Memory stick

There are 11 messages in this thread.

You are currently looking at messages 0 to 10.

AVR + USB Memory stick - 2005-12-26 10:59:00

I want to build an small data logger based around ATMEL's 8535 (or one of 
the AVR Mega).
I need to log around 300MBytes of data. USB memory sticks are cost effective 
storage mediums. Is there a simple way to interface a USB memory stick with 
an ATMEL microcotroller?

Ray





Re: AVR + USB Memory stick - larwe - 2005-12-26 11:14:00

> I need to log around 300MBytes of data. USB memory sticks are cost effective
> storage mediums. Is there a simple way to interface a USB memory stick with
> an ATMEL microcotroller?

No. Use a CompactFlash card.


Re: AVR + USB Memory stick - Carsten - 2005-12-26 11:38:00

On 26 Dec 2005 08:14:33 -0800, "larwe" <z...@gmail.com> wrote:

>
>> I need to log around 300MBytes of data. USB memory sticks are cost effective
>> storage mediums. Is there a simple way to interface a USB memory stick with
>> an ATMEL microcotroller?
>
>No. Use a CompactFlash card.

Use a SD/MMC card ,much easier than  compactflash

Just set the AVR for SPI , and connect the SD/MMC via a cpl of
voltagedividers.

See www.microsyl.com (LCD sign)

Carsten


Re: AVR + USB Memory stick - Mike Harrison - 2005-12-26 12:16:00

On Tue, 27 Dec 2005 02:59:32 +1100, <Ray> wrote:

>I want to build an small data logger based around ATMEL's 8535 (or one of 
>the AVR Mega).
>I need to log around 300MBytes of data. USB memory sticks are cost effective 
>storage mediums. Is there a simple way to interface a USB memory stick with 
>an ATMEL microcotroller?
>
>Ray

This chip will do it - does all the FAT stuff from a simple serial interface., as well as allowing
access to USB mice, keyboards, printers etc. 
http://www.alfat.co.uk/usbwiz.html

Re: AVR + USB Memory stick - Spehro Pefhany - 2005-12-26 14:17:00

On Mon, 26 Dec 2005 17:16:40 GMT, the renowned Mike Harrison
<m...@whitewing.co.uk> wrote:

>On Tue, 27 Dec 2005 02:59:32 +1100, <Ray> wrote:
>
>>I want to build an small data logger based around ATMEL's 8535 (or one of 
>>the AVR Mega).
>>I need to log around 300MBytes of data. USB memory sticks are cost effective 
>>storage mediums. Is there a simple way to interface a USB memory stick with 
>>an ATMEL microcotroller?
>>
>>Ray
>
>This chip will do it - does all the FAT stuff from a simple serial interface., as well as allowing
>access to USB mice, keyboards, printers etc. 
>http://www.alfat.co.uk/usbwiz.html

"USBWiz".. it's a preprogrammed LPC2114 ARM chip used with an ISP1160?

There's something a bit sad about using a double-digit MHz 128K 32-bit
processor to interface an 8-bit micro with a USB flash drive, but I
bet that could be pretty useful in some circumstances.  


Best regards, 
Spehro Pefhany
-- 
"it's the network..."                          "The Journey is the reward"
s...@interlog.com             Info for manufacturers: http://www.trexon.com
Embedded software/hardware/analog  Info for designers:  http://www.speff.com

Re: AVR + USB Memory stick - linnix - 2005-12-26 14:22:00

Spehro Pefhany wrote:
> On Mon, 26 Dec 2005 17:16:40 GMT, the renowned Mike Harrison
> <m...@whitewing.co.uk> wrote:
>
> >On Tue, 27 Dec 2005 02:59:32 +1100, <Ray> wrote:
> >
> >>I want to build an small data logger based around ATMEL's 8535 (or one of
> >>the AVR Mega).
> >>I need to log around 300MBytes of data. USB memory sticks are cost effective
> >>storage mediums. Is there a simple way to interface a USB memory stick with
> >>an ATMEL microcotroller?
> >>
> >>Ray
> >
> >This chip will do it - does all the FAT stuff from a simple serial interface., as well as allowing
> >access to USB mice, keyboards, printers etc.
> >http://www.alfat.co.uk/usbwiz.html
>
> "USBWiz".. it's a preprogrammed LPC2114 ARM chip used with an ISP1160?
>
> There's something a bit sad about using a double-digit MHz 128K 32-bit
> processor to interface an 8-bit micro with a USB flash drive, but I
> bet that could be pretty useful in some circumstances.

And for 40 pounds (60 USD), you can almost get a complete 32bit board
with USB and many other stuffs.

>
>
> Best regards,
> Spehro Pefhany
> --
> "it's the network..."                          "The Journey is the reward"
> s...@interlog.com             Info for manufacturers: http://www.trexon.com
> Embedded software/hardware/analog  Info for designers:  http://www.speff.com


Re: AVR + USB Memory stick - Rene Tschaggelar - 2005-12-26 15:39:00

Mike Harrison wrote:

> On Tue, 27 Dec 2005 02:59:32 +1100, <Ray> wrote:
> 
> 
>>I want to build an small data logger based around ATMEL's 8535 (or one of 
>>the AVR Mega).
>>I need to log around 300MBytes of data. USB memory sticks are cost effective 
>>storage mediums. Is there a simple way to interface a USB memory stick with 
>>an ATMEL microcotroller?
>>
>>Ray
> 
> 
> This chip will do it - does all the FAT stuff from a simple serial interface., as well as allowing
> access to USB mice, keyboards, printers etc. 
> http://www.alfat.co.uk/usbwiz.html


At 40 British pounds not exactly cheap.

Rene
-- 
Ing.Buero R.Tschaggelar - http://www.ibrtses.com
& commercial newsgroups - http://www.talkto.net

Re: AVR + USB Memory stick - Ulf Samuelsson - 2005-12-27 07:54:00

<Ray> skrev i meddelandet 
news:43b01341$0$25854$a...@news.optusnet.com.au...
>I want to build an small data logger based around ATMEL's 8535 (or one of 
>the AVR Mega).
> I need to log around 300MBytes of data. USB memory sticks are cost 
> effective storage mediums. Is there a simple way to interface a USB memory 
> stick with an ATMEL microcotroller?
>
> Ray
>
>

The advantage of the USB memory stick is that many people have one and
they are easy to connect to just about any PC.
The SD/MMC is easier to connect to the AVR but will require a memory reader 
on most PCs.

Check www.avrfreaks.net.
There is someone which has a ready application for SD connection
and sells the source code etc. for about $130
I think they use a mega128.

A part with external bus might be good if you want to use Compactflash.

-- 
Best Regards,
Ulf Samuelsson
This is intended to be my personal opinion which may,
or may bot be shared by my employer Atmel Nordic AB 



Re: AVR + USB Memory stick - Mike Harrison - 2005-12-27 08:53:00

On Tue, 27 Dec 2005 13:54:28 +0100, "Ulf Samuelsson" <u...@a-t-m-e-l.com> wrote:

>
><Ray> skrev i meddelandet 
>news:43b01341$0$25854$a...@news.optusnet.com.au...
>>I want to build an small data logger based around ATMEL's 8535 (or one of 
>>the AVR Mega).
>> I need to log around 300MBytes of data. USB memory sticks are cost 
>> effective storage mediums. Is there a simple way to interface a USB memory 
>> stick with an ATMEL microcotroller?
>>
>> Ray
>>
>>
>
>The advantage of the USB memory stick is that many people have one and
>they are easy to connect to just about any PC.
>The SD/MMC is easier to connect to the AVR but will require a memory reader 
>on most PCs.

Although the readers are so cheap that it may be viable to ship one with the product. 

Re: AVR + USB Memory stick - Carsten - 2005-12-27 12:01:00

On Tue, 27 Dec 2005 13:54:28 +0100, "Ulf Samuelsson"
<u...@a-t-m-e-l.com> wrote:

>
><Ray> skrev i meddelandet 
>news:43b01341$0$25854$a...@news.optusnet.com.au...
>>I want to build an small data logger based around ATMEL's 8535 (or one of 
>>the AVR Mega).
>> I need to log around 300MBytes of data. USB memory sticks are cost 
>> effective storage mediums. Is there a simple way to interface a USB memory 
>> stick with an ATMEL microcotroller?
>>
>> Ray
>>
>>
>
>The advantage of the USB memory stick is that many people have one and
>they are easy to connect to just about any PC.
>The SD/MMC is easier to connect to the AVR but will require a memory reader 
>on most PCs.
>
>Check www.avrfreaks.net.
>There is someone which has a ready application for SD connection
>and sells the source code etc. for about $130
>I think they use a mega128.
>
>A part with external bus might be good if you want to use Compactflash.

Have a look at this one for the AVR (It's free)

Maybe use BabelFish

http://www.ulrichradig.de/site/atmel/avr_mmcsd/index.htm

Carsten


| 1 | 2 | next