Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Message

RE: [AVR-Chat] USB hard drives sticks

2004-07-24 by Øystein Fallo

Dave Mucha wrote:
>In thinking about how to store vast quantiteis of datalogging data
>AND to port it EASILY to a PC, I was wondering if anyone has used one
>of those USB sticks they call portable hard drives or USB Pen drive
>or whatever.....

Interfacing an avr to any usb device requires the avr to act as usb host.
This again would involve enumerating the usb-bus, which by itself is a
complex task. Then the required drivers for the memory-key must be
implemented.
Even if you suppose that your key allows low-speed mode, this is still
1.5Mbit/s, which means bit-banging at 3Mhz minimum, so your avr would be
100% usb occupied.
IMHO the best option is to use an external usb-if chip - or a uc with
embedded usb, AT43* to stick to avr-based devices...

rgds
Øystein Fallo

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.726 / Virus Database: 481 - Release Date: 22.07.2004

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.