POV-Ray : Newsgroups : povray.off-topic : Electronics research Server Time
4 Sep 2024 11:23:11 EDT (-0400)
  Electronics research (Message 31 to 40 of 104)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: Orchid XP v8
Subject: Re: Electronics research
Date: 19 May 2010 13:09:18
Message: <4bf41b3e$1@news.povray.org>
Darren New wrote:

> Cute. Is there a name for when you have a red LED in one direction and a 
> green LED in the other and you use AC to make it yellow? I want to use 
> that around my colleges and sound like I know what I'm talking about. ;-)

Most people call that a tri-colour LED - but sometimes that term is used 
to refer to an LED with three different-coloured dies inside it (and 
hence 3 pins). Which is obviously a different component.

-- 
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*


Post a reply to this message

From: Orchid XP v8
Subject: Re: Electronics research
Date: 19 May 2010 13:14:08
Message: <4bf41c60@news.povray.org>
scott wrote:
>> I always thought of it as logic high meaning "connected to the +V 
>> rail" and logic low meaning "not connected to anything".
> 
> Logic "high" and "low" are just names given to a certain agreed range of 
> voltages.  The difference between "not connected to anything" (floating) 
> and "logic low" is very important when working with data busses.  If you 
> have several devices all with their outputs connected to a data bus, 
> then only one device at a time must be driving the data lines to logic 
> low/high, the rest must set their outputs to floating.

OK, so if I'm understanding this right... The 74126 (go look it up) 
contains 4 "buffers" - gates who's output is logically equal to their 
input. But each gate also has an "enable" pin. When the enable pin is 
high, the gate works like normal. When the enable pin goes low, it's 
like the output pin isn't connected to anything any more.

And it seems that this allows you to connect several outputs together, 
forming a kind of wired-OR configuration, provided that at all times 
only one gate is "enabled".

Is that right?

-- 
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*


Post a reply to this message

From: clipka
Subject: Re: Electronics research
Date: 19 May 2010 13:16:58
Message: <4bf41d0a$1@news.povray.org>
Am 19.05.2010 16:16, schrieb Invisible:
> While we're here, does anybody comprehend what VCC, VSS, VDD and related
> symbols mean?

According to JEDEC,

VBB = substrate power voltage (bias voltage), a voltage < VSS/GND.

VCC = logic power voltage, serving as a reference for high signal levels 
(often sharing a common rail with VDD, in which case they may be used 
interchangeably).

VCCQ = output stage logic power voltage, separate (positive) power rail 
to drive output loads.

VDD = drain power voltage. separate (positive) power rail to drive the 
chip's internals.

VDDQ = output stage drain power voltage. Effectively the same as VCCQ.

VEE = emitter power voltage. Only used for ECL devices.

VHH = special function enable voltage. An extra-high voltage to enable 
certain special functions of a device.

VPP = programming voltage. An extra-high voltage to supply the power for 
the programming function of a device (e.g. EPROM)

VREF = reference power supply, serving as a special reference voltage, 
e.g. for ADC inputs.

VSS = GND = ground reference / source power voltage, serving as both 
(negative) power rail and low signal level reference.

VSSQ = GNDQ = output stage source power voltage / ground reference, 
serving as both a (negative) power rail and low signal level reference 
specifically for output signals (should always be at the same level as 
VSS=GND).

(This is just a subset of all the symbols used; for instance, 
digital/analog devices such as programmable amplifiers or ADCs/DACs 
often use separate voltage rails for the analog signals.)


Post a reply to this message

From: Orchid XP v8
Subject: Re: Electronics research
Date: 19 May 2010 13:22:29
Message: <4bf41e55@news.povray.org>
clipka wrote:

> According to JEDEC,
> 
> VCC = logic power voltage, serving as a reference for high signal levels 
> (often sharing a common rail with VDD, in which case they may be used 
> interchangeably).
> 
> VDD = drain power voltage. separate (positive) power rail to drive the 
> chip's internals.
> 
> VSS = GND = ground reference / source power voltage, serving as both 
> (negative) power rail and low signal level reference.
> 
> VSSQ = GNDQ = output stage source power voltage / ground reference, 
> serving as both a (negative) power rail and low signal level reference 
> specifically for output signals (should always be at the same level as 
> VSS=GND).

Suddenly the picture becomes even more complex than you feared...

> (This is just a subset of all the symbols used; for instance, 
> digital/analog devices such as programmable amplifiers or ADCs/DACs 
> often use separate voltage rails for the analog signals.)

Thank god I don't have to deal with anything analogue yet! ;-)

-- 
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*


Post a reply to this message

From: Mike Raiford
Subject: Re: Electronics research
Date: 19 May 2010 14:45:54
Message: <4bf431e2$1@news.povray.org>
On 5/19/2010 12:22 PM, Orchid XP v8 wrote:

