EN / USD
2130 Items
 Home
Blog
Introduction to MPR121
introduction to MPR121, mpr121 working, mpr121 pinout, mpr121 applications, mpr121 features, mpr121
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at detailed Introduction to MPR121. MPR121 is a touch sensor controller, its working is like the capacitor's working principle. This module has twelve electrodes points, it communicates via I2C protocol. When any objects come closer to an electrode point, we can observe the presence of an object by variation in capacitance of an electrode. It's working voltage should be between 2.5 to 3.6 VDC. MPR121 is used in different industrial projects and electronic devices such as mobile phone and remote control systems. In today's post, we will have a look at its working, pinout, protocol, applications, etc. I will also share some links where I have interfaced it with other microcontrollers. If you have ...
Blog
Three Equations of Motion: Derivation, Explanation, Problems & Applications
Equations of Motion, Three Equations of Motion, Equations of Motion derivation, Equations of Motion explanation, Equations of Motion applications
Hi friends, I hope you all are doing well. Today, we can talk about the equations of motion in detail. A basic physics component is the study of motion, which enables us to comprehend how things move and interact with force. A collection of mathematical formulae known as the equations of motion explains the link between an object's velocity, acceleration, displacement, and time.These formulas, which provide the foundation of classical mechanics, are essential for understanding many kinds of motion, including the acceleration of an automobile on a highway, the launch of a ball into the air, and the orbit of a planet around the sun. Definition and Importance: When an object's initial state and the forces acting upon it are understood, the equations of motion offer a framework for projectin ...
Blog
Introduction to BF259
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 ...
Blog
Introduction to BC549
Introduction to BC549, BC549, basics of BC549, BC549 intro, bc549 datasheet, bc549 pinout, bc549 pin description
Hi Friends! I hope you’re well today. I welcome you on board. In this post, I’m going to discuss the Introduction to BC549. BC549 is a general purpose bipolar junction transistor that belongs to NPN transistor family. It contains three pins where small current change in one terminal produces a much large current change across other terminals. In other words, it is nothing but a current booster. It is known as a low power low voltage current controlled device and is used for switching and amplification purpose.  In this article I’ll be discussing complete details of BC549 transistor i.e. pinout, working principle, power ratings, physical dimensions and applications. Stay tuned. Introduction to BC549 BC549 is an NPN general-purpose bipolar juncti ...
Blog
Set Up a Network Printer with Raspberry Pi 4
Set Up a Network Printer with Raspberry Pi 4, printer with raspberry pi 4, printer rpi4, rpi4 printer, raspberry pi 4 printer, network printer with raspberry pi 4
Thank you for being here for today's tutorial of our in-depth Raspberry Pi programming tutorial. The previous tutorial demonstrated the proper wiring of the photoresistor sensor to the GPIO pins. Finally, we learned how it might be included in a Python script for data collection and analysis needs. We also looked at the functions of each component in the circuit. However, I'll walk you through installing a Pi 4 Print Server in this guide. While installing the program is straightforward, setting it up so that a Windows network can locate the print server requires a little more effort. Rather than spending hundreds of dollars upgrading to a laser printer, you may easily upgrade your current USB printer to laser quality by installing a print server. Because of this software, you no longer ha ...
Blog
Traffic Signal Control using Arduino
traffic signal control arduino, traffic light arduino, traffic signal arduino,traffic control arduino, arduino traffic signal control
Hello friends, hope you all are fine and having fun with your lives. Today, I am going to share a Traffic Signal Control using Arduino. Few days earlier, I have posted the same tutorial but it was Traffic Light Signal Using 555 Timer in Proteus ISIS and today we will do the same thing but using Arduino programming. Its quite a simple but good starting project on Arduino. So, if you are new to Arduino then must give it a try. Traffic Signal Control is quite a usual thing. We see traffic signals daily on our roads and usually engineers are asked to design such projects in their initial semesters. If we look at the traffic signals then we can see they are simply turning ON and OFF lights at some fixed regular intervals. and the pattern is quite simpl ...
Blog
How to use MATLAB Workspace?
How to use MATLAB Workspace, Detail of Workspace in MATLAB, workspace matlab, matlab workspace, workspace in matlab
Hello, readers. Welcome to the MATLAB tutorial, where you are learning the basics to advance information about MATLAB without discussing unnecessary concepts. In the last lecture, there was a discussion about variables and their declaration, usage, and types in detail using the MATLAB command prompt. This time, you are learning the workspace window of MATLAB. Usually, people while learning ignores this window because they do not bother about what is happening in it, but the experts know that by applying the simple rules in the workspace window, they can easily get better results. At the end of this lecture, you will be able to answer the following questions: What is the workspace window of MATLAB? How can you save the files from the workshop in different ways? What is the method to load ...
Blog
Properties of Fluid
Fluid Properties, properties of fluid, fluid behavior, fluid characteristics
In the introduction, I will extensively explain the property r and how to impact them are so. Let us start. Then I explain properties that are related to fluid flow. First of all, I will start with the word Property. The definition of property is as follows: Property The word property is defined as any characteristic of the system. There are two main types of the property named intensive and extensive. Example The examples of property are as follows Temperature -T Pressure - P Mass – m Types of Properties  Following is a brief explanation of the types of properties. Intensive Property The intensive properties are the ones that are independent of mass, temperature, densit ...
Blog
LNG Transfer Systems – The Complete Guide
LNG Transfer Systems , lng transferring, transfer lng
Hello everyone, I hope you all are doing great. In today's tutorial, I am going to give you a detailed overview of LNG Transfer Systems. In the recent past, there has been tremendous growth in the demand for LNG. This has raised the LNG shipping rates around the world. The growth in demand is expected to keep increasing and reach a factor of 50 per cent by the year 2020. It is also estimated that the global cryogenic market will hit an all-time high of $21 billion by the year 2021. Most shipping companies are going for LNG as compared to conventional fuels based on oil for their ships. The lowered limit on air emissions, need for efficiency and increasing operational costs has pushed many shipping firms to look for better fuel for their maritime a ...
Blog
2-Bit Full Adder using Logic Gates in Proteus
Full Adder, Full Adder in proteus, proteus implementation of full adders, adders
Hello Learners! I hope you are doing great. Welcome to The Engineering Projects. In our previous lecture, we discussed How to design Half Adder with Universal Gates. In today's tutorial, we are going to design Full Adder with Logical Gates. In today's tutorial, we will learn the complete information about: What is Adder? What is Full Adder? How is the Truth Table of Full Adder? How can we design Full Adder in Proteus ISIS? What are the uses of Full Adder? What is Adder? Recalling from our previous lectures:The Adders are simple Logical Circuits that take the bits in as the input, sum the bits together and generate the sum and the carry at the output.Adders are present in computer architecture, mainly to control the ...