Hello friends, hope you all are fine and enjoying. Yesterday I got a mail from a friend, and he requested me to explain a tutorial about Seven Segment Display. So today, I am going to share my new project tutorial which is Seven Segment Display using 555 Timer in Proteus ISIS. It is a very simple project to understand Modern Digital Electronics.
As you all know, now a days all the Digital Display’s uses Seven Segment Display. So first of all let’s have a little introduction about Seven Segment Display. How they are fabricated and how their LED’s glow in such a beautiful manner? Seven Segment Display (SSD) is the form of electronic device, used to display decimal numbers. Seven Segment Displays are commonly designed in Hexagonal shape but according ...
Hi friends, I hope you all are fine and doing great with your lives. Today, I am gonna give you an Introduction of a Single Phase Induction Motor. As I previously mentioned in my article on Introduction to Induction Motors, there are two main types of Induction Motors, single phase induction motor and 3 phase Induction Motor. For information on three phase, you can read my article on 3 Phase Induction Motors. Now let’s talk about the definition of single phase induction motor.
A single phase induction motor is the one which operates on a single phase AC power source. This motor is used in the applications where requirement of power is low. It is generally used in domestic applications because of limited size and less power. Some of the uses includ ...
Hello friends, I hope you all are doing great. In today’s tutorial, we will have look at What is Linear Solenoid and how it can be used for magnetic field generation. They are such actuators (an actuator is a part of any circuitry or machine that controls the working of other elements in the machine or circuit) that control any device in one direction when they get energized.
The working of the linear solenoid is similar to the electromagnetic relay that converts an electrical signal into the mechanical. In today's post we will have a look at its working principle, construction, application and practical implementation in different circuits So let's get started with What is Linear Solenoid.
What is Linear Solenoid
A linear solenoid is a module ...
Hi Friends! Hope you’re well today. I welcome you on board. In this post, I’ll detail how Innovative Engineering Solutions Improve Efficiency in the Offshore Oil Industry.
Despite ambitious global goals to reduce carbon emissions, fossil fuels such as gas and oil still provided over 80% of the world’s energy in 2019. The petroleum industry is still vital for global energy supplies, and, according to the International Labor Organization, directly employs almost 6 million people around the world.
To improve levels of safety and productivity while at the same time meeting ambitious targets for a low-carbon future, the industry is making significant changes. Innovative technologies are required to maximize the recovery of fossil fuels while at the ...
Hello everyone, I hope you all are fine and having fun with your lives. Today, I am going to share the next tutorial in this series of basic Arduino tutorials and it's named How to use Arduino Serial Write. In this tutorial, I have given an overview of How to use the Arduino Serial Write Command. In the previous tutorial, we have seen How to use Arduino Serial Read? in which we have read the data coming from the serial port.
While today we will have a look at how to send the data through a serial port in Arduino and for that, I am going to use the Arduino Serial Write command. It's also going to be a very simple and basic Arduino tutorial but if you are new to Arduino then you must read it completely as it will gonna help you out. I have also desig ...
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at How to Setup 7 inch HDMI LCD with Raspberry Pi 3. It's our second tutorial in Raspberry Pi 3 series. In our previous tutorials, first we have seen the basic Introduction to Raspberry Pi 3 and after that in our first tutorial, we have had a look at How to Install Raspbian on SD Card for Raspberry Pi 3.
Now we are ready to Setup 7 inch HDMI LCD with Raspberry Pi3 and then will start our raspbian for the first time on Raspberry Pi 3. We will also connect keyboard and mouse. In simple words, we are developing our own simple computer. So, let's get started with How to Setup 7 inch HDMI LCD with Raspberry Pi3:
How to Setup 7 inch HDMI LCD with Raspberry Pi3 ? ...
Hello everyone, I hope you all are fine and having fun with your lives. In today's tutorial, I am going to share How to do Arduino Serial Communication in detail. Recently, I have shared a lot of tutorial on Arduino Serial Communication which contains everything you need for Arduino Serial Communication. So, in today's tutorial, I am actually gonna combine them all and give you a whole picture of How you can easily do the Arduino Serial Communication. I hope you guys are gonna enjoy this. You should also have a look at DC Motor Speed Control using Arduino in which I have controlled the DC Motor via Arduino Serial Communication.
I will also share some more tutorials on Arduino Serial Communication in the near future so I will also add their links i ...
Hi Friends! Hope you are doing well. Today, I'll discuss How to Create SEO Optimized Content?
This is the fifth article of the SEO series. You can check my previous article on structuring the blog post URL.
Content is the king. You have heard this phrase plenty of times and still you are unable to resist its sheer magnetism. Apart from having an outstanding website design, quality content is another way to attract visitors and have them stayed on your site for a maximum period of time.
A huge round of applause is due for the people who think creating content is enough to attract visitors and attain top spot in the search engines. This would be true if you were creating content 15 years ago when there was no competition. You cannot grow and exc ...
Welcome to the next tutorial of our Raspberry Pi programming course. Our previous tutorial taught us to how to tweet from Raspberry pi. We also discussed some methods used by the tweepy library to perform some API calls in our project. We will learn how to print from a Raspberry pi in this lesson.
Let us get started
There are several benefits of having a print server. Print servers may link numerous computers to one or multiple printers, either physically or wirelessly, allowing you to access the printer with various devices and send print instructions from all the other connected computers.
It is not easy to print from an Android smartphone to a cabled printer; however, a printer server makes it simple. A print server is useful in small workpl ...
Hello readers, today we will learn about the messaging protocol supported by ESP32(called MQTT protocol), which is used for IoT applications. The communication protocol to be used for data transmission and connectivity in web-enabled devices depends upon the type of IoT application.
The Internet of Things (IoT) is a network of interconnected computing devices like digital machines, automobiles with inbuilt sensors, having unique identifiers and the ability to communicate data over a network without the need for human intervention.
Before implementation, let's first have a look at what is MQTT Protocol?
What is MQTT?
MQTT stands for Message Queuing Telemetry Protocol and is a messaging or communication protocol used for IoT applications.
In MQ ...