Chip with simple program for Toy

denidoank@gmail.com wrote:

Hi...I need help to make system with wireless connection. There are
devices that send input to uC (8052) on wire less connection, and then
the uC connect to PC. One alternative that I can use is blue tooth,
but I don't know what to do with that...any body can help me...I have
search in google about tutorial, but I don't find one that easy to
understand....or any other suggestion about wireless connection....?
Thanx b4
here is some more info:
http://www.rocktechnology.com/Sale/BlueTooth.htm
 
"davidd31415" <davidd31415@yahoo.com> wrote in message
news:1119043272.326881.115190@o13g2000cwo.googlegroups.com...
Has anyone here damaged or known someone who has damaged 'sensitive'
electronic devices with ColdHeat? I've heard only terrible things
about it from people I know who solder on a regular basis and decided
not to try it out for that reason alone, but I am curious about this
because it seems "sensitive" devices are going to be sensitive to both
heat and currents; I've listened to one-sided arguments claiming that
the current would pose less of a threat than the heat and am interested
in investigating that claim further.

It's crap. I like my butane soldering iron. Heats up quick and I can control
the temp.
 
<thomson.eric@gmail.com> wrote in message
news:1119060802.483102.260530@z14g2000cwz.googlegroups.com...
Wow, you have all been very helpful. I will print these suggestions
out
and try to figure out which would be best. As far as specifics, I
would
be happy with something that could generate a single DC current of
~100mA. In the best of possible worlds, I would love something that
would let me, through a turnpot, vary the DC current between 0 and 1
Amp. I don't want anything fancy, just something so that I can play
with my breadboard while working through an electronics book.

I guess we are lucky to have batteries. I wonder why no companies sell
a cheap current source that takes AC in or even uses batteries to
power
it. They could probably make a KILLING with all the EE departments
around the country! Maybe I'll make one and provide the supply!
Nobody as asked:-
Why do you want a constant current supply?

Most of the electronics experiments you will encounter will require
constant Voltage and these supplies are every where because everyone
uses them for most everyting.
--
John G

Wot's Your Real Problem?
 
thomson.eric@gmail.com wrote:
Wow, you have all been very helpful. I will print these suggestions out
and try to figure out which would be best. As far as specifics, I would
be happy with something that could generate a single DC current of
~100mA. In the best of possible worlds, I would love something that
would let me, through a turnpot, vary the DC current between 0 and 1
Amp. I don't want anything fancy, just something so that I can play
with my breadboard while working through an electronics book.

I guess we are lucky to have batteries. I wonder why no companies sell
a cheap current source that takes AC in or even uses batteries to power
it. They could probably make a KILLING with all the EE departments
around the country! Maybe I'll make one and provide the supply!

Take a look at page 16 of the data sheet for the very common voltage
regulator LM317:
http://www.national.com/ds/LM/LM117.pdf

All you need for a variable current regulator is an isolated voltage
source (battery or wall wart) and a variable, low value resistor, or a
selector switch that selects various low value resistors.

The current setpoint is 1.2 volts/resistance. The LM317 may well need
a heat sink for currents above 100 mA. At 1 amp, the resistor will
also produce some significant heat ((1.2 volts^2)/resistance).
 
John G wrote:

Nobody as asked:-
Why do you want a constant current supply?

Most of the electronics experiments you will encounter will require
constant Voltage and these supplies are every where because everyone
uses them for most everyting.
Have you ever gone through basic electronics text book? They are full
of hypothetical circuits that contain voltage sources and current
sources, to demonstrate the analytical principles. If you are an
experimentalist, you need both sources to verify that they are not
lying to you.
 
On 18 Jun 2005 03:57:31 -0700, alienonearth@gmail.com wrote:

I need a low power very low offset voltage comparator opamp which will
take 0-5v as supply voltage. It should take -5v to 5v as its input.
Will the -5v input wth 0-5v supply burn the opamp??? PLease let me know
about ny suitable opamp. I will use the opamp 4 the purpose described
below. Any critical thoughts abut my plan is most welcome...

