by Monisha Macharla | Jul 5, 2022 | Arduino IDE Programming, arduino uno projects
Introduction In this tutorial, we will learn how to use the Tinkercad platform for Arduino Simulation. Tinkercad is one of the best platforms for circuit building and simulation, mainly because of its user-friendly interface. This tutorial will serve as a basis for...
by Monisha Macharla | Nov 6, 2020 | Arduino IDE Programming
The Arduino IDE is the basic development platform used by the beginners. Arduino is an open-source electronics prototyping platform based on easy-to-use hardware and software. It’s meant for artists, hobbyists, and anyone interested in creating innovative...
by Anmol Punetha | Jun 13, 2020 | Arduino IDE Programming, NodeMCU
Imagine if we can upload the code without using USB Cable. The data then can be transmitted “Over the air” ESP8266 OTA offers a facility of uploading the code wirelessly and this is what we call OTA updates. In this tutorial we will discuss how this...
by Anmol Punetha | Jun 13, 2020 | Arduino IDE Programming, Arduino Uno, NodeMCU
Many times you might wish to sense the temperature around you. But you can not directly use the sensor just by making the circuit and writing code. You need to use the specific library for the sensor which has many pre-defined functions used by the sensor. In this...
by Anmol Punetha | Mar 19, 2020 | Arduino IDE Programming
As soon as you open the Arduino IDE, you will see a window of the Arduino code , consisting of basically two main parts: setup and loop. The entire code written in the Arduino IDE is known as sketch. A sketch is the name that Arduino uses for a program. It’s the...
by Anmol Punetha | Mar 17, 2020 | Arduino IDE Programming, Arduino Uno
The Arduino IDE is the interface where you will write the sketches that tell the board what to do. Integrated Development Environment(IDE) is a software application that provides comprehensive facilities to computer programmers for software development....