How to Download Arduino IDE?

To learn more detailed information about Arduino, you can learn the History of Arduino by clicking here. 🙂 If you want to install Arduino IDE by watching the video, you can watch it or you can install it by following the steps in the images below. Go to Arduino.cc here and click on the Software page. ...

September 23, 2022 ·  1 min ·  136 words

History of Arduino

The Arduino project began at the Institute for Interaction Design Ivrea in Ivrea, northern Italy. Arduino was founded by Massimo Banzi, David Cuartielles, Tom Igoe, Gianluca Martino and David Mellis. They built the first Arduino using a $100 BASIC Stamp microcontroller. Here is the Arduino team that gives hope to those new generations: From left to right: David Mellis, David Cuartielles, Gianluca Martino, Massimo Banzi, Tom Igoe, flickr In 2003, under the supervision of Hernando Barragán, Massimo Banzi and Casey Reas, he created the Wiring development platform as a master’s thesis project at IDII. Initially, the goal of the project was to make simple, low-cost tools for creating digital projects by non-engineers. ...

September 23, 2022 ·  5 min ·  935 words

DHT11 & DHT22 Information and Use

Hello everyone, in this article I will tell you what DHT11 and DHT22 are, their features, and detailed use. Come easy! 😁 What Are DHT11 and DHT22, and What Are They Used For? DHT11 or DHT22 is a small sensor used to measure humidity and temperature in the environment. It is used to measure data and humidity in % of various heat units in Celsius, Fahrenheit, and kelvin values. DHT22 has better properties, is more stable, and is more expensive. ...

September 23, 2022 ·  2 min ·  376 words

How to Download Library on Arduino IDE How to Add It?

Hello, in this article we will learn how to download a library to the Arduino IDE, how to add it, how to solve the library error and how to delete it. Let’s get started! If you haven’t installed the Arduino IDE, you can download and install it by watching below. Libraries can be added in 3 ways: ...

September 23, 2022 ·  4 min ·  685 words

About the 16x2 LCD Screen Big Guide 2

I highly recommend checking out the Big Guide 1 before looking at this blog! 😉 Required Materials: Arduino Uno (Arduino Nano, Arduino Mega etc.) Breadboard 16×2 LCD Screen (Green or Blue) 😄 Assorted Men-Male Jumper Cable 10KΩ Potentiometer (For backlight counter, optional) 220RΩ (We will use in the examples) LCD and Arduino Connections The diagram of the pins on the LCD we use is as follows. We have 16 pins on our LCD screen. Depending on the screen we are going to use, the pins can be on the top, bottom, or both sides of the screen. Some very rare screens have 14 pins because there is no backlighting light. Pins 15 and 16 are used to light up the backlight on displays with display lighting. The backlights are separate from the LCD, so we can use the pin of the backlight by plugging it into a digital port. The connections from each pin to the Arduino will be the same, but it can arrange differently you can pins via the LCD. You can look at the LCD’s datasheet for this. ...

September 23, 2022 ·  13 min ·  2610 words