+4917656729516 info@iot4beginners.com
How to use Blynk with Arduino ?

How to use Blynk with Arduino ?

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:...
Commonly used sensors with  Arduino Uno

Commonly used sensors with Arduino Uno

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...
Arduino Code Explanation

Arduino Code Explanation

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...