Uploaded December 2016 | Updated September 2026, 1 week ago
Half Wave Rectifier
In Half Wave Rectifiertype, only one diode is used. Generally, a step-down transformer is used to provide the required secondary voltage. The transformer isolates the load from the line. This reduces the possibility of electric shock.In the positive half cycle of secondary voltage, the diode is forward biased for voltages greater than the offset voltage. The offset voltage is 0.7 V for silicon diodes and 0.3 V for germanium diodes. This produces a half sine wave of voltage across the load resistor.
In the negative half cycle, the diode is reverse biased. The load current drops to zero.
The load current is always in the same direction. This provides rectification.
Average Voltage = Vdc = Vp/π = 0.318 Vp
Where, Vp = peak value of voltage across secondary. The value of direct current, the diode can handle is called as ‘Current rating of diode’ (Io).
Peak Inverse Voltage – In the negative half – cycle, the diode is reverse-biased. All secondary voltage appears across the diode. The maximum negative (reverse) voltage appearing across the diode is called the ‘Peak Inverse Voltage’ (PIV). To avoid break down, the PIV must be less than PIV rating of the diode.
For half wave rectifier PIV = Vp.
Maximum efficiency of half wave rectifier is 40.6 %.
Advantages and Disadvantages of Half wave rectifier:
A half wave rectifier is rarely used in practice. It is never preferred as the power supply of an audio circuit because of the very high ripple factor. High ripple factor will result in noises in input audio signal, which in turn will affect audio quality.
Advantage of a half wave rectifier is only that its cheap, simple and easy to construct. It is cheap because of the low number of components involved. Simple because of the straight forwardness in circuit design. Apart from this, a half wave rectifier has more number of disadvantages than advantages!
Disadvantages of Half wave rectifier:
1. The output current in the load contains, in addition to dc component, ac components of basic frequency equal to that of the input voltage frequency. Ripple factor is high and an elaborate filtering is, therefore, required to give steady dc output.
2. The power output and, therefore, rectification efficiency is quite low. This is due to the fact that power is delivered only during one half cycle of the input alternating voltage.
3. Transformer utilization factor is low.
4. DC saturation of transformer core resulting in magnetizing current and hysteresis losses and generation of harmonics.
The DC output available from a half-wave rectifier is not satisfactory to make a general power supply. However it can be used for some applications like battery charging.
____________________________________________
JJD - Adventure [NCS Release]
this music is provided by NCS, the link to the track is
https://www.youtube.com/watch?v=f2xGx...
_________________________________
Download Files From Link:-
mediafire.com/file/t5lv7ms3lwzlpf6/half_wave_rectifier.zip
_______________________________________
TISHITU
ISO: 9001-2008
RESEARCH AND CONSULTANCY CELL OF INDUSTRIAL APPLICATION
A Joint Accreditation System of Australia and New Zealand
Copyright © All Rights Reserved tishitu.org Reg No.08122629691/SSI
Accreditation No. M3111204IN
-~-~~-~~~-~~-~-
Please watch: "Lifi Communication by Arduino UNO Download Project"
youtube.com/watch?v=c4gC8dbaiZg
-~-~~-~~~-~~-~-
Half Wave Rectifier
In Half Wave Rectifiertype, only one diode is used. Generally, a step-down transformer is used to provide the required secondary voltage. The transformer isolates the load from the line. This reduces the possibility of electric shock.In the positive half cycle of secondary voltage, the diode is forward biased for voltages greater than the offset voltage. The offset voltage is 0.7 V for silicon diodes and 0.3 V for germanium diodes. This produces a half sine wave of voltage across the load resistor.
In the negative half cycle, the diode is reverse biased. The load current drops to zero.
The load current is always in the same direction. This provides rectification.
Average Voltage = Vdc = Vp/π = 0.318 Vp
Where, Vp = peak value of voltage across secondary. The value of direct current, the diode can handle is called as ‘Current rating of diode’ (Io).
Peak Inverse Voltage – In the negative half – cycle, the diode is reverse-biased. All secondary voltage appears across the diode. The maximum negative (reverse) voltage appearing across the diode is called the ‘Peak Inverse Voltage’ (PIV). To avoid break down, the PIV must be less than PIV rating of the diode.
For half wave rectifier PIV = Vp.
Maximum efficiency of half wave rectifier is 40.6 %.
Advantages and Disadvantages of Half wave rectifier:
A half wave rectifier is rarely used in practice. It is never preferred as the power supply of an audio circuit because of the very high ripple factor. High ripple factor will result in noises in input audio signal, which in turn will affect audio quality.
Advantage of a half wave rectifier is only that its cheap, simple and easy to construct. It is cheap because of the low number of components involved. Simple because of the straight forwardness in circuit design. Apart from this, a half wave rectifier has more number of disadvantages than advantages!
Disadvantages of Half wave rectifier:
1. The output current in the load contains, in addition to dc component, ac components of basic frequency equal to that of the input voltage frequency. Ripple factor is high and an elaborate filtering is, therefore, required to give steady dc output.
2. The power output and, therefore, rectification efficiency is quite low. This is due to the fact that power is delivered only during one half cycle of the input alternating voltage.
3. Transformer utilization factor is low.
4. DC saturation of transformer core resulting in magnetizing current and hysteresis losses and generation of harmonics.
The DC output available from a half-wave rectifier is not satisfactory to make a general power supply. However it can be used for some applications like battery charging.
____________________________________________
JJD - Adventure [NCS Release]
this music is provided by NCS, the link to the track is
https://www.youtube.com/watch?v=f2xGx...
_________________________________
Download Files From Link:-
mediafire.com/file/t5lv7ms3lwzlpf6/half_wave_rectifier.zip
_______________________________________
TISHITU
ISO: 9001-2008
RESEARCH AND CONSULTANCY CELL OF INDUSTRIAL APPLICATION
A Joint Accreditation System of Australia and New Zealand
Copyright © All Rights Reserved tishitu.org Reg No.08122629691/SSI
Accreditation No. M3111204IN
-~-~~-~~~-~~-~-
Please watch: "Lifi Communication by Arduino UNO Download Project"
youtube.com/watch?v=c4gC8dbaiZg
-~-~~-~~~-~~-~-
![Led Blinking 8051 Microcontroller
Tishitu explains
A typical stack, storing local data and call information for nested procedure calls (not necessarily nested procedures!). This stack grows downward from its origin. The stack pointer points to the current topmost datum on the stack. A push operation decrements the pointer and copies the data to the stack; a pop operation copies data from the stack and then increments the pointer. Each procedure called in the program stores procedure return information (in yellow) and local data (in other colors) by pushing them onto the stack. This type of stack implementation is extremely common, but it is vulnerable to buffer overflow attacks (see the text).
A typical stack is an area of computer memory with a fixed origin and a variable size. Initially the size of the stack is zero. A stack pointer, usually in the form of a hardware register, points to the most recently referenced location on the stack; when the stack has a size of zero, the stack pointer points to the origin of the stack.
The two operations applicable to all stacks are:
a push operation, in which a data item is placed at the location pointed to by the stack pointer, and the address in the stack pointer is adjusted by the size of the data item;
a pop or pull operation: a data item at the current location pointed to by the stack pointer is removed, and the stack pointer is adjusted by the size of the data item.
In computer science, a stack is a last in, first out (LIFO) abstract data type and linear data structure. A stack can have any abstract data type as an element, but is characterized by only three fundamental operations: push, pop and stack top. The push operation adds a new item to the top of the stack, or initializes the stack if it is empty. If the stack is full and does not contain enough space to accept the given item, the stack is then considered to be in an overflow state. The pop operation removes an item from the top of the stack. A pop either reveals previously concealed items, or results in an empty stack, but if the stack is empty then it goes into underflow state (It means no items are present in stack to be removed). The stack top operation gets the data from the top-most position and returns it to the user without deleting it. The same underflow state can also occur in stack top operation if stack is empty.
A stack is a restricted data structure, because only a small number of operations are performed on it. The nature of the pop and push operations also means that stack elements have a natural order. Elements are removed from the stack in the reverse order to the order of their addition: therefore, the lower elements are those that have been on the stack the longest
Microcontroller have a hardware call stack, which is used to save return addresses. The hardware stack is not software accessible on earlier devices, but this changed with the 18 series devices
Initiate
In modern computer languages, the stack is usually implemented with more operations than just push,pop and Stack Top. Some implementations have a function which returns the current number of items on the stack. Alternatively, some implementations have a function that just returns if the stack is empty. Another typical helper operation stack top[4] (also known as peek) can return the current top element of the stack without removing it.
Implementation
In most high level languages, a stack can be easily implemented either through an array or a linked list. What identifies the data structure as a stack in either case is not the implementation but the interface: the user is only allowed to pop or push items onto the array or linked list, with few other helper operations. The following will demonstrate both implementations, using C.
The array implementation aims to create an array where the first element (usually at the zero-offset) is the bottom. That is, array[0] is the first element pushed onto the stack and the last element popped off. The program must keep track of the size, or the length of the stack. The stack itself can therefore be effectively implemented as a two-element structure in C:
.
Hardware support for a general purpose parameter stack was lacking in early series, but this greatly improved in the 18 series, making the 18 series architecture more friendly to high level language compilers.
TISHITU
RESEARCH AND CONSULTANCY CELL OF INDUSTRIAL APPLICATION
ISO 9001: 2015 Certification No:- 161115605 Scotland Accreditation Forum
Copyright © All Rights Reserved www.tishitu.net email tishitu@gmail.com
SSI REG. NO. 081452124498/SSI
-~-~~-~~~-~~-~-
Please watch: Lifi Communication by Arduino UNO Download Project
https://www.youtube.com/watch?v=c4gC8dbaiZg
-~-~~-~~~-~~-~- Led Blinking 8051 Microcontroller](https://i.ytimg.com/vi/R2ZPPUjOO0M/mqdefault.jpg)

![TISHITU #1 Tutorial Visual Basic 6.0 Introduction
Tishitu explains
isual Basic is a third-generation event-driven programming language and integrated development environment (IDE) from Microsoft for its COM programming model first released in 1991. Visual Basic is designed to be relatively easy to learn and use. Visual Basic was derived from BASIC and enables the rapid application development (RAD) of graphical user interface (GUI) applications, access to databases using Data Access Objects, Remote Data Objects, or ActiveX Data Objects, and creation of ActiveX controls and objects. VBA is effectively the same language as Visual Basic but VBA-code is tied to Microsoft Office and can only run within that environment.[citation needed] The scripting language VBScript is a subset of Visual Basic.[citation needed]
A programmer can create an application using the components provided by the Visual Basic program itself. Programs written in Visual Basic can also use the Windows API, but doing so requires external function declarations. Though the program has received criticism for its perceived faults, version 3 of Visual Basic was a runaway commercial success, and many companies offered third party controls greatly extending its functionality.
The final release was version 6 in 1998. Microsofts extended support ended in March 2008 and the designated successor was Visual Basic .NET (now known simply as Visual Basic).
TISHITU
ISO: 9001-2008
RESEARCH AND CONSULTANCY CELL OF INDUSTRIAL APPLICATION
A Joint Accreditation System of Australia and New Zealand
Copyright © All Rights Reserved www.tishitu.org Reg No.08122629691/SSI
Accreditation No. M3111204IN
-~-~~-~~~-~~-~-
Please watch: Lifi Communication by Arduino UNO Download Project
https://www.youtube.com/watch?v=c4gC8dbaiZg
-~-~~-~~~-~~-~- TISHITU #1 Tutorial Visual Basic 6.0 Introduction](https://i.ytimg.com/vi/SXjvby1qHr0/mqdefault.jpg)

![Controller Area Network (CAN) Part-3
What is CAN?
Controller Area Network (CAN) is a serial network that was originally designed for the automotive industry, but has also become a popular bus in industrial automation as well as other applications. The CAN bus is primarily used in embedded systems, and as its name implies, is the network established among microcontrollers. It is a two-wire, half duplex, high-speed network system and is well suited for high speed applications using short messages. Its robustness, reliability and the large following from the semiconductor industry are some of the benefits with CAN.
FullCAN
FullCAN is used in more expensive, high performance CAN controllers and microcontrollers. The FullCAN controller has a set of buffers called mailboxes. On initialization, each mailbox is assigned an identifier and is set to transmit or receive.
When the CAN controller receives a message it checks the mailboxes in order to see is there is a receive mailbox with the same identifier as the message. If such a mailbox is found, the message is stored in it and the host controller is notified. Otherwise the message is discarded.
When transmitting a message the message length and data is written to the transmit mailbox with the correct identifier.
If a remote message is received the controller checks the remote identifier against the transmit mailboxes. If a match is found, the controller automatically sends a message with the identifier and data contained in that mailbox. This means that the microcontroller gets a lower load, and that the software does not have to handle remote messages. However, if the mailbox has not been updated in a long time, the information sent to the network will be old. This have to be considered when writing the software.
With a FullCAN controller it is possible to filter out only the exact message types that are interesting. This type of controller will therefore give a lower load on the host microcontroller. However, the number of mailboxes are limited. The largest number of mailboxes present in a CAN controller today is ???.
With some controllers it is possible to reconfigure the mailboxes dynamically. However, that does not completely solve the problem. Therefore some controllers are mixed CAN controllers, that is they have mailboxes, but also BasicCAN buffers.
FullCAN controllers have support for automatically answering remote frames. This will decrease the load on the host microcontroller or processor, but may also mean that old information is sent. It is very important to take this into consideration when writing your application.
CAN can theoretically link up to 2032 devices (assuming one node with one identifier) on a single network. However, due to the practical limitation of the hardware (transceivers), it can only link up to110 nodes (with 82C250, Philips) on a single network. It offers high-speed communication rate up to 1 Mbits/sec thus allows real-time control. In addition, the error confinement and the error detection feature make it more reliable in noise critical environment.
LInk :- http://hem.bredband.net/stafni/developer/CAN.htm
CAN bus (for controller area network) is a vehicle bus standard designed to allow microcontrollers and devices to communicate with each other within a vehicle without a host computer.
CAN bus is a message-based protocol, designed specifically for automotive applications but now also used in other areas such as industrial automation and medical equipment.
Development of CAN bus started originally in 1983 at Robert Bosch GmbH.[1] The protocol was officially released in 1986 at the Society of Automotive Engineers (SAE) congress in Detroit, Michigan. The first CAN controller chips, produced by Intel and Philips, came on the market in 1987. Bosch published the CAN 2.0 specification in 1991.
CAN bus is one of five protocols used in the OBD-II vehicle diagnostics standard. The OBD-II standard has been mandatory for all cars and light trucks sold in the United States since 1996, and the EOBD standard has been mandatory for all petrol vehicles sold in the European Union since 2001 and all diesel vehicles since 2004.
http://en.wikipedia.org/wiki/CAN_bus
-~-~~-~~~-~~-~-
Please watch: Lifi Communication by Arduino UNO Download Project
https://www.youtube.com/watch?v=c4gC8dbaiZg
-~-~~-~~~-~~-~- Controller Area Network (CAN) Part-3](https://i.ytimg.com/vi/TEPfB-2IvyA/mqdefault.jpg)


![TISHITU Time Lapse in LAB Five hour in 1 Min 22 Sec, Evening 5:00 to 9:30 PM India Rajasthan Jaipur
Tishitu explains
Time-lapse photography is a technique whereby the frequency at which film frames are captured (the frame rate) is much lower than that used to view the sequence. When played at normal speed, time appears to be moving faster and thus lapsing. For example, an image of a scene may be captured once every second, then played back at 30 frames per second. The result is an apparent 30-times speed increase. Time-lapse photography can be considered the opposite of high speed photography or slow motion.
Processes that would normally appear subtle to the human eye, e.g. the motion of the sun and stars in the sky, become very pronounced. Time-lapse is the extreme version of the cinematography technique of undercranking, and can be confused with stop motion animation.
Some classic subjects of timelapse photography include:
cloudscapes and celestial motion
plants growing and flowers opening
fruit rotting
evolution of a construction project
people in the city
The technique has been used to photograph crowds, traffic, and even television. The effect of photographing a subject that changes imperceptibly slowly, creates a smooth impression of motion. A subject that changes quickly is transformed into an onslaught of activity.
The first use of time-lapse photography in a feature film was in Georges Méliès motion picture Carrefour De LOpera (1897). Time-lapse photography of biological phenomena was pioneered by Jean Comandon[2] in collaboration with Pathé Frères from 1909, by F. Percy Smith in 1910 and Roman Vishniac from 1915 to 1918. Time-lapse photography was further pioneered in the 1920s via a series of feature films called Bergfilms (Mountain films) by Arnold Fanck, including The Holy Mountain (1926).
From 1929 to 1931, R. R. Rife astonished journalists with early demonstrations of high magnification time-lapse cine-micrography[3][4] but no filmmaker can be credited for popularizing time-lapse more than Dr. John Ott, whose life-work is documented in the DVD-film Exploring the Spectrum.
Otts initial day-job career was that of a banker, with time-lapse movie photography, mostly of plants, initially just a hobby. Starting in the 1930s, Ott bought and built more and more time-lapse equipment, eventually building a large greenhouse full of plants, cameras, and even self-built automated electric motion control systems for moving the cameras to follow the growth of plants as they developed. He time-lapsed his entire greenhouse of plants and cameras as they worked - a virtual symphony of time-lapse movement. His work was featured on a late 1950s episode of the request TV show, You Asked For It.
Ott discovered that the movement of plants could be manipulated by varying the amount of water the plants were given, and varying the color-temperature of the lights in the studio. Some colors caused the plants to flower, and other colors caused the plants to bear fruit. Ott discovered ways to change the sex of plants merely by varying the light source color-temperature.
By using these techniques, Ott time-lapse animated plants dancing up and down in synch to pre-recorded music tracks.
His cinematography of flowers blooming in such classic documentaries as Walt Disneys Secrets of Life (1956), pioneered the modern use of time-lapse on film and television. Ott wrote several books on the history of his time-lapse adventures, My Ivory Cellar (1958), Health and Light (1979), and the film documentary Exploring the Spectrum (DVD 2008).
PBSs NOVA series aired a full episode on time-lapse (and slow motion) photography and systems in 1981 titled Moving Still. Highlights of Oxfords work are slow-motion shots of a dog shaking water off himself, with close ups of drops knocking a bee off a flower, as well as time-lapse of the decay of a dead mouse.
The first major usage of time-lapse in a feature film was Koyaanisqatsi (1983). The non-narrative film, directed by Godfrey Reggio, contained much time-lapse of clouds, crowds, and cities filmed by cinematographer Ron Fricke. Years later, Ron Fricke produced a solo project called Chronos shot on IMAX cameras, which is still frequently played on Discovery HD. Fricke used the technique extensively in the documentary Baraka (1992) which he photographed on Todd-AO (70 mm) film. The most recent film made entirely in time-lapse photography is Nate Norths film Silicon Valley Timelapse, which holds the distinction of being the first feature length film shot almost entirely in 3 frame high dynamic range.
Countless other films, commercials, TV shows and presentations have included time-lapse.
TISHITU
ISO: 9001-2008
RESEARCH AND CONSULTANCY CELL OF INDUSTRIAL APPLICATION
A Joint Accreditation System of Australia and New Zealand
Copyright © All Rights Reserved www.tishitu.org Reg No.08122629691/SSI
Accreditation No. M3111204IN.
-~-~~-~~~-~~-~-
Please watch: Sci Hub Not working 2018 August
https://www.youtube.com/watch?v=uV3EntVBxTY
-~-~~-~~~-~~-~- TISHITU Time Lapse in LAB Five hour in 1 Min 22 Sec, Evening 5:00 to 9:30 PM India Rajasthan Jaipur](https://i.ytimg.com/vi/UWGPa73a1X4/mqdefault.jpg)
![HHo Soap bubble Bomb 2019 November
Oxyhydrogen is a mixture of hydrogen (H2) and oxygen (O2) gases. This gaseous mixture is used for torches for the processing of refractory materials and was the first[1] gaseous mixture used for welding. Theoretically, a ratio of 2:1 hydrogen:oxygen is enough to achieve maximum efficency; in practice a ratio 4:1 or 5:1 is required to avoid an oxidizing flame.[2]
This mixture may also be called by an old term knallgas (German; bang-gas), although some authors used to define knallgas to be a generic term for the mixture of fuel with precise amount of oxygen required for complete combustion, thus 2:1 oxyhydrogen would be called hydrogen-knallgas
HHO generators, also known as hydrogen generators, convert water into fuel through the use of electrolysis, creating something called Browns gas or oxyhydrogen (HHO). The amount of sodium hydroxide (NaOH) needed is 1 rounded teaspoon per gallon of distilled water. Always pour the water first into your container, then add NaOH, which prevents the solution from boiling or splattering. Wear protective clothing and goggles when creating this solution.
Happy and Safe Diwali from team Tishitu
Jaipur , India, Rajasthan , Malviya Nagar,
302017
-~-~~-~~~-~~-~-
Please watch: Lifi Communication by Arduino UNO Download Project
https://www.youtube.com/watch?v=c4gC8dbaiZg
-~-~~-~~~-~~-~- HHo Soap bubble Bomb 2019 November](https://i.ytimg.com/vi/UcdUhSwqMpg/mqdefault.jpg)

