got the same problem.
i hope someone of the developers knows anything about that.
i'm just wondering how to do a firware-based workaround and forced re-connect.
how could the avr detect, that it isn't properly connected?
bye,
tilex.
Search found 8 matches
- Thu Apr 09, 2009 1:32 am
- Forum: V-USB
- Topic: Device not recognized after PC start
- Replies: 5
- Views: 4773
- Fri Feb 13, 2009 6:34 pm
- Forum: V-USB
- Topic: which AVR to use?
- Replies: 7
- Views: 6107
I'm currently using an atmega8. It usually has 23 I/O Pins. I'm using an external 16 Mhz Quartz. Three Pins are reserverd for USB: one for triggering the interrupt (I think the attiny45 may need this third pin, too, so it has only 3 pins left) the other two pins are DATA+ and DATA- In my case that's...
- Fri Feb 13, 2009 6:16 pm
- Forum: V-USB
- Topic: which AVR to use?
- Replies: 7
- Views: 6107
- Sun Feb 08, 2009 7:21 pm
- Forum: V-USB
- Topic: how to remove the notice "found x busses"
- Replies: 1
- Views: 2563
how to remove the notice "found x busses"
Hi, I've made a console application for my project based on the project PowerSwitch. Everytime the console application connects with the device, it writes "found 4 busses" on the console. I bet it has something to do with the function "usb_find_busses();" but I can't find the fun...
- Sun Feb 01, 2009 4:48 pm
- Forum: V-USB
- Topic: Need help with bootloaderHID
- Replies: 7
- Views: 7878
Problem with Lock Bits
Hi, I have problems with setting up the lock bits. The Makefile of the USBHID_Bootloader shows the value "0x2F" for the lock bits. But there are two problems with that: 1. As I look into the datasheet that can't be a valid value because the highest two Bits are always high. 2. I don't know...
- Tue Jan 06, 2009 3:01 am
- Forum: V-USB
- Topic: Please help me to star AVR-USB
- Replies: 1
- Views: 2760
- Mon Jan 05, 2009 6:00 pm
- Forum: V-USB
- Topic: Zener diode suitability
- Replies: 5
- Views: 6031
finally I've tested it with two red LEDs in series from DATA+ to GND and two LEDs from DATA- to GND. That works fine. The other solution was the method showed on the circuit of the USB-AVR home page with two normal diodes in series to reduce the voltage of the whole circuit to ~3.6 V. http://www.obd...
- Mon Jan 05, 2009 4:55 am
- Forum: V-USB
- Topic: Zener diode suitability
- Replies: 5
- Views: 6031
can anyone take a look at the circuit of PowerSwitch? http://www.obdev.at/products/avrusb/powerswitch.html I tried to change the circuit to run with red LEDs instead of Zeners. I'm using an atmega8 controller running with 5V @ 16 Mhz (quarz). Where do I have to place the LEDs to work in that circuit...