I need to produce +ve edges from each of the +ve and -ve edge of an
square wave input. The simplest idea was to diffenciate the square wave
and full wave rectify the output. I cannot do this b cos I'm restricted
to a single power supply. Instead I designed the followin circuit: A
capacitor and a resistor is connected in series.The other end of the
cap is connected to square wave input. The other end of the resistor is
grounded. The +ve input of one opamp is connected to the -ve input of
another opamp and they r grounded. The other +ve and ive inputs of the
opamps r also joined and they both r connected betn the cap and
resistor. Each of the output of the opamps r connected togethe via
rectifiers. THis is the output. PLEASE DRAW THIS SIMPLE SCHEMATIC AND
ITS FUNCTION WOULD B COM LUCID.

Please help me ASAP.
---

+-IN>---[1N4148>]-------+--A
| Y--+------A
+--B | EXOR Y-->OUT
| [R] +--B
| | |
[1K] +---+
| |
| [C]
| |
GND>--------------------+--------+

Any gate will work at the junction of the diode and resistor since
its purpose is to provide a totem-pole output to source and sink
current to charge and discharge the cap.





--
John Fields
Professional Circuit Designer
 
alienonearth@gmail.com wrote:
thanx a lot chris, Use net is a wonderful service. It's my 1st time in
the groups so I was ignorant about its precepts.

Any way I will use "+5v/0v not +5v/-5v square wave".As u guessed, it
will be a digital logic interface. You said I can use standard digital
logic to get pulses from a rectified +5v/-5v squarewave. So it implies
I can also get the desired pulses from +5v/0v input using digital
logic. How can I do that??
You invert the digital pulse train and then with a small capacitor you can
differentiate both outputs, so the pulse length is short compared to the
original frequency. this signal you can feed into two comparators and
or-them by two diodes or another gate.
--
ciao Ban
Bordighera, Italy
 
redhat wrote:
Hello,
i want to know how to calculate the resonant frequency of the
following circuit by equations
http://www.geocities.com/aezzat3/resonance.jpg
note the DC voltage source Vcc.
You have a series LC circuit with inductor L, capacitor C5, and the
capacitance of varactor D1.

First, you need to know the capacitance of D1. This varies with the DC bias
voltage. In your case, the bias voltage is Vcc. There should be a graph of
capacitance vs voltage on the varactor data sheet.

You can then combine the varactor capacitance with that of C5 using the
equation for capacitors in series:
C = (C1*C2) / (C1+C2)

The resonant frequency of the LC circuit can then be found from :

2*pi*f = 1 / sqrt(LC)
 
redhat wrote:
Hi redbelly,
i want to calculate its frequency not measure it
Hi Andrew Holme,
this is a resonator fo a vco, the input to the resonator is at the node
connecting D1, L1, and R3 , so, the bias voltage to the varactor is
Vinput+ ( Vcc - I*R3) is that correct? if so, how to calculate the
resonant frequency noting that i don't know I where I is the current in
R3 branch.

