Instructions for Students 2021 – 2022
Please ensure your child is following the below rules while online. 1) Students need to...
Please ensure your child is following the below rules while online. 1) Students need to...
Step 1) Goto https://myaccount.google.com/ or just google.com and sign in from the top right hand...
Please ensure your child is following the below rules while online. 1) Students without a...
Teachers Login: Watch the video https://youtu.be/sNKdSbB5fSY or follow the steps Step 1) Goto https://teams.microsoft.com...
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;...