Sunday, May 25, 2014

ITE 247 Project - Small Power Converter





 








By:


April Rose S. Aynaga

Ailene S. Anasarias


Pathlene Grace Balajadia












Jessa Joy N. Estrella


Richelle Siva


Julie Pearl Vacaro




Monday, May 5, 2014

Lab Activity

Schematic Diagram

Truth Table
Schematic Diagram

Truth Table

Sunday, April 27, 2014

Logic Gates

A LOGIC GATE is an elementary building block of a digital circuit. Most logic gates have two inputs and one output.


The Following are the Basic Logic Gates with its schematic diagram and truth table:



And Gate 
- The AND gate is so named because, if 0 is called "false" and 1 is called "true," the gate acts in the same way as the logical "and" operator. The output is "true" when both inputs are "true." Otherwise, the output is "false."



 
A  B | Output
----------------
0  0  |   0
0  1  |   0
1  0  |   0
1  1  |   1



OR Gate
- he OR gate gets its name from the fact that it behaves after the fashion of the logical inclusive "or." The output is "true" if either or both of the inputs are "true." If both inputs are "false," then the output is "false."



A  B | Output
---------------
0  0  |   0
0  1  |   1
1  0  |   1
1  1  |   1



NOT Gate
- A logical inverter , sometimes called a NOT gate to differentiate it from other types of electronic inverter devices, has only one input. It reverses the logic state.


A  | Output
-----------
0   |   1
1   |   0



NAND Gate
- The NAND gate operates as an AND gate followed by a NOT gate. It acts in the manner of the logical operation "and" followed by negation. The output is "false" if both inputs are "true." Otherwise, the output is "true."




A  B | Output
---------------
0  0  |   1
0  1  |   1
1  0  |   1
1  1  |   0



NOR Gate
- The NOR gate is a combination OR gate followed by an inverter. Its output is "true" if both inputs are "false." Otherwise, the output is "false."



A  B | Output
----------------
0  0  |   1
0  1  |   0
1  0  |   0
1  1  |   0



EXOR Gate
- The 'Exclusive-OR' gate is a circuit which will give a high output if either, but not both, of its two inputs are high.  An encircled plus sign () is used to show the EOR operation.




 A  B | Output
----------------
0  0  |   0
0  1  |   1
1  0  |   1
1  1  |   0


EXNOR Gate
 - The 'Exclusive-NOR' gate circuit does the opposite to the EOR gate. It will give a low output if either, but not both, of its two inputs are high. The symbol is an EXOR gate with a small circle on the output. The small circle represents inversion.



 A  B | Output
-----------------
0   0  |   1
0   1  |   0
1   0  |   0
1   1  |   1












Wednesday, April 23, 2014

Circuit Symbols

Table of Electrical Symbols


SymbolComponent nameMeaning

Wire Symbols

electrical wire symbolElectrical WireConductor of electrical current
connected wires symbolConnected WiresConnected crossing
unconnected wires symbolNot Connected WiresWires are not connected

Switch Symbols and Relay Symbols

SPST switch symbolSPST Toggle SwitchDisconnects current when open
SPDT switch symbolSPDT Toggle SwitchSelects between two connections
push button symbolPushbutton Switch (N.O)Momentary switch - normally open
push button symbolPushbutton Switch (N.C)Momentary switch - normally closed
dip switch symbolDIP SwitchDIP switch is used for onboard configuration
spst relay symbolSPST RelayRelay open / close connection by an electromagnet
spdt relay symbolSPDT Relay
jumper symbolJumperClose connection by jumper insertion on pins.
solder bridge symbolSolder BridgeSolder to close connection

Ground Symbols

earth  ground symbolEarth GroundUsed for zero potential reference and electrical shock protection.
chassis symbolChassis GroundConnected to the chassis of the circuit
common digital ground symbolDigital / Common Ground 

Resistor Symbols

resistor symbolResistor (IEEE)Resistor reduces the current flow.
resistor symbolResistor (IEC)
potentiomemer symbolPotentiometer (IEEE)Adjustable resistor - has 3 terminals.
potentiometer symbolPotentiometer (IEC)
variable resistor symbolVariable Resistor / Rheostat (IEEE)Adjustable resistor - has 2 terminals.
variable resistor symbolVariable Resistor / Rheostat (IEC)
Trimmer ResistorPreset resistor
ThermistorThermal resistor - change resistance when temperature changes
Photoresistor / Light dependent resistor (LDR)Photo-resistor - change resistance with light intensity change

Capacitor Symbols

CapacitorCapacitor is used to store electric charge. It acts as short circuit with AC and open circuit with DC.
capacitor symbolCapacitor
polarized capacitor symbolPolarized CapacitorElectrolytic capacitor
polarized capacitor symbolPolarized CapacitorElectrolytic capacitor
variable capacitor symbolVariable CapacitorAdjustable capacitance

