EN / USD
939 Items
 Home
Blog
Introduction to XBee Module
XBee modules have become a cornerstone for wireless communication in today's electronics and embedded systems projects. Whether you are building a home automation system, an industrial control network, or simple point-to-point communication between devices, XBee offers a reliable and easy-to-use solution. In this comprehensive introduction, we will explore what the XBee module is, how it works, its core features, and how you can integrate it into microcontroller-based projects. In future tutorials, we’ll delve deeper into specific interfacing guides, including how to interface the XBee module with a computer and connecting XBee to an Arduino. While Arduino will be our primary focus due to its popularity and accessibility, you can also connect XBee modules to other microcontrollers such as ...
Blog
Stepper Motor Direction Control using Arduino
Stepper motor direction control using Arduino, Control Stepper motor using Arduino, How to control stepper motor using Arduino, Stepper motor interfacing with arduino, Control stepper motor with the Arduino
Hello friends! I hope you all will be absolutely fine and having fun. Today, I will elaborate you that how can we make a simple algorithm for Stepper Motor Direction Control using Arduino. In my previous tutorials I made algorithm for DC Motor Direction Control using Arduino, DC Motor Direction Control using Matlab, DC Motor Speed Control using Arduino and DC Motor Speed Control using Matlab. Now, in this tutorial I will control a stepper motor using Arduino by entering the different commands through its serial port. Before going into the detail of this tutorial, you must know the basic difference between stepper and DC motors. DC motors have only two input terminal one is positive and the other one is negative. You just have to provide the powe ...
Blog
Frequency Response of an LTI System in MATLAB
Frequency Response of LTI System, LTI frequency response, frequency LTI, LTI frequency, LTI freqency response in matlab, matlab LTI, LTI in MATLAB
Hello learners, Welcome to another tutorial on signals and systems. We are learning about the responses of the signals. We all have experience in situations where the change in the frequency of a system, such as radios or control systems, results in a change in the working or result of that system. So we have the idea that frequencies play an important role in different types of systems. In the previous lecture, we saw the impulse response of the system. Our mission today is to learn about the frequency response of the LTI system. We will learn all the basic information about the topic and will revise some important points as well. To do this, have a look at today’s concepts: What is the LTI system? What is frequency response? How is frequency response performed without the function i ...
Blog
Electrocardiogram(ECG): Definition, Test, Signal Read & Diagnose
Introduction to ECG, basics of ECG, ECG basics, what is ECG, disease detected through ECG, diseases detected via ECG, when to do ECG, ECG introduction, ECG, know about ECG, how to know about ECG
Hello friends! I hope you are doing well. Today, I will give you a detailed overview of the Electrocardiogram, abbreviated as ECG or EKG. An electrocardiogram is a biological test used to convert the activities of the heart into electrical signals, and these signals are then read by specialized surgeons to predict heart conditions. In simple words, ECG is used to record the rhythm of the heart activity on a moving strip of paper. Related doctors are able to read the spikes and dips on the paper and can decide, whether the heart is in normal condition or not. These spikes or dips are usually known as waves. As we know, the heart is a muscular pump consisting of 4 chambers. There are two lower chambers and two upper chambers. Lower chambers are know ...
Blog
How to use Arduino PWM Pins
Arduino PWM, how to use arduino pwm, pwm arduino, pwm pins in arduino
Hello friends, I hope you all are doing great. In today's tutorial, I am going to show you How to use Arduino PWM Pins. It's the next tutorial in our new Arduino Tutorial for Beginners series. We will design a small code in which we will be controlling a dc motor's speed using the Arduino PWM Pins but before going into the details, let me first give you an introduction to Arduino PWM Pins because without understanding the PWM, which is the abbreviation of Pulse Width Modulation, you won't be able to understand How to use Arduino PWM Pins. In our previous tutorial, we have seen How to use analogWrite in Arduino and I have told you in that tutorial that we use this command for PWM as well. So, today we will have a look at How to do that. PWM is an a ...
Blog
Introduction to TL494
Introduction to TL494, getting started with TL494, how to use TL494, how to get start with TL494, TL494 protues simulation, TL494 Proteus, Proteus TL494
Hello everyone I hope you all will be absolutely fine and having fun. Today, I am going to share my knowledge on Introduction to TL494. It supports all of the functions that are necessary for the Pulse Width Modulation (PWM) control circuits. Power supply control is the basic purpose of the TL494 device. It has an output control circuit, a flipflop, dead time comparator, two different error amplifiers, 5V reference voltage, oscillator and a PWM comparator. TL 494 operates properly between the frequency of 1kHz to 300kHz. The Dead Time Comparator (DTC) provides around 5% of dead time. Both of the error amplifiers display a common-mode voltage from -0.3V to (Vcc-2)V. If we provide a sawtooth wave at the CT terminal and terminate RT to the referenc ...
Blog
Magnetic Hall Effect Sensor(KY-024) Library for Proteus
Magnetic Hall Effect Sensor Library for Proteus, magnetic hall effect sensor, Magnetic Hall Effect Sensor in Proteus, proteus simulation of hall effect, hall effect in proteus, hall effect sensor in proteus, ky024 in proteus, ky-024 proteus simulation
Hello friends, I hope you all are doing fine. Today, I am going to share a new Magnetic Hall Effect Sensor Library for Proteus. We are sharing this library for the first time and we hope it will help students in their final year & semester projects. In this library, you will find 4 models of the KY-024 Magnetic Hall Effect Sensor. First, we will have a look at the brief overview of Magnetic Hall Effect Sensor, then will add its Library in proteus and will simulate it. So, let's get started: What is Magnetic Hall Effect Sensor? Magnetic Hall Effect Sensor is used to measure the density of magnetic field in the surroundings using Hall Effect Principle. KY-024 is the sensor's model used for measuring magnetic density. There are many diff ...
Blog
Convert m File into p File in MATLAB
com port in matlab, send data to matlab,com port matlab,data sending com port in matlab, com port in matlab
Hello friends, I hope you all are doing great. In today's tutorial, I am going to show you How to Convert m File into p File in MATLAB. Now the question arises that why we need to do that? & the answer is if you want to protect your code and don't want anyone to access it then you need to your Convert m File into p File. P File is like an encrypted file which performs the same functionality as your original m file but no one can get the code out of it. Like me explain it with an example, suppose you are some sort of developer and you have created some code for a company and now you want to protect your code and just send the company some sort of software. MATLAB has a function in which you convert your m-file into p-file and no one can open ...
Blog
Properties of Laplace Transform in MATLAB
Time delay in Laplace Transform, Laplace Properties, inverse laplace, laplace transform properties, properties of laplace transform
Hey fellows, in the previous lecture, we read the basics of Laplace transform and now, we want to go into a deep study about the same topic. Usually, it is important to learn all the properties of a mathematical tool to use it well, but we’ll focus on the basic and important properties of the Laplace transform to understand its concepts. Here are these: Linearity Time delay Nth derivative Frequency shifting Multiplication with time Complex shift property Convolution of the Laplace transform Time shifting Time reversal If you have read the previous concepts clearly, then these concepts should be clear in your mind. We’ll define all of them one after the other, and you'll understand each of them clearly. Linearity in the Laplace Transform We all know what linearity is. Yet, t ...
Blog
What is Serial Port
serial_port
Hello friends, i hope you all are fine and enjoying. Today i am going to share a new project tutorial which is What is serial port? We can also judge from its name that this pin that this may be the pin used for data communication. So we can say that Serial port is such a device which is used for communication of data in a serial manner. and an important thing to remember here is that this port can communicate only one bit at a time. Serial port is now used in almost all type of computers and it is used to connect some some devices like modems, monitors, LCDs and some models of printers to the mother board of computer. If we talk broadly then some devices connected to the computer like Ethernet, USB etc  also requires serial data stream for commun ...