Without knowing what is loading the output connection, the problem is
indeterminate. I(f the output is open circuit, the circuit has no
resonance worth mentioning. if the output is a short to ground, the
resonant frequency is the series equivalent capacitance of the
varactor and the variable capacitor with the inductor w=1/(sqrt(L*C)).
If the output has other impedance, there is a different solution.
 
redhat wrote:
the load to the output is an npn transistor, so i have to take the Cbe
into consideration, what about the Vcc what is its purpose?.. i mean
the varactor bias is from the input voltage so is it to increase its
bias voltage?
Please post the complete circuit.
 
redhat wrote:
the load to the output is an npn transistor, so i have to take the Cbe
into consideration, what about the Vcc what is its purpose?.. i mean
the varactor bias is from the input voltage so is it to increase its
bias voltage?

The Vcc bias alters the capacitance of the varactor. It also makes
sure that the varactor stays reverse biased during the signal cycle,
so that the device always looks like a capacitor. If the varactor
ever becomes forward biased, it acts like a low value resistor in
parallel with any junction capacitance.
 
On 6/19/05 8:48 AM, in article
1119196136.998452.306600@g43g2000cwa.googlegroups.com, "redhat"
<aezzat1@gmail.com> wrote:

here is the complete circuit; it is a vco
http://www.geocities.com/aezzat3/vco1.jpg
i don't know the capacitance of the varactor because it depends on (
the input voltage + Vcc-IR3) ,so how to know the resonant frequency
equation?
The vericap is spec'd with a plot of capacitance:voltage. If you can find
the part number you can obtain that information. Since it is the FM
"modulator," off-hand I think it's capacitance value will not affect the at
rest frequency more than a couple hundred kHz.

Don
 
"Tom MacIntyre" <tom__macintyre@hotmail.com> wrote in message
news:cq9bb1hvmn87jgnu49lec1jnittc3dumfh@4ax.com...
<snip>
Hmmm...I often wondered if there was a parallel word for mysogynist, a
female who hates males because they are male. Is there such a word?

Tom
Askoxford says this:

The equivalent is misandrist (a person who hates persons of the male sex), a
rare word but seemingly much sought-after. The corresponding noun for the
attitude is misandry.

They also spell the above word 'misogynist'.
 
<kamizu83@hotmail.com> wrote in message
news:1119199598.178755.153170@g14g2000cwa.googlegroups.com...
I was looking through some old electronics books of mine, and I can't
seem to figure out the equation to calculate the following circuit:

o
|
|
---------
| |
R R
1 4
| |
---R 3---
| |
R R
2 5
| |
---------
|
|
o

I just can't figure out how R3 fits in. I would guess that it is
somehow in parallel, but I'm not sure with what.
One way to solve it would be to convert the R1,R2,R3 set
from its current Y form to the equivalent delta form. See
http://www.answers.com/topic/y-delta-transform
Once that is done, the topology can be step-wise converted
using the rules you should know.

Could someone write
out the equation for solving the total resistance of this circuit?
(R1 R2 R4 +
R1 R3 R4 +
R2 R3 R4 +
R1 R2 R5 +
R1 R3 R5 +
R2 R3 R5 +
R1 R4 R5 +
R2 R4 R5)
/
(R1 R2 +
R1 R3 +
R2 R3 +
R2 R4 +
R3 R4 +
R1 R5 +
R3 R5 +
R4 R5)

I'm very confused.

Thanks a bunch,
Welcome.


--
--Larry Brasfield
email: donotspam_larry_brasfield@hotmail.com
Above views may belong only to me.
 
On Sun, 19 Jun 2005 17:41:09 GMT, "Lord Garth" <LGarth@Tantalus.net>
wrote:

"Tom MacIntyre" <tom__macintyre@hotmail.com> wrote in message
news:cq9bb1hvmn87jgnu49lec1jnittc3dumfh@4ax.com...
snip

Hmmm...I often wondered if there was a parallel word for mysogynist, a
female who hates males because they are male. Is there such a word?

Tom

Askoxford says this:

The equivalent is misandrist (a person who hates persons of the male sex), a
rare word but seemingly much sought-after. The corresponding noun for the
attitude is misandry.

They also spell the above word 'misogynist'.
But of course... :)

Tom
 
redhat wrote:
here is the complete circuit; it is a vco
http://www.geocities.com/aezzat3/vco1.jpg
i don't know the capacitance of the varactor because it depends on (
the input voltage + Vcc-IR3) ,so how to know the resonant frequency
equation?
You could have included a bit more to the left!

I'm forced to assume the modulating input is coupled via a large resistor or
a radio-frequency choke.
I'm also assuming it's AC-coupled.
Correct?

