Skip to main content

220v ac to 5v dc without transformer

220v ac to 5v dc converted circuit

Needed
4*1N4007 diode

100 ohm 1W

470k 1W

225k/400v capasitor

470uf/100v capasitor

220ohm resistor

15v 1W diode

led

10uf 25v capasitor

7805 ic

1uf 10v
Now the time for circuit design

This is the simplest way for converting 220 ac volts to 5v dc volts (usb current) it is use for mobile phone charger and power bank charger. Capasitor in this circuit for give smooth current. Diode in this circuit for convert ac to dc. (Diode bridge)

 Capasitor in this circuit.

Capacitors in DC Circuits. Capacitors do not play an important role in DC circuits because it is impossible for a steady current to flow across acapacitor. If an uncharged capacitor is connected across the terminals of a battery of voltage then a transient current flows as the capacitor plates charge up.

Diode in this circuit for.

Diodes can be used as rectifiers, signal limiters, voltage regulators, switches, signal modulators, signal mixers, signal demodulators, and oscillators. The fundamental property of a diode is its tendency to conduct electric current in only one direction.

Uses of 7805 ic.

Voltage regulator IC's are the IC's that are used to regulate voltage. IC 7805 is a 5VVoltage Regulator that restricts the voltageoutput to 5V and draws 5V regulated power supply. It comes with provision to add heatsink. The maximum value for input to the voltage regulator is 35V

What is senor diode

Zener diodes are normal PN junction diodes operating in a reverse biased condition. Working of the Zener diode is similar to a PN junction diode in forward biased condition, but the uniqueness lies in the fact that it can also conduct when it is connected in reverse bias above its threshold / breakdown voltage.

This project can work without any transformer (only need resisters)

Note=thinner wire have low resistance and big wire have high resistance. resister can change electricity to heat.
heat sink is important for 7805 ic because reduce heat. 

This is the low cost project for convetting ac to dc power.

Explain the project

First of all see this picture
This circuit is use for convert 220v ac to 12v dc.
diode bridge is help to convert ac to dc.
Capasitor use for convert current smoothly(graph).

And then see this circuit
This another circuit for converting 12v to 5v using 7805ic with heat sink.
This is the corrected version of this project

Comments

  1. Your statement: "Note=thinner wire have low resistance and big wire have high resistance" is wrong, the reverse is true: thinner wire has higher resistance than big wire.

    ReplyDelete
  2. it is absolute useless and very very dangerous! Don't try it!

    ReplyDelete
  3. U canuse this circuit only for glowing leds and another drawback of this circuit is it economical only when output current is below 50-60 ma otherwise transformer or small smps is best

    ReplyDelete
  4. So dangerous. You realize the negative side could potentially be floating at 220V ground potential. If used as a phone charger this could potentially put the chassis of the phone at a very high voltage earth ground potential, which means if you touch the phone with bare feet you could receive a deadly shock. DANGEROUS!

    ReplyDelete
  5. of course it's dangerous, but it's for use with electronics protected from contact with humans. in many appliances, (washing machine ...), have power supplies without transformer and uninsulated.

    ReplyDelete

Post a Comment

Popular posts from this blog

Arduino colour sensor and servo pro

Colour sensor with servo project Making All we need for this project is one color sensor (TCS3200) and two hobbyist servo motors, which makes this project quite simple but yet very fun to build it. In the first place, using the Solidworks 3D modeling software I made the design of the color sorter and here’s its working principle Initially, the colored skittles which are held in the charger drop into the platform attached on the top servo motor.Then the servo motor rotates and brings the skittle to the color sensor which detects its color.After that the bottom servo motor rotates to the particular position and then the top servo motor rotates again till the skittle drop into the guide rail. Connecting method The code is below /* Arduino Project - Color Sorting Machine * * by Dejan Nedelkovski, www.HowToMechatronics.com * */ #include <Servo.h> #define S0 2 #define S1 3 #define S2 4 #define S3 5 #define sensorOut 6 Servo topServo; Servo b

how to fire a matchstrick wirelessly using android phone

Copper wire:0.5mm/1mm Copper wire:0.1-0.4mm Motor Arduino esp8266 12E 5v relay module Alkaline battery:5v-9v AA battery:3v Android phone Blynk application No worry about this circuit because this is 100% working and tested. The basic consept of this circuit is below This circuit is possible because mini copper wire get more heat than the bigger wire. Codeing method First you install arduino ide on your pc Then copy and paste this code in your arduino #define BLYNK_PRINT Serial    // Comment this out to disable prints and save space #include <ESP8266WiFi.h> #include <BlynkSimpleEsp8266.h> // You should get Auth Token in the Blynk App. // Go to the Project Settings (nut icon). char auth[] = "YourAuthToken"; // Your WiFi credentials. // Set password to "" for open networks. char ssid[] = "YourNetworkName"; char pass[] = "YourPassword"; void setup() {   Serial.begi

How to make a poket radio(circuit)

Pocket radio diagram Needed BF 494 transistor  T1, T2. Variable resistor. Variable capacitor. Inductor coil. Lm 386 IC Follow this diagram and do it, Then follow the instruction :Initially connect the circuit as shown in the figure. :Connect the power supply to the circuit. :Now press the switch. :Now adjust the frequency of the circuit by varying the trim pot (variable capacitor) of the tank circuit. :Thus the circuit starts tuning to the nearest frequency. :When the frequency of incoming signal is matched sound can be heard through the headphone or speaker. :Now tune the circuit to the  another frequency using tank circuit. :You can listen another sound incoming at that particular frequency. :Adjust the variable resistor to increase or decrease the volume. Try and enjoy it