Welcome to Arduino IDE 2.0!

On September 14, 2022, Arduino announced that Arduino IDE version 2.0 is now stable and ready for download according to the blog published on its own site! 🥳 No need to waste time with the old looking IDE anymore. You can learn how to download it from the blog How to Download Arduino IDE?. If you took a look at the Arduino New Version Guide blog, we talked about what kind of features are coming....

September 24, 2022 · 3 min · 460 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: Automatic Addition of Ready Libraries Installing Importing ZIP Libraries Installing Libraries Manually Automatic Addition of Ready Libraries The Arduino IDE program has its own library manager and allows us to download or update the library we want by searching from here....

September 23, 2022 · 4 min · 685 words

How to Make Distance Sensor with Arduino?

Hello, in our first article, we will make an Arduino Distance sensor. Let’s get started right away! Necessary Materials Arduino Uno (Arduino Nano, Arduino Mega etc.) Nokia 5110 LCD HC-SR04 Breadboard Assorted Jumper Cable The Nokia 5110 screen is a frequently used element in hobby projects with its cheap price and easy to use. The display is an 84×48 pixel graphic LCD screen powered by 3.3V, likewise the HC-SR04 is one of the most popular sensors used with the Arduino in robotic projects....

September 22, 2022 · 2 min · 320 words