Home - toSvenson/intro-workshop GitHub Wiki
IoT Introduction Workshop
During this hands-on workshop you will get to know the basics to create an IoT application using sensors, microprocessors and Microsoft Azure services.
The experience of creating a complete IoT chain from scratch gives you valuable insights and deeper understanding.
Overview
You are going to build some IoT sensors producing different kinds of data. These sensors can run autonomously (battery- or adapter-powered) and connect to the internet using a Wi-Fi connection. TODO: extend
In this workshop, you will
- learn about different types of development boards, sensors, etc.
- build a simple sensor by wiring up a circuit and program the microcontroller
- build an "Internet Button"
- stream data to the cloud service
- build a real-time dashboard to visualize all the data
Get started: Introduction to the IoT Gear >>
Table of Contents
- IoT Gear
- Microprocessors
- Sensors
- Account Setup
- Create Particle.io account
- Create Microsoft Azure account
- Create IFTTT account
- Create Google Developer account
- Laptop Setup
- Node.js
- Particle-cli
- Build a Temperature Sensor
- Build a Distance Sensor
- Build a Servomotor Actuator
- Control Servo with Distance Sensor
- Build an "Internet Button"
- Create IFTTT Recipies
- Push data of the sensors to Microsoft Azure (Future)
- Setup Microsoft Azure Event Hub
- Push Temperature Sensor data to Event Hub
- Push Light Sensor data to Event Hub