Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Can PIC use thumb drive as storage

Status
Not open for further replies.
HI all

I was wondering if I had a PIC setup to record flight data of a
hybrid rocket, could a pic utilize a USB thumb drive for data storage?
 
It is difficult because you need to implement a USB host on the pic processor. Using compact flash with the pic is easier (the filesystem is a bit of an issue since it will need 512 byte clusters to work with a pc). You could then use a usb compact flash reader to download the data from the flash. You could also construct your system such that it acts as a usb peripheral and then you can use whatever type of storage you want.
 
Why not just save the data into an EEPROM and then send it serially? Unless you are looking at very long flight time you should be able to record it and once its back "download" the data to the PC thru the serial port.

I just saw a program in the Discovery Channel about model rockets and a competition it took place here in Kansas, US, that was pretty cool stuff..... what is a Hybrid Rocket?

Ivancho
 
And even for longer periods you could use EEPROM

atmel has parallel eeproms up to 512Kb ...
probabely even more
 
Thanks for all the advice.

My brother in law lives with an engineer who is researching and developing
hybrid rockets. I thought it might be a good way to store lots of flight data.

A hybrid rocket uses a solid fuel and a liquid oxidizer, in this case the fuel is a
tube of polyethylene plastic and the oxidizer is nitrous oxide.

Cheers

luke
 
Status
Not open for further replies.

New Articles From Microcontroller Tips

Back
Top