
The Digital Thermometer Project in the Arduino using the LCD display.
We learned about how to create a digital thermometer in Arduino on the 16th episode. In that episode we used the Seven Segment display to show the temperature. In that case, we could only show the temperature values. But if it was that our temperature machine would look nice, temperature is = 30C. Then the […]
Read More
How to use LCD display in Arduino.
Do not expect the LCD display to let everyone know. Because we always use the LCD display. Many of us have LCD TVs with computers and some have LCD TVs in their homes. LCD’s full form is Liquid Crystal Display. We will not use any large LCD display directly with the Arduino. Available in the […]
Read More
Make a unique digital thermometer using Arduino.
Hope everyone is very much better. It’s very happy today. Because today we are going to make a professional project in Arduino first. Before that we’ve finished about 15 episodes, just about the different functions of the Arduino. Today’s gift is for those who have watched these episodes. Today we will learn how to create […]
Read More
How to Operate Seven Segment Display Using Arbitrage Library Files.
Before entering today’s main discussion, know what the library file is. Some code by default is made by default for easy access to certain instruments, sensors and devices in the Arduinoon. Those called libraries. Using this library, we can easily use different modules and devices in the Arduino with just a few Basic Declarations. There […]
Read More
What is Multiplexing? How to use Multidiged Seven Segment display in Arduino using multiplexing.
What is Multiplexing? Multiplexing is the way to send multiple signals simultaneously with a single data line. This is the definition of the book. I am trying to raise the issue in reality. In the past you have seen that we used to display a single digit seven segment display from 0 to 9. But […]
Read More
How to Operate Seven Segment Display Using Array.
Do we have a detailed discussion on this in an array of arrays. Along with this we learned how to use arrays. In the last phase, we learned how to use the Seven Segment display. But in the past, the code we wrote for using the Seven Segment display was too big and that code […]
Read More
What is Seven Segment Display? How to use Seven Segment display in Arduino.
What is Seven Segment Display? The Seven Segment display uses 7 LEDs or segments to display these 10 Numeric Digit devices from 0 to 9. Seven segments are not complicated. This display is made by connecting only 7 LEDs. The clock that we see in the mosque or other large shopping malls, the traffic display […]
Read More
What is the array? The importance of arrays and arrays of arduino.
What is the array? Arrays are the methods used to store the same types of values under a variable. If you have an example, it will be useful to understand the matter. Suppose you have 30 students in your class. Now if you are going to call them all by different variables, then you have […]
Read More
What is PWM? How to make an analog signal in an adrenaline using PWM.
What is PWM? PWM’s full form is Pulse Width Modulation. Through this, the signal cycles of the signals can be changed by creating any kind of voltage between 0 and 5 volts. Which means we call analog signal. To understand the matter well, first of us will have a duty bike? Before you know what […]
Read More
What is the loop How to use Arduinoe loop.
What is the loop Loop means something that happens in the form of a cycle repeatedly. You have to remember that we use a function called void loop () in each code of the enduro. And in the meanwhile we write our main commands. When we wrote an on-and-off code for an LD for 1 […]
Read More