by Anmol Punetha | May 15, 2020 | Arduino Uno
What if you want to exclude the typical involvement of a laptop in the Arduino and make it more dynamic! In this tutorial, you will learn how to get started to Blynk with Arduino and it’s various features. So, let’s begin with the introduction. Contents:...
by Vishal Naik | Apr 5, 2020 | Arduino Uno, Sensors
The sensor converts a physical parameter into a signal, generally in terms of voltage or current. Sensors are the sensory organs of the Embedded system. Some commonly used sensors are as follows: Soil Humidity SensorIR SensorSmoke sensorUltrasonic SensorRain...
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....
by Monisha Macharla | Sep 10, 2019 | Arduino IDE Programming, Arduino Uno
Microcontrollers are widely used in embedded devices and make the devices reliable and cheap for our requirements. They contain CPU, RAM, ROM and some form of Input/Output ports. Microcontrollers are generally a computer on a single integrated circuit which is better...