Skip to main content

Industrial VS Commercial VS Residential Electrical Installation

Hey, in this article we are going to see the comparison between Industrial, Commercial, and Residential Electrical installation. We will make compare with respect to types, procedure, cost, safety, equipment, and many other essential factors. First of all, let's know what is electrical installation. Electrical installation is a procedure to install electrical circuits, wirings, equipment, and machines. The electrical installation can be divided into three major parts - 1. Installing of electrical equipment or device or machine 2. Make electrical connection or wiring for them 3. Provide them proper voltage and power to operate them. These different types of electrical installation required different types of electricians and management. For example, commercial electrical installation requires commercial electricians, industrial electrical installation requires industrial electricians, and residential electrical installation requires residential electricians. We already published an ...

What is the Joule Thief Circuit and how does it work

A joule thief is a compact, low-cost, and easy-to-build self-oscillating voltage booster that is often used to drive small loads(3.3v 5mm LED). Other names for this circuit include blocking oscillator, joule ringer, and vampire torch. The circuit is a blocking oscillator variation that functions as an unregulated voltage boost converter. The output voltage is increased at the price of a larger input current draw, but the output integrated (average) current is reduced and the luminescence brightness is reduced. This joule thief Circuit uses a 1.2 V or 1.5 V single-cell electric battery to power LEDs. However, as the supply voltage reaches 3V, the LED begins to light.

What is the Joule Thief Circuit and how does it work

The theory of operation of a Joule thief circuit

What is the Joule Thief Circuit and how does it work?
Joule Thief Circuit

The joule thief circuit operates on a fairly basic basis. It operates by quickly switching the transistor.

When the transistor is first switched off, a tiny amount of current flows via the resistor, primary winding, and base-emitter junction, assisting in the opening of the collector-emitter channel.

The current can now pass via the feedback winding and the transistor's collector-emitter channel. The growing current via the feedback winding creates a magnetic field, which induces more current in the main winding. The generated current in the main winding flows into the transistor's base, widening the collector-emitter channel even further. This allows greater current to flow via the feedback winding, which is the transistor's collector-emitter channel.

As a result, these operations are repeated in a feedback loop until the transistor's base is saturated and the collector-emitter channel is completely open. The current flowing between the feedback coil and the transistor is now at its peak. The magnetic field of the feedback winding generates a lot of energy.

When the transistor is switched ON, the current in the feedback winding no longer grows, and it no longer induces a current in the primary winding. As a result, less current flows through the transistor's base, and the transistor's collector-emitter channel begins to shut. As a result, less current flows through the feedback winding.

A decrease in current in the feedback winding causes a decrease in current in the primary winding. This causes considerably less current to pass through the transistor's base. Thus, in a feedback loop, these operations are repeated until nearly no current flows through the transistor. The voltage at the coil's output is caused by a portion of the energy stored in the magnetic field of the feedback winding.

Because the produced current cannot pass through the transistor, it must pass through the load (often an LED) and be dissipated. When the energy is dissipated by the load, the circuit is essentially reset and the process begins again. This process occurs 50,000 times per second in a Joule Thief circuit.

Working Video


Comments

Popular posts from this blog

What is a Positive Temperature Coefficient (PTC) | Positive Temperature Coefficient Thermistor

PTC is an initial for Positive Temperature Coefficient PTC thermistors are resistors with a positive temperature coefficient, meaning their resistance rises as the temperature rises. PTC thermistors are classified into two types depending on the materials used, the structure of the device, and the production method. Solicitors are the earliest type of PTC thermistors, and they employ silicon as the semiconducting material. Because of their linear feature, they are employed as PTC temperature sensors.  The switching type PTC thermistor is the second category. The resistance-temperature curve of a switching type PTC thermistor is very nonlinear. When a switching type PTC thermistor is heated, the resistance initially decreases until a critical temperature is achieved. As the temperature rises above the critical point, the resistance rises substantially. This kind of PTC thermistor is commonly utilized in PTC heaters, sensors, and other applications. This second group includes polyme...

Interfacing Push button switch with AT89S52 Microcontroller.

This tutorial is for beginners in the field of micro-controller. The purpose of this tutorial is to use of push-button switch with the micro-controller. It will be useful whenever a decision is to be made according to the press of a switch. Input/output devices are very critical components of an embedded system. The first input device we will study is the switch. It allows the human to input binary information into the microcontroller. Typically we define the Two-state, logic as true when the switch is pressed. logic false, when the switch is not pressed. A single pole single throw (SPST) switch has two connections. The switches are shown as open circuits in Figure 1. which is a normally open switch (NO), the resistance between the connections is infinite (over 1000 MΩ) if the switch is not pressed and zero (under 0.1 Ω) if the switch is pressed.  A switch has a two-state open state and a closed state. And the state of the switch is monitored by the microcontroller at a digital inp...

Using the IR2110 high-low side driver - explanation and circuit examples

In many situations, we need to use MOSFETs configured as high-side switches. Many a times we need to use MOSFETs configured as high-side and low-side switches. Such as in bridge circuits. In half-bridge circuits, we have 1 high-side MOSFET and 1 low-side MOSFET. In full-bridge circuits we have 2 high-side MOSFETs and 2 low-side MOSFETs. In such situations, there is a need to use high-side drive circuitry alongside low-side drive circuitry. The most common way of driving MOSFETs in such cases is to use high-low side MOSFET drivers. Undoubtedly, the most popular such driver chip is the IR2110. And in this article/tutorial, I will talk about the IR2110. Notice that the IR2110 comes in two packages – 14 pin through-hole PDIP package and the 16-pin surface mount SOIC package. Now let's talk about the different pins. VCC is the low-side supply and should be between 10V and 20V. VDD is the logic supply to the IR2110. It can be between +3V to +20V (with reference to VSS). The actual voltag...