adding usb function to project

Thread Starter

bradstormer

Joined Aug 6, 2010
65
hi all,
i am building a project using an 8052 controller and find myself with 4 free pins.
the project is a navigation system.
the question is this, without purchasing any additional equipment such as ic's would it be possible to get the project to write a text file (*.txt) to a usb stick or even a computer?
its just an add on i would like to put in there, any help would be appretiated.
 

GetDeviceInfo

Joined Jun 7, 2009
2,196
If you planned your design so that your spare pins where the uart, then your almost there in regards to serial communication with a PC. For USB, you will need host capabilities to enumerate a storage device. On the otherhand, you could bitbang an SD storage.
 
Top