unrecognized peripherical ?

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
Jeremy
Posts: 1
Joined: Sat Jan 23, 2016 1:59 pm

unrecognized peripherical ?

Post by Jeremy » Sat Jan 23, 2016 2:11 pm

Hi guys !

I'm new with VUSB, and with AVR.
I've made a working LED cube, and now I'm trying to control it from my PC with USB.
I compiled a vusb test project (https://www.obdev.at/products/vusb/hidkeys.html),
changes the usbconfig.h to match my pins (PB2 and PB3), set F_CPU,
and windows gives me an error message, telling the usb peripherical hasn't worked, and can't be recognized.

Here is the circuit :
Image

AS you see, my AVR is powered with 5V supply, and I need this. So I used zener diodes as said on the wiki.
I'm guessing it's a hardware issue, but I can't figure out what.

Any ideas ?

Thank's for your help anyway !

Post Reply