Hello friends, hope you all are having fun and enjoying life. In today's post we are gonna see how to send data to serial port in MATLAB. Its a requested tutorial, asked by a follower and after giving him the code, I thought to share it on our blog so that others could also get benefit from it. We have discussed serial port many times and have seen how to communicate with it using different software but we haven't yet discussed how to send data to serial port in MATLAB. So, in today's post I am gonna share the complete code for sending data to serial port in MATLAB.
Serial port is most common way of communication, we can send or receive data using serial port. Normally, in engineering projects there's a need to send or receive data from microcontr ...
Hello, friends today we will discuss the basic concept of chemistry it is our first tutorial series in which we will discuss:
Atom
Molecule
Ion
Molecular ion
Now in this article, we will discuss atoms. Its definitions, examples, properties, its evolutionary history, and also some important facts in the form of questions.
Atom
Definitions
A tiny particle that cannot be seen with a naked eye so-called atom.
Or
Atom is the lowest unit of matter and is often divided without the discharge of electrically charged particles.
Or
Atom is the introductory structure block of chemistry.
Examples
From molecule;
Hydrogen (H2)
It has two atoms.
Nitrogen (N3)
It has three atoms
From elements;
Helium(He)
It has two electron
Properties
We discuss different properties of atoms ...
Experiencing water damage to your ceilings can feel like a setback. It's a situation no homeowner wants to contend with. Yet, timely action can mitigate the damages and save you from costly repairs.
This handy guide presents steps detailing what you can do when your ceiling has suffered water damage, starting from spotting the initial signs to navigating insurance claims. We'll also shed some light on how professional water damage companies could be your best bet in resolving the issue efficiently and effectively.
Let me guide you on this journey to reclaiming your safe and dry living space.
1. Identifying Water Damage on Your Ceilings
The sooner you notice potential water damage, the quicker and more efficient the treatment process can be. Therefore, a proactive approach is your b ...
Hi friends! I hope you are having a good day. Today, I am presenting the Arduino UNO library for Proteus V3.0. You should have a look at the previous versions of this library i.e. Arduino UNO library for Proteus(V2.0) and the Arduino UNO library for Proteus(V1.0). The warm response of the students to these libraries has motivated them to upgrade the library. The latest version of this library has better design and functionality, which I will discuss in detail with you.
In this article, we will discuss the basic introduction to the Arduino UNO library, its simulation, and its working. Moreover, we will discuss a small project to show you the functionality of this library. Here is the introduction to the library:
What is the Arduino UNO?
The Arduino UNO was released in 2010 by Arduino. c ...
Buy This Project
Hello friends, I hope you all are fine and enjoying. Today i am going to share a new project which is Fault Detection of Gas Turbine in MATLAB. In this project, i will try to elaborate that, What is a Gas Turbine? What are the operating parameters of a Gas Turbine? Mostly what type of Faults and Vibrations comes in Gas Turbine system during its operation? Gas Turbine is also called a Combustion Turbine. It has Four Basic components which includes Compressor, Combustion Chamber, Turbine and Alternator.
Generally compressor is installed upstream and the Rotating turbine is connected downstream and the Combustion Chamber is connected in between both of them and at the end of line we have Alternator which is also connected on the sa ...
Hi, my friends and welcome back. I am happy to meet you again with a new tutorial of our PLC ladder logic programming series tutorials. Today we will complete what we started the last tutorial on the Elevator control project. We have a bunch of duties to complete together today. So let’s save time and jump into work immediately.
Project description:
Figure one shows the details that might help me describe the project between our hands. We have an elevator car that travels up and down and can stop on one of four floors based on the passengers’ requests. We have 6 push buttons on the wall next to the elevator door that can send requests to call the elevator. In addition, there is a control panel inside the elevator cabinet in which there are push buttons to request stations to reach floors ...
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to share my knowledge about Introduction to MMBD914. MMBD 914 is basically a switching diode. A switching diode has the functionality similar to the switch. Like an open switch, MMBD 914 has a high resistance for the particular applied voltage.
Switching diodes are usually used in different device e.g. ring modulation. The right switching diode can be chosen keeping in mind our requirements e.g. reverse recovery time, power dissipation and maximum peak current etc. I have also written an article on another switching diode, Introduction to 1N4148, and this my second article on switching diodes. MMBD-914 has a vey wide range of applications including high spee ...
Hi Learners! I hope you are having a productive Day. Welcome from the Team of The Engineering Projects. The digital logic circuit that we are learning today is 4-Bit Full Adder. In our previous tutorial, we designed 2-Bit Full Adder using Logic Gates in Proteus software. Today, we are going to design & simulate 4-Bit Full Adder using Logic Gates in Proteus.
We will discuss the following topics in today's lecture:
What is Adder?
What is Full Adder?
Working Principle of 4-bit Full Adder.
Simulation of four-bit full Adder in Proteus ISIS.
What is Adder?
Let's recall the Adder Definition from our previous lectures:
Adders are Digital Logical Circuits, specially designed to add two or more binary numbers or bits.In the world o ...
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to give a detailed discussion on Introduction to LM318. LM 318 is basically a high speed Operational Amplifier (Op-amp). It provides higher slew rates and wide range of bandwidth. LM-318 has processing speed 10 times higher than the common operational amplifier. It has unity gain frequency compensation. External components are not required for its operation.
Feed forward compensation increases the slew rate up to 150 V/us for inverting applications. It also doubles the bandwidth as compared to the earlier. In LM 318, in order obtain the high stability level we overcompensation can be used with amplifier. LM 318 setting time can be reduced by adding an extern ...
Hello friends, I hope you all are doing great. Today, we will create a wifi temperature monitoring system. For reading, we will use the DS18B20 sensor. For data processing and webpage creation, we will use our already known ESP8266.
The project will be built as follows:
Circuit assembly
Code for reading the DS18B20 sensor (we will use Serial for tests).
Creation of the webpage (we will use SPIFFS to store in FLASH).
But first, let's know a little about the sensor and the communication model it uses.
Materials
For this project, we will need the following items: For this project, we will need the following items:
1 x ESP8266
1x DS18B20 Sensor
1x Breadboard
1x 4k7 Ohms resistor
DS18B20
DS18B20 is a digital temperature sensor with good precision, good customization, pr ...