- This topic has 3 replies, 2 voices, and was last updated 12 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › Make Data Storing Device
Hello,
Is this possilble to make any Data storing device like pen drive, with the help of AVR microcontroller.
If you know any information about this project, Please share it.
Hi vicky,
I think you can use eeprom chips together with AVR microcontroller. Most of thr eeprom IC has two wire IIC interface.
Thanks for response.
Do you know, how to connect it through USB ?
Is flash memory best for this task over EEPROM ?
It depends on your requirement!
Flash memory has the advantage like, there is no need for an external IC, you can easily program the flash memory. But its memory capacity is very low compared to eeprom ICs.
If you need to store large amount of data, go for eeprom, otherwise flash memory will be the better option.