The Arduino Uno is powered by the ATmega328P, an 8-bit microcontroller that runs at 16 MHz. It has 32 KB of flash memory, 2 KB of SRAM, and 1 KB of EEPROM. The board has 14 digital I/O pins (of which ...
Code for this is attached in the same repo with name "code.ino". It was run on Arduino IDE Diving into learning various sensors, I came across LDR sensor. It is basically a variable resistor which ...
Smart Light System Using LDR and Arduino The given Arduino project uses an LDR (Light Dependent Resistor) sensor to control an LED based on light intensity. 1. *Components*: - Arduino Uno - LED ...
Abstract: The massive quantity of electricity gets used in lights through roadways in India. Still, roadways remain empty for nearly all of the day after at night, with a handful of cars passing ...
Abstract: The growing need of energy efficiency and the sustainability of urban infrastructure has resulted in the use of smart technologies to automate the usage of public utilities. An example of ...
Day 6 of 30 days Arduino Challenge by Tinkreate-EEE Analog control using Potentiometer : It control the brightness of an LED .The Arduino reads an analog voltage from the potentiometer and converts it ...