Input Devices

Task for Week 11

- Group Assignment
- probe an input device's analog levels and digital signals
- Individual Assignment
- measure something: add a sensor to a microcontroller board that you have designed and read it

Group Assignment

Individual Assignment

For this weeks assignment I decided to use PIR sensor and LDR sensor which I'll be using for my final project. The PIR(Passive Infrared) sensor measures infrared light radiating from objects in its field of view, often used to detect motions. They are commonly used in security alarms and automatic lighting applications. LDR(Light Dependent Resistor) sensor also known as Photo resistor. It is a type of resistor whose resistance changes depending on the amount of light falling on its surface. To know more about these sensors, please go through these websites.

With LDR Sensor

With PIR sensor

Design Files

  • LDR code
  • PIR code