Experiment-2 Introduction to sensors and Actuators IoT Experiments by Ravinder Nath Rajotiya - November 4, 20240 Sensors and Actuators Sensors Actuators Definition Sensors capture information (temperature, pressure, force,etc.) from the surrounding environment. They are input devices Actuators, on the other hand, create changes in the surrounding environment. They are output devices Types Sensors are termed digital or analog depending on the type of signal they generate (analog digital), correct? Are these sensors that can output both digital and analog signals? Actuators can operate on Analogue. However, some actuators, like LEDs, can be operate with both analog and digital input signal. LEDs can be operated via PWM or even using an analog signal to light them up at some intermediate brightness. Types of Sensors in Arduino Here are some commonly used sensors you'll come across when working with Arduino: Temperature sensor: Measures the temperature and humidity of the environment.
Introduction to arduino board IoT Experiments Uncategorized by Ravinder Nath Rajotiya - November 4, 2024November 4, 20240 Experiment-1 : Introduction to Arduino platform and programming Objective: At the end of this experiment We will be able to: Understand the Arduino board, its pin names and uses. Understand the Software IDE and the programming environment Understand the compilation and Uploading of the Program on hardware. Requirement : PC with internet, Arduino board, breadboard Theory: Arduino UNO is a microcontroller board based on the ATmega328P (datasheet). It is one of the finest platform for learning and prototyping IoT, embedded projects, automation etc. The board has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz ceramic resonator (CSTCE16M0V53-R0), a USB connection, a power jack, an ICSP header and a reset button. It contains everything