Reply by Gordon McComb November 14, 20062006-11-14
Don McKenzie wrote:
> > This chip is also available on a finished product, with Flash card > > electronics, holder, etc., at Sparkfun.com. About half the cost of the > > Chipdos dev board, but also without the RS232 (TTL serial only). > > > > -- Gordon > > Thanks Gary, Bob, Fleming, and Gordon. > > My Spark Fun connection is timing out right now, but do these guys do > great work, or what?
It is now for me too, so it's not just your routing. Got me concerned because we (Sparkfun and Budget Robotics) use the same Web host provider. Or at least we used to. My site is still up, and there's comes and goes. Might just be their box. Yes, they do good work. And it's generally inexpensive. We need more good, inexpensive stuff! Unfortunately, their MP3 breakout board is currently out of stock, but the DOSonChip and MP3 board would make a good pair for playing sound/music/effects on a bot. OTOH, the price together is a bit high. They also do a VS1002 MP3/SD module, and the Rogue Robotics uMP3 board is a good option for those going in that direction. Choices, choices... <g> -- Gordon
Reply by Don McKenzie November 14, 20062006-11-14
Gordon McComb wrote:

> Fleming wrote: > >>Try this: >>http://chipdos.com/ >>Fat32/16 on a SD/MMC card, with RS232 or SPI interface > > > This chip is also available on a finished product, with Flash card > electronics, holder, etc., at Sparkfun.com. About half the cost of the > Chipdos dev board, but also without the RS232 (TTL serial only). > > -- Gordon
Thanks Gary, Bob, Fleming, and Gordon. My Spark Fun connection is timing out right now, but do these guys do great work, or what? Don... -- Don McKenzie E-Mail Contact Page: http://www.dontronics.com/e-mail.html Crystal clear, super bright OLED LCD (128x128) for your microcontroller. Simple serial RX/TX interface. Many memory sizes. http://www.dontronics-shop.com/product.php?productid=16460
Reply by Gordon McComb November 14, 20062006-11-14
Fleming wrote:
> > Try this: > http://chipdos.com/ > Fat32/16 on a SD/MMC card, with RS232 or SPI interface
This chip is also available on a finished product, with Flash card electronics, holder, etc., at Sparkfun.com. About half the cost of the Chipdos dev board, but also without the RS232 (TTL serial only). -- Gordon
Reply by Fleming November 14, 20062006-11-14
Try this:
http://chipdos.com/
Fat32/16 on a SD/MMC card, with RS232 or SPI interface
Reply by Bob Smith November 14, 20062006-11-14
Like this?

http://www.compsys1.com/workbench/On_top_of_the_Bench/MMC_Project/mmc_project.html
Reply by Don McKenzie November 13, 20062006-11-13
jouka wrote:

> Look here > > http://www.engelmann-schrader.de/usbstick.html (in german but manual in english) > > This is not only a Usb Stick but also a kind of " Serial Stick". > > > Jouka
thanks Ulf and Jouka, I now have many good leads to check, and decide which direction to go. Don... Don McKenzie E-Mail Contact Page: http://www.dontronics.com/e-mail.html Crystal clear, super bright OLED LCD (128x128) for your microcontroller. Simple serial RX/TX interface. Many memory sizes. http://www.dontronics-shop.com/product.php?productid=16460
Reply by Ulf Samuelsson November 13, 20062006-11-13
"Don McKenzie" <look@mysig.com> skrev i meddelandet 
news:4558cdbc$0$5108$afc38c87@news.optusnet.com.au...
> thedoc wrote: > >>>Does anyone know of any serial interfaced (RX/TX) 1Mb-ish, (or larger) >>>flash ram storage systems for micros? Needs a simple file like indexed >>>system, so data chunks can be written, retreived, and deleted. Much like >>>a hard drive system. >>> >>>I know a USB ram drive will do this, but I would like something to >>>interface easily to any micro with a uart. >>> >>>Thanks in advance, >>>Don... >
You might want to consider the AT45DBxxx series of dataflash. This has an SPI interface and SMALL sectors (up to 1 kB). The advantage of small sectors is that file system typically do not need garbage collection (or it is simplified). The pages have "extra bytes" allowing erase count and other things useable in a flash file system. The devices start at 1 Mbit and go up to 64 Mbit in pin compatible 8 pin packages. Larger memories are in development. You can also get 16/34/64 Mbit in MMC like Flash card packages, so add an MMC connector to your board and you are in good shape. -- Best Regards, Ulf Samuelsson This is intended to be my personal opinion which may, or may not be shared by my employer Atmel Nordic AB
Reply by jouka November 13, 20062006-11-13
Look here  

http://www.engelmann-schrader.de/usbstick.html    (in german but manual in english)

This is not only a Usb Stick but also a kind of " Serial Stick".


Jouka
Reply by Don McKenzie November 13, 20062006-11-13
Arlet wrote:


>>>The ST25p64 series works for me. >> >>Your search - ST25p64 - did not match any documents. >>not a stock item in google. >> >>is the number correct? > > > Maybe the M25P64 from ST ?
Yes, http://www.st.com/stonline/books/ascii/docs/10987.htm I'll go have a read, thanks Cheers Don... Don McKenzie E-Mail Contact Page: http://www.dontronics.com/e-mail.html Crystal clear, super bright OLED LCD (128x128) for your microcontroller. Simple serial RX/TX interface. Many memory sizes. http://www.dontronics-shop.com/product.php?productid=16460
Reply by Arlet November 13, 20062006-11-13
Don McKenzie wrote:

> thedoc wrote: > > >>Does anyone know of any serial interfaced (RX/TX) 1Mb-ish, (or larger) > >>flash ram storage systems for micros? Needs a simple file like indexed > >>system, so data chunks can be written, retreived, and deleted. Much like a > >>hard drive system. > >> > >>I know a USB ram drive will do this, but I would like something to > >>interface easily to any micro with a uart. > >> > >>Thanks in advance, > >>Don... > > > The ST25p64 series works for me. > > Your search - ST25p64 - did not match any documents. > not a stock item in google. > > is the number correct?
Maybe the M25P64 from ST ?