Posts

Showing posts from December, 2023

Program using Light Sensitive Sensors on Tinkercad

Image
    Objectives: ●       To understand the working of Light Sensitive Sensors ●       To understand the use of Arduino with Tinkercad ●       To study basic concepts of light intensity Light Sensitive Sensors - It is also called as LDR or Photoresister Requirements:   Component Quantity  Arduino Uno R3 1  Photoresistor(Light Sensitive Sensor) 1 1 kΩ Resistors 2 Red LED 1   Connections:   LED Arduino Uno Anode (+ve end of LED)  PIN  4 Cathode (-ve end of LED)  GND   Photoresister (Light Sensitive Sensor) Arduino Uno Terminal 1 GND,A0 Terminal 2 5v   Circuit Diagram: Connect components as given in the below...

Blink LED pattern using Arduino on Tinkercad

Image
Objectives : 1. To learn basic concepts of current flow. 2. To learn working of LED and Arduino Requirements: Name Quantity Component in Tinkercad Arduino UNO 1   Arduino Uno R3   Breadboard 1 Small Breadboard Resistor 3 1 kΩ Resistor LED 1 Red LED LED 1 Green LED LED 1 Blue LED LED:    Connections:   LED(RED) Arduino Uno Anode (+ve end of LED)  PIN No Cathode (-ve end of LED) GND   LED(GREEN) Arduino Uno Anode (+ve end of LED)  PIN No Cathode (-ve end of LED) GND   LED(BLUE) Arduino Uno Anode (+ve end of LED)  PIN No ...

Introduction to Arduino

Image
  Introduction to Arduino circuits and breadboarding What is Arduino? ●       Arduino is an open-source electronics prototyping platform built on user-friendly hardware and software. In a nutshell, Arduino is a prototyping board based on a microcontroller that can be used to create digital devices that can read inputs such as a finger pressing a button, a touch screen, a light on a sensor, etc., and turn them into outputs such as turning on an LED, turning on a motor, playing music through a speaker, etc. Fig 1: Key components of an Arduino board.                    [Source: https://docs.arduino.cc/learn/starting-guide/getting-started-arduino ]          1. Microcontroller - this is the brain of an Arduino, and is the component that we load programs into. Think of it as a tiny computer, designed to execute only a specific number of things.    ...