You are on page 1of 2

IoT

IPO principle

Input :

1. Sensor
2. Mobile
3. Voice

Processing : Microcontroller

Output:

1. Triggered Action
2. Display

​ IoT Architect

Problem statement -------------------------------> Solution

Step by step procedure of getting a solution to a given problem statement

1. Understanding the problem statement


2. Write an algorithm or a procedure to define what we can do?
3. What hardware is required?
4. Input, processing, output
5. Hardware assembly
6. Writing code for the controller
7. Deploy the application
8. Test it in different scenarios
Street light control system

1. Problem :
manual on and off of street light

2. Define what we can do :


We need to sense the light intensity and need to control the light accordingly

3. Hardware required
light sensor, micro controller , relay module

4. Input, processing, output


input : sensor
processing : node mcu
output : triggered action

5. Hardware assembly
Connecting our hardware

6. Writing code for the controller


Embedded c program

7. Deploy the application


1. compile our code
2. dump the data into microcontroller

8. Test it in different scenarios

You might also like