EN / USD
2106 Items
 Home
Blog
Introduction to Control Systems
Introduction to Control Systems, control systems, basics of control systems, control systems definition, control systems examples, examples of control systems
Hello friends, I hope you all are doing great. Today, I am going to start this new tutorial series on Control Systems. I will start from the very basics and will slowly move towards complex concepts. I'll not only cover the theoretical control systems, but will also focus on their practical implementation. Throughout this tutorial series, I will use MATLAB software (where required) to solve & plot different features of control systems. As it's our first tutorial, so today, we will have a look at a detailed Introduction to Control systems. Before starting with technical details, I would like to simplify things, by first providing the basic concept of a Control System. So, let's get started: Introduction to Control Systems A system, whose out ...
Blog
Automatic Light Detector using LDR in Proteus
Automatic Light Detector, Light Detector with LDR, Proteus experiment for Automatic Light Detector, Automatic Light Detector with BC645 n-p-n transistor
Hello Learners! We hope you are fine. Welcome to The Engineering Projects. The Automatic Light Detector is the device that automatically senses the light incident on it. Let's have a glance about the main points of discussion: What is Automatic Light Detector? What are different components and their functions in the Automatic Light Detector? How does the circuit of Automatic Light Detector works? How can we implement the circuit of Automatic Light Detector in Proteus ISIS? Moreover, you'll have some chunks of interesting information in DID YOU KNOW sections. Automatic Light Detector Automatic Light detectors or automatic Light sensors are interesting devices. They have special mechanism in their circuit that senses the density of the ligh ...
Blog
How to Create a Jet Fighter Model in AutoCAD
How to create a jet fighter model in AutoCAD, tips for creating jet fighter model
Hey Guys! Hope you are doing well. Today, I'll unlock the details on How to Create a Jet Fighter Model In AutoCAD.  The drawings were published on the Internet * and represent several types, 22 cross sections (fuselage forming elements) perpendicular to the longitudinal axis of the fuselage, and a number of additional sections (Figures 1 and 2). The accuracy of the drawings, of course, is not high, because these are just data for the modelers. We will have to believe this data, take them for truth in the first instance and start creating a digital prototype. How to Create a Jet Fighter Model in AutoCAD Where to begin? From converting JPEG to DWG (to increase their self-esteem, this tedious process can be called manual vectorization of vector gra ...
Blog
How to use Data Types in Python
python datatypes, datatypes in python, datatypes python, data types python, data types in python, python data types, basics of datatypes
Hello friends, I hope you all are doing great. In today's tutorial, I am going to show you How to use Data types in Python. It's our 2nd tutorial in Python series. In our first tutorial, we have seen a detailed introduction to python and we have also installed PyCharm IDE to work on python. Today, we will understand data types in detail as in order to design an efficient program, you need to select correct data types. Incorrect selection may cause memory loss and may slow your application. So, let's get started with data types in Python: Data types in Python Data Types are used for the classification or categorization of similar data packets. There are numerous data types available in python, which we can use depending on our projects' requirem ...
Blog
Types of Signals with plotting in MATLAB
difference between some signals, types of signals, signals in matlab, matlab signal, signal matlab, matlab signal plot
Hello! Welcome to the engineering projects. This is the second part of the signal and system series in which we will discuss some essential classifications of simple signals. In the previous session, we discussed the introduction of signals and systems and also ran some simple codes on MATLAB for the implementation of some simple codes. In this session, we are discussing some essential types of signals, and the best part is that we will implement all the signals in MATLAB for the best understanding. Here is a quick glance at all the topics that we will discuss today: Continuous-Time Signals Discrete-Time Signals Periodic Signals Aperiodic Signals Even Signals Odd Signals Deterministic Signals Non-Deterministic Signals Energy Signals Power Signals What are functions?  Some ...
Blog
Introduction to 2n4401
introduction to 2n4401, intro to 2n4401, basics of 2n4401, working of 2n4401
Hey Everyone! I hope you are doing great and having fun with your lives. I am back to give you a daily dose of information so you can grow and progress in your relevant field. Today, I am going to uncover the details on the Introduction to 2n4401. It is an NPN (negative-positive-negative) bipolar junction transistor (BJT) which is used for general purpose amplification and switching purpose. It consists of P doped semiconductor that exists between the two layers of N doped material. I'll give you a brief detail about this transistor so you don't have to go anywhere for finding the information regarding this transistor. You can also check the Introduction to 2n4402 which is a complementary PNP transistor of this NPN transistor. Let's get started. ...
Blog
ESP32 Library for Proteus
esp32 library for proteus, esp32 proteus, proteus esp32, esp32 in proteus, esp32 simulation, esp32 simulation in proteus, simulate esp32
Hello friends, I hope you all are doing well. In today's tutorial, I am going to share a new Proteus Library of ESP32 embedded module. ESP32 is a microcontroller board used mostly in IoT projects. It's a successor of ESP8266 or NodeMCU. We have already shared the NodeMCU Library for Proteus and I hope you guys have enjoyed it.Proteus software is not capable of handling WiFi or BLE technology, thus we can't implement these technologies in the ESP32 board. Though, you can use its input/output pins to interface embedded sensors and modules. You can also use it to design the Circuit Diagram of your Project.So, let's have a look at How to simulate ESP32 board in Proteus: ESP32 Library for Proteus First of all, download the zip file of Proteus Library for ESP32 board, by clicking the below b ...
Blog
Bottle Line Assembly using PLC Ladder Logic Programming
Bottle Line Assembly using PLC Ladder Logic Programming, PLC Ladder Logic bottle line, bottle capping with ladder logic, bottle filling with plc,
Hello friends, we are going to learn and practice together one project from the industry. It is the bottle line production in which many processes are happening, including but not limited to filling, capping, and conveying from the start point where the bottles get in the line to the end point where the bottle gets out from the line. In the process, many concerns and restrictions must be addressed, like the bottle size, length, broken status, pretty full or empty, etc. So we have a lot to learn, program, and test right here in this project. Let’s jump into work and enjoy completing such an exciting project without further delay. Bottle Line Assembly: Introduction Figure 1 images the project we are going to do. Yes, it’s a massive project, with too many things we see to control. However, ...
Blog
Understanding the Basics of Cryptocurrency Trading on Exchanges
Understanding the Basics of Cryptocurrency Trading on Exchanges
Cryptocurrency trading is a popular way to get started with cryptocurrency. It's also a great way to multiply your funds if you're an experienced trader. In this post, we'll give you the basics of how cryptocurrency exchanges work and help you choose an exchange. What is Cryptocurrency Trading? Cryptocurrency trading is the process of buying and selling cryptocurrency on an exchange.  Cryptocurrencies are digital assets that can be exchanged for other cryptocurrencies, for example, you can exchange eth for sol , or for fiat currency (US dollars). You can use a cryptocurrency exchange to trade your coins, or you can buy them directly from another person. Some exchanges offer both options: they allow users who want to trade coins with one another and also serve as platforms where people ...
Blog
How to use Strings in Python?
Strings in Python, How strings Are Used in python, operators in python, string in input function python, string operations in python, python strings, string in python, strings python
Welcome to the fourth lesson of this python course. Our previous session taught us how to utilize the print function in python, so we have a firm grasp of the terminology and the functions themselves. In this lesson, we'll cover a few more Python terms, such as: Strings Operators Input function Also, we'll build a simple program to print out an imagined dog so that we may better grasp how these concepts are employed. So, let's get started now. Why do we need to understand these terms? Programming is a lot like building a structure out of blocks. Even with just a few types of children's toy blocks and some time and imagination, you can build anything. Because we'll be utilizing these phrases all the time in programming, it's critical that you know what they mean and how to use th ...