>
> Thank god I don't have to deal with anything analogue yet! ;-)
>

I spent hours trying to figure out why an op-amp wouldn't give me the 
output I was expecting. It finally clicked when I read the warning on 
the data sheet that pulling an input within 0.5v of V- would cause it to 
latch-up and force the output to near V+ no matter the state of the 
inputs. I went through a few chips thinking they were defective.... or 
that I toasted one (got V+ and V- reversed, which is apparently bad for 
op-amps...)


-- 
~Mike


Post a reply to this message

From: Orchid XP v8
Subject: Re: Electronics research
Date: 19 May 2010 15:38:25
Message: <4bf43e31$1@news.povray.org>
>> Yes, that's the other fun thing. Depending on which type of gates 
>> you're using, they supply about 20 mA. But some of the LEDs I'm 
>> looking it draw 40 mA...
> 
> What you mean is, they draw *up to* 40 mA?  How much they actually draw 
> depends on what value series resistor you put in there.  Using Ohm's law 
> and the V-I curve of the LED from the datasheet you can work out exactly 
> what resistor size you need for a given current.

See for yourself:

http://www.maplin.co.uk/Module.aspx?ModuleNo=35702

"Forward current: 25 mA"

If you can figure out what the hell that means, be my guest...

-- 
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*


Post a reply to this message

From: andrel
Subject: Re: Electronics research
Date: 19 May 2010 16:36:51
Message: <4BF44BE6.5010501@gmail.com>
On 19-5-2010 13:07, Invisible wrote:
> Ah yes. That's the fun thing about doing digital electronics. You can't 
> just *buy* a 7400. No, you have to decide whether you want a 74LS00 or a 
> 74HC00 or a 74HCT00 or...
> 
> Reading the datasheets is like walking into another world. (Especially 
> since the datasheets are usually poorly-scanned grainy PDFs that don't 
> match the part number you actually asked about!)
> 
> However, I just found the following pages:
> 
> http://www.kpsec.freeuk.com/components/ic.htm#logic
> http://www.kpsec.freeuk.com/components/74series.htm
> http://www.kpsec.freeuk.com/components/cmos.htm
> 
> Suddenly everything seems so much clearer. For example...
> 
> "74LS series: Inputs 'float' high to logic 1 if unconnected."
> 
> Oh crap. Well that would explain a thing or two! >_<
> 
> (I foolishly assumed that being unconnected would register as 0V - i.e., 
> logic 0. Damn, this is going to make interactive testing *so* much harder!)
> 
> Also, it's nice to have some indication of the power requirements, 
> switching frequencies, and what the hell all the letter codes mean!

I think I resist any urge to comment on this. Other than "RTFM" and "buy 
any 'electronics for dummies book'" before embarking on such a project.


Post a reply to this message

From: Orchid XP v8
Subject: Re: Electronics research
Date: 19 May 2010 16:59:33
Message: <4bf45135$1@news.povray.org>
andrel wrote:

> I think I resist any urge to comment on this. Other than "RTFM"

I don't think electricity comes with a manual. Neither do ICs, usually...

> and "buy 
> any 'electronics for dummies book'" before embarking on such a project.

Hey, what do you *think* I've got a dad for? ;-)

-- 
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*


Post a reply to this message

From: andrel
Subject: Re: Electronics research
Date: 19 May 2010 17:31:59
Message: <4BF458D2.9050601@gmail.com>
On 19-5-2010 22:59, Orchid XP v8 wrote:
> andrel wrote:
> 
>> I think I resist any urge to comment on this. Other than "RTFM"
> 
> I don't think electricity comes with a manual. Neither do ICs, usually...

They do, they are called datasheets.

>> and "buy any 'electronics for dummies book'" before embarking on such 
>> a project.
> 
> Hey, what do you *think* I've got a dad for? ;-)

Hard to say, other than the obvious task of a father ;) . But I guess 
you mean that he is the actual dummy that didn't know that a floating 
input is seen as a '1'?

Have you ever looked at e.g. 
http://en.wikipedia.org/wiki/File:TTL_npn_nand.svg ?


Post a reply to this message

From: Jim Henderson
Subject: Re: Electronics research
Date: 19 May 2010 23:41:53
Message: <4bf4af81$1@news.povray.org>
On Wed, 19 May 2010 20:38:21 +0100, Orchid XP v8 wrote:

> See for yourself:
> 
> http://www.maplin.co.uk/Module.aspx?ModuleNo=35702
> 
> "Forward current: 25 mA"
> 
> If you can figure out what the hell that means, be my guest...

http://wiki.answers.com/Q/What_is_forward_current


Post a reply to this message

<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.