
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
How to Use Conditional Statements in Arduino.
Conditional statement is to check the particular condition or condition of the program. In such a way, it will be difficult to comprehend. Instead, I try to solve the issue with the example. Of course, you have learned somewhat of writing a code in Adudino for quite some time now. In the program we saw […]
Read More
How to accept an analog input signal in Arduino.
In the last episode we saw how to take digital input to Arduino. We also knew that there are two types of signals in the electronics world: Digital and Analog. Digital 0 and 1 means that we know that everything is operated and calculated only on 5 volts in digital electronics. If there is a […]
Read More
How to take digital input signal in Arduino.
Today we will discuss 6th episode. The thing we will look at in this episode is how to take digital input to Arduinoon. We know that there are two types of signals: digital and analog. Digital Signal has only two statuses. These are 0 and 1 or off and on or low and high. 0 […]
Read More
How to create an Arduuto LED blinking project and upload it to the Arduino board.
LED blinking means reducing LEDs. Today we will write a code through which we will light our LED for a specific time and then we will be able to finish it for a specific time. For example, we will connect an LED to Arduino’s Pin No. 13. We will keep this Led on 1 second […]
Read More
The first project in Arduino, Arduino, uses an LED.
Today we will discuss Arduino’s basic programming, and for example, learn how to burn an LED using Arduino. Do you think this episode only showed this small thing? Not really. Since this is the first part of direct work with Arduino, then we need to know how to write code in Arduino. In this episode […]
Read More
How to Install Proteus ISIS 7 Professional for Arduino Project Simulation.
Proteus is a popular and widely used simulation software in the world of electronics. Due to the abundance of electronics component in Proteus and the ability to simulate microcontroller-based projects, it is so popular because it is so popular. However, Arduna’s work can not be done in the Demo version of Proteas. The professional version […]
Read More
How to configure software settings for Arduino and Arduino boards with computers.
Now let’s talk about things. At first we will know about Arduino’s software. We already know that Arduino is a hardware based microcontroller. It means controlling it using a computer. And it is necessary for programming. The order that we will give Ardwin to the programming language by using Arduino properly. Now it is the […]
Read More