Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to combine all of my previous tutorials for LCD Interfacing with Microcontrollers, at a single platform for your easiness. You will able to see and learn the interfacing of LCD with three different microcontrollers. Before going into any detail I would like to tell you a bit about the history of LCD. There are a lot of devices in the market now a days, which can be used as the displaying devices. LCD's are also among those devices and considered as the one of the most important devices specially for the microcontroller based projects. The word LCD is basically abbreviated from Liquid Crystal Display because it is made up of Liquid Crystal Technology. LCD is a ...
Hello friends, I hope you are all doing well. In this article, we can talk about the precision and accuracy of the measurement. Both of these are used to analyze errors in the measurements which can be calculated. In the era of science and modern technology, accuracy and precision are essential to depict the quality of the measurements. To measure the error in the measurement precision and accuracy techniques can be used because both are used for comprehensive measurement analysis.
To calculate or describe the random errors precision of measurement can be used but if we want to describe the systematic error, accuracy of measurements can be used. Now the details of precision and accuracy, their definition, differences, examples, and their application in different fields are given below:
...
Hello friends! I hope you all will be absolutely fine and having fun. Today, I am going to tell you guys that how to design a simple algorithm for Stepper Motor Speed Control in MATLAB by simply sending different commands to the serial port from Matlab to Arduino. You should first read Stepper Motor Speed Control using Arduino because I am gonna take that tutorial further and will do the Stepper Motor Speed Control in Matlab. So, I would suggest you to first have a look at that tutorial before reading this one. Moreover, you should also have a look at DC Motor Direction Control in Matlab, DC Motor Speed Control using Arduino. Stepper Motor Direction Control Direction Control in Matlab, Stepper Motor Direction Control using NI LabVIEW and Stepper ...
Roofing issues can be overwhelming! Whether you have purchased a new home or have resided in a house for the past twenty years, roofing issues are here to stay. In most cases, these roofing issues include roof leaks, interior water damage, or missing shingles. These problems make roofing maintenance an imperative and attention-seeking job for many homeowners. Now, what to do in this case? Who to call? Well, there are many roofing maintenance firms out there, that can lend you a helping hand in resolving these issues. Also, some roofing maintenance tips can offer lasting results.
1. Examine Your Roof
While buying a new home or commercial space, your focus should be on the roof. The roof is the prime protective layer of your premises. Even if you have been living in the house for years, ...
Hello everyone, I hope you are doing great. In this article, we will talk about C# TextBox Control. In the previous articles, you have already get familiar with C# Button Control & C# Label Control, this is the sequence of those. In short C# TextBox Control is just same as the other expect some few changing. Before getting started with C# TextBox you must have knowledge of previous concepts. It's not essential but it will give you the edge to understand the advanced elements of C#.
C# TextBox is used to get input from users or it can also be used to display some values to the user. The textbox is a container for text blocks, you can take inputs or show the text as you required in the form of paragraphs. If you used TextBox as the input field t ...
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at 6 Types of Industrial Robots. Industrial and commercial robots make work easier and increase efficiency and accuracy. This of course means more profits for the industries that employ these robots. The modern robots are nothing like the robots of yesteryear. These older robots were bulky and took too long to program. Today’s robots are collaborative robots (cobots), designed to work alongside humans in a shared work area.
These robots are easily programmed, are flexible and they are a much-needed supplement to skilled workers. Cobots have highly sophisticated sensors that allow them to work near humans. Once they sense a human presence, they either slow ...
Hello friends, hope you all are fine and having fun with your lives. In today's tutorial, I am gonna share another awesome library designed by our team for Proteus, which is GPS Library for Proteus. It's my second library for Proteus, the first one was Arduino Library for Proteus which I have already shared. I am really enjoying designing these modules in Proteus because its a new and quite challenging thing. I haven't found even a single website who has designed these modules in Proteus already. So, now for the first time, you can have the GPS Library for Proteus using which you can easily simulate your GPS module in Proteus and can design your code for Arduino, PIC Microcontroller or 8051 Microcontroller.
Other bloggers are welcome to share this ...
Hey Guys! Welcome you onboard. Today, I'll discuss an important topic titled "Introduction to PWM". I will try to cover everything related to PWM i.e. PWM Definition, PWM generation, why we need PWM signals? how it is used in a variety of applications ranging from motors, heating systems, hydraulics, control valves, pumps etc. One important thing to mention here is "PWM can be applied on both AC and DC electrical signals".
So, let's get started:
What is PWM (Pulse Width Modulation)?
As we all know, there are two main types of electrical signals i.e. AC and DC. Both of these signals are used as a power source for different types of electrical appliances. Now if we have a look at these electrical appliances, they operate at different voltage level ...
Hello friends, I hope you all are doing great. In today's tutorial, I am going to share a new Rain Sensor Library for Proteus. I have got a lot of requests for designing this sensor. So finally it has been designed by our team and is ready to use in your Proteus Simulations.
Rain Sensor, as the name shows, is used for detection of rain and is common sensor used in Embedded Systems Projects. Both analog and digital rain sensors are available these days but we have only designed the digital Rain Sensor. It will give digital output and its output will be HIGH when there's rain and will remain LOW if it won't detect any rain.
As Proteus is a simulation software and we can't actually bring the rain so that's why I have placed a TestPin. If you apply H ...
Hello friends, today's post is about designing a simple calculator with 8051 Microcontroller. In our previous post, we have seen How to Interface keypad with 8051 Microcontroller in Proteus ISIS. Moreover, we have also worked on Interfacing of LCD with 8051 Microcontroller in Proteus ISIS. If you haven't read these two posts then my suggestion is to read them first before going into the details of this post, as we are going to use both keypad and LCD in order to design the simple calculator with 8051 Microcontroller.
Actually we have already understood the working of both keypad and LCD so I thought to share this small project as it will give you the practical application of both keypad and LCD. And if you are new to 8051 Microcontroller then its ...