Hi Friends! Hope you are doing well. I am back to update you with some nuggets of valuable information that keeps your innovation alive, helping you think out of the box. Today, I'll highlight the Common Engineering Problems and How to Alleviate Them.
All men are born equal while some of them opt to become an engineer. The field that looks enticing for almost everyone and makes them feel captivated with the thought, if you become engineer, you'd be a billionaire at some point of your life.
I'm not sure if you can make it happen or not, but you need to understand the common problems before you aim to join the engineering field.
Let's jump right in and get to the point.
Common Engineering Problems and How to Alleviate Them
When nature decides th ...
Hey Fellas! We always strive to give you useful information that resonates with your needs and requirements. Today, I'm going to unlock the details on the Introduction to 4n25. It is a standard single channel 6 pin optocoupler that contains silicon NPN phototransistor and gallium arsenide infrared LED. It is widely used in motor drive and control, communication and networking, and power management.
I'll try to cover every aspect related to this optocoupler so you don't need to go anywhere else and find all information in one place. Let's dive in and explore what it does and what are its main features.
Introduction to 4n25
4n25 is a standard single channel 6 pin industry standard phototransistor coupler that contains silicon NPN phototransistor ...
Hello everyone, hope you all are fien and having fun with your lives. Today, I am going to post a new C# tutorial in which we will have a Introduction to C# Windows Forms. Till now, we have seen Introduction to C# in which we have designed a console application in C# and after that we have discussed that project and write some code in it in First Code in C# Tutorial. So, till now we have an idea How to create a console application and how to run it easily.
I will continue with this C# console projects but first we have to discuss a little about C# Windows Forms. Microsoft Visual Studio is a very vast software so we can design different types of projects in it and also can use different languages. So, when talking about C#, we not only can design c ...
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 ...
Hello friends, hope you all are fine and having fun with your lives. In today's tutorial, we are gonna see Color Detection in Images using MATLAB. In the previous tutorial, I have posted about How to Detect Circles in Images using MATLAB in which we have detected objects based on their geometrical figure means either they are circle or not but today we are gonna distinguish objects based on their color i.e. whether they are red colored or green colored etc. Its a quite simple tutorial and comes in the basic category. We will first detect the color and then will create a boundary around that object and will also show its XY coordinates as well.
Image processing is an important tool of MATLAB. We can quite easily do the image processing in it using ...
Hey pupils! Welcome to the next session on modern neural networks. We are studying the basic neural networks that are revolutionizing different domains of life. In the previous session, we read the Deep Q Networks (DQN) Reinforcement Learning (add link). There, the basic concepts and applications were discussed in detail. Today, we will move towards another neural network, which is an improvement in the deep Q network and is named the double deep Q network.
In this article, we will point towards the basic workings of DQN as well so I recommend you read the deep Q networks if you don’t have a grip on this topic. We will introduce the DDQN in detail and will know the basic needs for improvement in the deep Q network. After that, we’ll discuss the history of these networks and learn ab ...
Hi mentees, we are here with a new tutorial. I hope you all are fine. So far, we have been designing combinational circuits i.e. Adder, Subtractor, Multiplexer etc. using logic gates. But from today onward, we will design sequential circuits using logic gates i.e. Latches, Flip Flops etc. Let's quickly recall what's the difference between combinational & Sequential Circuits:
Combinational Circuits:
Combinational circuits only use the current state of the input values to generate the output.Examples of DLD Combinational Circuits are: Adders, Subtractors, Multiplexers etc.
Sequential Circuits
Sequential Circuits use both the current & previous states of the inputs to generate the output.Examples of DLD Sequential Circuits are: Latches, Flip Flops, Timers, Counters etc.
Digital M ...
Hello Friends! I am back again to fill your appetite with more knowledge and skills. Today, I am going to explain the details on the Introduction to BF259. It is a bipolar NPN (negative-positive-negative) silicon transistors which comes in metal casing. It consists of one P layer that lies between the two layers of N doped semiconductor. I am going to cover all aspects related to this bipolar transistor. Let's get started and have a look, how it works and what are the applications it finds useful.
Introduction to BF259
BF259 is a bipolar silicon transistor which is made up of two N doped layer and one P doped layer.
It is mainly a three terminal device which consists of emitter base and collector.
P terminal of the transistor acts like a ba ...
In today’s post, as the name suggests, we will see how to get data from online webserver using Arduino Wifi in simple steps. Getting data from web server using Arduino Wifi Shield has always remained a problem for the engineers. Its not much difficult task as its usually considered to be. In today’s post, I will create a small project in which I will control two simple LEDs via online web server. It’s really a very interesting project and when I completed it, I felt like Hurrah!!!
Arduino Wifi Shield is used to connect Arduino board with Wifi. After connectivity with Wifi, one can perform many tasks using this shield. We can built a complete server on it and can also use it as a client. Server designed on an Arduino Wifi Shield are usually quite si ...