arduino

Arduino Relay to Control Household Appliances with Code

This is an electronics circuit note on how to control household appliances with Arduino and relay . A note on how to connect household appliance (like AC bulb, Soldering Iron, Workbench Power, AC motors etc.) using an Arduino Nano, a 5V relay module…

ee-diary•

Signal Conditioning with Diodes for Arduino Inputs

The magnitude and form of signal from sensors such as microphone, gas sensors, piezo sensors are not in the form that can be sensible be read by the Arduino input pins. And so the sensor signal are often required to be conditioned, transformed into …

ee-diary•

How to measure 9V battery with Arduino

Arduino has 5V capability and one can use the analog pins like A0,A1 etc to measure voltage upto 5V but what if you want to measure voltage more than 5V like 9V battery voltage for example. You cannot the 9V voltage source to the analog input pins …

ee-diary•

Playing Audio with Arduino

Playing audio with Arduino opens up endless possibilities, from automated alerts to interactive robotics projects. In this guide, I’ll show you how to generate audio using an Arduino and a buzzer (or even a small speaker). We’ll start with a simple…

ee-diary•
Load More
That is All