Page 1 of 1
					
				avr-usb host
				Posted: Sat Mar 24, 2007 1:03 pm
				by dino
				Hi
      Is there anyone know how or heard making avr (atmega8535) connect to usb but as a host, i want connect my usb bluetooth dongle to avr so it can send and receive data wirelessly...hopely its work ( if you suggest me to use bluetooth module....i hope its about $10...i have financial problem ) 
 
best regard
dino
 
			 
			
					
				
				Posted: Sat Mar 24, 2007 9:48 pm
				by Christian U.
				no, thres at time only an very small assembler implementation to access usb hid devices as host. i have ported it to c for tests but have not managed it to get this working with other things (i wanted only to read the device descriptors).
i have found somebody who want to write his diplome work on implementing an sw host controller for small devices but its not finished and no word about avr
			 
			
					
				
				Posted: Mon Mar 26, 2007 10:12 pm
				by christian
				USB hosts must support at least Full Speed, that's 12 Mbit. Much too fast for a firmware-only implementation on the AVR.
			 
			
					
				USB host
				Posted: Wed Nov 05, 2008 11:15 am
				by eshslabs
				christian wrote:USB hosts must support at least Full Speed, that's 12 Mbit. Much too fast for a firmware-only implementation on the AVR.
In other words, it is unable to construct "software host for low-speed
devices" ?
 
			 
			
					
				
				Posted: Wed Nov 05, 2008 12:54 pm
				by christian
				A software host for low speed devices is possible and there are implementations available, see 
http://instruct1.cit.cornell.edu/course ... index.html