Saturday 9 April 2022

Getting Started with Arduino - Tutorial Series for Beginners

The name Arduino is typically buzz word among most of the electronics students or hobbyists alike. Its ability to build things faster and cheaper with a massive online community support has made it an ideal choice for many people who are just getting started with electronics or programming. Because of its simplified hardware design and programming environment, it is possible even for people without any electronics or computer science background to learn it with ease. So here we have compiled a list of tutorials which will help you learn the basics of Arduino and then get started with Arduino to build few basic projects.



Tutorial 1 - Arduino Basics

Tutorial 2 - Different Types of Arduino Boards

Tutorial 3 - Different Ways to Power Your Arduino

Tutorial 4 - Getting Started with Arduino IDE

Tutorial 5 - Arduino Timers

Tutorial 6 - Arduino ADC

Tutorial 7 - Arduino SPI

Tutorial 8 - Arduino I2C

Tutorial 9 - Interfacing Push Button and LED

Tutorial 10 - Arduino Seven Segment Display

Tutorial 11 - Arduino Interrupts

Tutorial 12 - Arduino Sleep Modes

Tutorial 13 - Arduino IR Sensor

Tutorial 14 - Arduino Soil Moisture Sensor

Tutorial 15 - Arduino PIR Sensor

Tutorial 16 - Arduino Ultrasonic Sensor

Tutorial 17 - Arduino MQ2 Gas Sensor

Tutorial 18 - Arduino 16x2 LCD Display

Tutorial 19 - Arduino Rain Sensor

Tutorial 20 - Arduino Flex Sensor


Once you have gone through the basics of Arduino tutorials there are a vast variety of projects you can try and build. You can find many interesting arduino based projects ideas here

Monday 4 April 2022

How Rain Sensor Works & How to Use it with Arduino

The raindrop sensor also known as rain detector sensor is an easy-to-use device that can detect rainfall. It acts as a switch when raindrops fall on the sensor, other than that with slight tweaks in the code, it can also measure the intensity of the rainfall. This sensor also has a separate indicator led and an onboard potentiometer through which you can adjust the sensitivity of the output digital signal provided by the sensor.


Check out the full tutorial to interface rain sensor with Arduino