Inductor / Coil Symbols

inductor symbolInductorCoil / solenoid that generates magnetic field
iron core inductor symbolIron Core InductorIncludes iron
variable core inductor symbolVariable Inductor 

Power Supply Symbols

voltage source symbolVoltage SourceGenerates constant voltage
current source symbolCurrent SourceGenerates constant current.
ac power source symbolAC Voltage SourceAC voltage source
generator symbolGeneratorElectrical voltage is generated by mechanical rotation of the generator
battery cell symbolBattery CellGenerates constant voltage
battery symbolBatteryGenerates constant voltage
controlled voltage source symbolControlled Voltage SourceGenerates voltage as a function of voltage or current of other circuit element.
controlled current source symbolControlled Current SourceGenerates current as a function of voltage or current of other circuit element.

Meter Symbols

voltmeter symbolVoltmeterMeasures voltage. Has very high resistance. Connected in parallel.
ammeter symbolAmmeterMeasures electric current. Has near zero resistance. Connected serially.
ohmmeter symbolOhmmeterMeasures resistance
wattmeter symbolWattmeterMeasures electric power

Lamp / Light Bulb Symbols

lamp symbolLamp / light bulbGenerates light when current flows through
lamp symbolLamp / light bulb
lamp symbolLamp / light bulb

Diode / LED Symbols

diode symbolDiodeDiode allows current flow in one direction only (left to right).
zener diodeZener DiodeAllows current flow in one direction, but also can flow in the reverse direction when above breakdown voltage
schottky diode symbolSchottky DiodeSchottky diode is a diode with low voltage drop
varicap diode symbolVaractor / Varicap DiodeVariable capacitance diode
tunnel diode symbolTunnel Diode 
led symbolLight Emitting Diode (LED)LED emits light when current flows through
photodiode symbolPhotodiodePhotodiode allows current flow when exposed to light

Transistor Symbols

npn transistor symbolNPN Bipolar TransistorAllows current flow when high potential at base (middle)
pnp transistor symbolPNP Bipolar TransistorAllows current flow when low potential at base (middle)
darlington transistor symbolDarlington TransistorMade from 2 bipolar transistors. Has total gain of the product of each gain.
JFET-N transistor symbolJFET-N TransistorN-channel field effect transistor
JFET-P transistor symbolJFET-P TransistorP-channel field effect transistor
nmos transistor symbolNMOS TransistorN-channel MOSFET transistor
pmos transistor symbolPMOS TransistorP-channel MOSFET transistor

Misc. Symbols

motor symbolMotorElectric motor
transformer symbolTransformerChange AC voltage from high to low or low to high.
Electric bellRings when activated
BuzzerProduce buzzing sound
fuse symbolFuseThe fuse disconnects when current above threshold. Used to protect circuit from high currents.
fuse symbolFuse
bus symbolBusContains several wires. Usually for data / address.
bus symbolBus
bus symbolBus
optocoupler symbolOptocoupler / Opto-isolatorOptocoupler isolates connection to other board
speaker symbolLoudspeakerConverts electrical signal to sound waves
microphone symbolMicrophoneConverts sound waves to electrical signal
operational amplifier symbolOperational AmplifierAmplify input signal
schmitt trigger symbolSchmitt TriggerOperates with hysteresis to reduce noise.
Analog-to-digital converter (ADC)Converts analog signal to digital numbers
Digital-to-Analog converter (DAC)Converts digital numbers to analog signal
crystal oscillator symbolCrystal OscillatorUsed to generate precise frequency clock signal

Antenna Symbols

antenna symbolAntenna / aerialTransmits & receives radio waves
antenna symbolAntenna / aerial
dipole antenna symbolDipole AntennaTwo wires simple antenna

Logic Gates Symbols

NOT gate symbolNOT Gate (Inverter)Outputs 1 when input is 0
AND gate symbolAND GateOutputs 1 when both inputs are 1.
NAND gate symbolNAND GateOutputs 0 when both inputs are 1. (NOT + AND)
OR gate symbolOR GateOutputs 1 when any input is 1.
NOR gate symbolNOR GateOutputs 0 when any input is 1. (NOT + OR)
XOR gate symbolXOR GateOutputs 1 when inputs are different. (Exclusive OR)
D flip flop symbolD Flip-FlopStores one bit of data
mux symbolMultiplexer / Mux 2 to 1Connects the output to  selected input line.
mux symbolMultiplexer / Mux 4 to 1
demux symbolDemultiplexer / Demux 1 to 4Connects selected output to the input line.