You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
IoT-For-Beginners/4-manufacturing/lessons/4-trigger-fruit-detector/README.md

2.2 KiB

Trigger fruit quality detection from a sensor

Add a sketchnote if possible/appropriate

Embed a video here if available

Pre-lecture quiz

Pre-lecture quiz

Introduction

An IoT application is not just a single device capturing data and sending it to the cloud, it is more often that not multiple devices all working together to capture data from the physical world using sensors, make decisions based off that data, and interacting back with the physical world via actuators or visualizations.

In this lesson you will learn more about architecting complex IoT applications, incorporating multiple sensors, multiple cloud services to analyze and store data, and showing a response via an actuator. You will piece together a more advanced fruit quality tracking system.

In this lesson we'll cover:

Architect complex IoT applications

A reference iot architecture

A reference iot architecture. LED by abderraouf omara / Microcontroller by Template - all from the Noun Project

Design a fruit quality control system

A reference iot architecture for fruit quality checking

A reference iot architecture for fruit quality checking. LED by abderraouf omara / Microcontroller by Template - all from the Noun Project

Trigger fruit quality checking from a sensor

Task - trigger fruit quality detection from a distance sensor

Store fruit quality data

Control feedback via an actuator


🚀 Challenge

Post-lecture quiz

Post-lecture quiz

Review & Self Study

Assignment