Then the average DC voltage across D1 will be Vcc - get the capacitance from
the datasheet for this voltage. It's probably in the region of a few pF.

The series resonant frequency of D1, L1, C5 can then be found.

I*R3 is negligible.

BTW Is that supposed to be an inductor in Q1 collector?
 
"davidd31415" <davidd31415@yahoo.com> wrote in message
news:1119055855.222801.231650@g47g2000cwa.googlegroups.com...
Right, I have read the negative user reviews before and have seen many
people warn against using them on 'sensitive' electronics (perhaps
that's why I can not find anyone who has damaged 'sensitive'
electronics by using one). I'm not considering buying one, I am simply
looking for cases where such damage has been realized.
Maybe you can't find anyone who has damaged components because anyone who
would be working with sensitive components wouldn't use the thing in the
first place.
Tom
 
On 19 Jun 2005 09:46:38 -0700, kamizu83@hotmail.com wrote:

I was looking through some old electronics books of mine, and I can't
seem to figure out the equation to calculate the following circuit:

o
|
|
---------
| |
R R
1 4
| |
---R 3---
| |
R R
2 5
| |
---------
|
|
o

I just can't figure out how R3 fits in. I would guess that it is
somehow in parallel, but I'm not sure with what. Could someone write
out the equation for solving the total resistance of this circuit? I'm
very confused.

Thanks a bunch,

Danny H.
Assume:
o Assume +V here
|
| V(1)
,-------,
| |
R R
1 4
| |
V(2) +--R 3--+ V(3)
| |
R R
2 5
| |
'-------'
| V(4)
|
o Assume V=0 here
If the ratios of R1/R2 and R4/R5 are equal, it becomes trivial because
no current flows through R3 and you can eliminate it from your
analysis.

But don't be too hard on yourself if they aren't equal, as this is the
ever-popular unbalanced Wheatstone bridge problem and it takes an
amount of algebra to solve it via simultaneous equations and a branch
current analysis. (Or you can use mesh analysis, which is perhaps a
little easier, algebraically speaking.)

Here is how a spice program might solve the problem. First, spice
uses conductances for the resistors, instead of resistance values.
(Which is a reason why spice hates resistances of 0 ohms.)

So it would do something like:

Treat the resistances as conductances,

G1 = 1/R1
G2 = 1/R2
G3 = 1/R3
G4 = 1/R4
G5 = 1/R5

Set known voltages,

V(1) = V
V(4) = 0 (Spice needs a ground ref, so it might as well be here.)

Set up an equation for the rest (KCL/KVL):

V(2)*(G1+G2+G3)-V(3)*G3-V(1)*G1-V(4)*G2 = 0
V(3)*(G3+G4+G5)-V(2)*G3-V(1)*G4-V(4)*G5 = 0

