Arduino Week 10 Lesson
We are combining Water sensor and passive buzzer. We are sounding an alarm based on...
We are combining Water sensor and passive buzzer. We are sounding an alarm based on...
#include <Servo.h> Servo servo; // Arduino pin numbers const int SW_pin = 2; // digital...
The circuit for this lesson is simple, we use a passive buzzer. The negative of...
A simple program to read the code that is received by any Infrared remote control....
This is a simple sound sensor experiment. That takes a sound to turn on or...
const int trigPin = 9; const int echoPin = 10; // defines variables long duration;...
DHT11 needs a simple circuit. Refer the above diagram. The code is below #define DHT11PIN...