Hello friends, I hope you all are doing great. In today's tutorial, I will show you how to perform Simplest Half Wave Rectification in Proteus. In this tutorial, we will design a simple Proteus simulation, where we will use a diode for half-wave rectification.
Before designing the Proteus simulation, we will first have a theoretical overview of Half Wave Rectification as it's always the best approach to read theory before practical (Proteus Simulation). So, let's get started:
What is Rectification ???
Rectification is an electrical process, used to convert Alternating(AC) Voltage into Direct(DC) Voltage using a circuit called rectifier.
The Rectification process is always carried out using diodes, as we know diodes allow the current to flow in one direction only, thus t ...
Hello friends, I hope you all are doing great. In today's tutorial, I am going to show you How to Add Basic Function in WordPress Plugin. In the previous tutorial, we have seen How to Create a Simple WordPress Plugin, and today we are gonna add some basic functions in it, which are kind of compulsory. You may not find them useful right now but they will come in handy when we will work on complex plugins.
It's the second tutorial in WordPress plugin creation series. If you got into any trouble then ask in comments and I will try my best to resolve them all. So, let's get started with these basic functions and add then in our newly created WordPress plugin:
Add Basic Functions in WordPress Plugin
As we have already created the class for our wordp ...
Hi Friends! Hope you are doing great. I am back to give you a daily dose of valuable information so you can excel and grow in your relevant field. Transistors are the fundamental parts of most of the electronic circuits. Today, I am going to unlock the details on the Introduction to 2n3903. It is an NPN transistor main used for general purpose amplification and switching applications.
Transistor comes in two types i.e. NPN and PNP transistors. This transistor falls under the category of NPN transistor. This is a bipolar junctions transistor where conduction is carried out by movement of both charge carriers i.e. electrons and holes. However, electrons are major charge carriers in case of NPN transistors. If you are unsure how these bipolar transi ...
Hello friends, hope you all are fine and having fun with your lives. Today, I am going to share a complete project with you guys. Its an Intelligent Energy Saving System which I designed around two years ago. So, today I thought to share it so that others could also get benefit. In this project, I have used Arduino UNO board for programming purposes. Its not much complicated project but is the basic for many complex projects.
Energy, is a small word, but is the problem of whole world. Particularly when we are talking about electrical energy. IF you consume more electrical energy then you will get quite huge bill at the end of the month. :P So, there's always work done on reducing the consumption of electrical energy and also we compare energy cost ...
Hello friends, I hope you all are doing great. Welcome to the 11th lecture of Section-III in the Raspberry Pi 4 Programming Series. In the previous tutorial, we discussed the interfacing of the Fingerprint sensor with Raspberry Pi 4. Today, we are going to discuss another sensor named the Pulse rate sensor and will interface it with Raspberry Pi 4.The field of healthcare monitoring has long been seen as a potential use
case for IoT i.e. examining the health
instead of regular checkups and local doctors. Using sensors,
your vital signs can be monitored and transmitted in real time, allowing
a physician on the other side or even an AI to analyze the data and
provide an accurate diagnosis. That does seem somewhat futuristic.
However, we are making steady progress in that direction ...
Hi Friends! Hope you’re well today. Today, I am going to share the Proteus Library of Current Sensor WCS1600. This sensor is not available in the Proteus Components Library and we’re sharing it for the first time. The Current Sensor WCS1600 is used to measure the current flowing through the circuit and is used in embedded systems and robotics projects. If you are new to this sensor, you must first design its simulation before playing with the hardware.
Before we move further, let’s have a brief overview of WCS1600 Current Sensor:What is WCS1600 Current Sensor?
WCS1600 comes with a drift linear hall sensor IC which gives precise and accurate values. The hall sensor IC is 9.0 mm in diameter through the hole and is incorporated with a temperature compensation circuit. To measure the p ...
Hello friends, I hope you all are fine and will be doing something special in your life. In today's post, we are going to discuss The Role of PCB in Modern Life. A PCB is a thin board made of fiberglass, composite epoxy or other laminate material. A conductive pathway is etched onto the board connecting different component on the PCB, such as transistors, resistors, and an integrated circuit. PCB is used in both desktop and laptop computers. It serves as a foundation many internal computer components such as video card, network interface card, controller card, an expansion card. These components are connected to the motherboard, which is also a printed circuit board.
PCB is used in different industrial projects and electronic devices. PCB can be ...
[vc_row][vc_column][vc_column_text]
In the previous tutorial, we have seen how to Get Started with Pixy Camera, which was quite a basic tutorial and we have covered just the basic cables required to set up pixy camera. Now along with cables we are also gonna need software for training our Pixy Camera. So in this tutorial we are gonna see how to install Pixy Camera Software which is named as PixyMon. As I explained earlier in previous post that first of all, we need to connect our Pixy Camera with Computer or laptop and then using its software PixyMon we need to train our Pixy Camera so that it can recognize objects present in front of it.
PixyMon is quite a simple software and quite easy to use. In this post, we are not gonna check How to use PixyM ...
Hello friends, I hope you all are ding great. In today's tutorial, I am going to show you How to use Arithmetic Operators in Python. It's our fourth tutorial in Python series. Arithmetic operators are required in mathematical problem solving.
We will first have a look at the arithmetic operators and after that, we also discuss different builtin arithmetic functions in Python Math module. So, let's get started:
Arithmetic Operators in Python
Arithmetic operators ( +, -, *, /, ^ etc. ) are used to perform simple arithmetic operations in python.
So, let's open up your PyCharm and perform a simple task using these operators, as shown in below figure:
I used a single star for multiplication and a doub ...
Hello friends, I hope you all are doing great. In today's tutorial, we will have a look at URL Routing in ASP.NET MVC. It's the 8th tutorial in this ASP.NET MVC series. Today's tutorial is on a new concept in asp.net and it's essential to understand URL routing before going any further.
URL Routing is actually a part of core ASP.NET but MVC applications also use it. URL Routing is implemented by System.Web.Routing and ASP.NET MVC uses System.Web.Routing. So, let's have a look at what's URL Routing in ASP.NET MVC:
URL Routing in ASP.NET MVC
URL Routing is used for directing the HTTP request (generated by the user) to the respective controller in ASP.NET MVC.
Whenever a user types some url in the browser and hit enter then an HTTP request is ge ...