One way of viewing the above setup for these two "= 0" equations (and
it's only one of the ways, but I think it may help here) is to look at
each node like this: Current _spills_ away from a node based on the
voltage at the node and each of the conductances away from it and
current _spills_ back into a node based on the voltages at the nearby
nodes and the conductances back in.

So when I wrote:

V(2)*(G1+G2+G3)-V(3)*G3-V(1)*G1-V(4)*G2 = 0

I was thinking,

"Hmm. V(2) will spill current away based on the sum of the
conductances leaving the node. This is G1, G2, and G3, so the current
spilling away is simply V(2)*(G1+G2+G3). But, current is spilling
into the node based on the three different voltages at the nearby
nodes coming back through these same conductances, so this amount will
be of opposite sign and will be -V(1)*G1, -(V3)*G3, and -V(4)*G2.
Since the total current arriving into a node must be the same as the
total current leaving it, the sum of these two must be zero -- or else
we are in for big trouble!"

Similar thinking gets you the results for V(3), too. Later on, I'll
apply this thinking to the node at V(1) [V(4) would work, as well] in
order to compute the total current.

Okay, back to reality. Since V(4)=0 and V(1)=V, the above reduces
slightly to:

V(2)*(G1+G2+G3)-V(3)*G3-V*G1 = 0
V(3)*(G3+G4+G5)-V(2)*G3-V*G4 = 0

In the above pair, you have two unknowns. These are V(2) and V(3).
You also have two equations, luckily. So let's rewrite them into
slightly different form which calls out the constants a little more
clearly:

V(2)*[G1+G2+G3] + V(3)*[-G3] = [V*G1]
V(2)*[-G3] + V(3)*[G3+G4+G5] = [V*G4]

which can be rewritten as:

a*x + b*y = c
d*x + e*y = f

where x is V(2) and y is V(3) and with the obvious substitutions for
a, b, c, d, e, and f.

The solution to such a pair of equations can be done through simple
algebraic manipulation, but it is often shown through setting up a
basic matrix form because it is easy to visualize without getting too
caught up in the detailed manipulations:

[ a b ] [x] [c]
[ ] * [ ] = [ ]
[ d e ] [y] [f]

The solution is, of course:

[ a b ]-1 [c] [x]
[ ] * [ ] = [ ]
[ d e ] [f] [y]

So you just need to compute:

c*e - f*d (G1*(G3+G4+G5) + G3*G4)
V(2) = x = --------- = V * ----------------------------
a*e - b*d (G1+G2+G3)*(G3+G4+G5) - G3^2

and,

f*a - c*d (G4*(G1+G2+G3) + G3*G1)
V(3) = y = --------- = V * ----------------------------
a*e - b*d (G1+G2+G3)*(G3+G4+G5) - G3^2

To solve for the voltages at the two nodes. After you have the
voltages, you should be able to find all the currents, of course.

You can look up matrix solutions in most any pre-calculus (preparation
for linear systems) or decent algebra math book (solving intersections
of two different lines is a very common task in algebra 2, I think.)
Or you can work through the solution of a two-line intersection
problem, keeping the terms abstract, and see it just as clearly.

(You might also want to visualize the actual "lines" involved and how
they relate back to the diagram, but that's for another time.)

Anyway, what about the total current through the system? Well, you
can apply the same reasoning I was applying before, to think like
this:

"The total current flowing into node V(1) from the voltage source
would give me what I need to know. So let's do up an equation for
that node. The total current spilling into the node from the voltage
source must be equal to the net of what happens when I only consider
the other connections. So, current spilling out through R1 and R4 are
simply V(1)*(G1+G4) and spilling back in through those resistances
must be -V(2)*G1 and -V(3)*G4. What arrives through the only other
connection, which is from the voltage source, must be this amount.
So: I(total) = V(1)*(G1+G4) - V(2)*G1 - V(3)*G4"

Since you already now have V(2) and V(3), computing this becomes easy.

Let's select some exact values for the resistors.

R1 = 1200
R2 = 2700
R3 = 330
R4 = 1800
R5 = 680

and,

V = V(1) = 12V.

If you do your equations as I did (and if I didn't get all of this
dead wrong), it should result in:

V(2) = 5.7881 V
V(3) = 4.7872 V

And the total voltage source current is 9.184 mA. Net resistance of
the bridge is about 1306.66 ohms.

Jon
 
On Sun, 19 Jun 2005 19:53:44 GMT, Jonathan Kirwan
<jkirwan@easystreet.com> wrote:

c*e - f*d (G1*(G3+G4+G5) + G3*G4)
V(2) = x = --------- = V * ----------------------------
a*e - b*d (G1+G2+G3)*(G3+G4+G5) - G3^2
Correction. This is:

c*e - f*b (G1*(G3+G4+G5) + G3*G4)
V(2) = x = --------- = V * ----------------------------
a*e - b*d (G1+G2+G3)*(G3+G4+G5) - G3^2

Typo. In this case, it makes no difference in the calculation as 'b'
and 'd' are the same variable and sign.

Jon
 

Welcome to EDABoard.com

Sponsor

Back
Top