3.3v zener instead of 3.6v zener

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
shoujin
Posts: 2
Joined: Thu Oct 09, 2008 3:17 am

3.3v zener instead of 3.6v zener

Post by shoujin » Thu Oct 09, 2008 3:21 am

okay i need some information about this matter, everytime i saw the example project all the zener used is 3.6v, my question is simple is it possible to use 3.3v zener instead of 3.6v zener?

Grendel
Rank 4
Rank 4
Posts: 167
Joined: Sat Dec 16, 2006 9:53 pm
Location: Oregon, USA
Contact:

Post by Grendel » Thu Oct 09, 2008 9:19 am

Worked for me using a Mega8, didn't work w/ a Tiny461. Turned out the I/O pin threshold voltages are different and I had to use 3.6V w/ the Tiny (3.6 worked w/ the Mega as well). If you want to play it save use 3.6V, <= 500mW.

christian
Objective Development
Objective Development
Posts: 1443
Joined: Thu Nov 09, 2006 11:46 am

Post by christian » Thu Oct 09, 2008 4:54 pm

Someone also suggested a green and an orange LED in series. The forward voltage should be pretty close to 3.3 V.

Since LEDs can differ depending on efficiency etc, measure the voltage before you use them.

shoujin
Posts: 2
Joined: Thu Oct 09, 2008 3:17 am

Post by shoujin » Fri Oct 10, 2008 2:15 am

i see, anyway i risked my avr (tiny2313) yasterday with a pair 3.3v zener ( i use BZX55/C3V3 ) it worked, however i should lower the series resistor to 47, if i use 68 it won't work though. So is this okay to do this? i checked the voltage on d+ and d- with osciloscope it swinging around 3.4v - 0v is this okay?

Grendel
Rank 4
Rank 4
Posts: 167
Joined: Sat Dec 16, 2006 9:53 pm
Location: Oregon, USA
Contact:

Post by Grendel » Fri Oct 10, 2008 2:57 am

Sounds good to me :)

christian
Objective Development
Objective Development
Posts: 1443
Joined: Thu Nov 09, 2006 11:46 am

Post by christian » Fri Oct 10, 2008 5:31 pm

Yes, looks OK. But please also check the idle voltage on D-. It should be above ~ 3 V.

Post Reply