Skip to content

tertiarycourses/LoraTraning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Internet-of-Things (IoT) Training with Lora

These are the exercise files used for Internet-of-Things (IoT) Training with Lora course.

The course outline can be found in

https://www.tertiarycourses.com.sg/internet-of-things-iot-training-lora.html

https://www.tertiarycourses.com.my/internet-of-things-iot-training-lora-malaysia.html

Module 1 Introduction to IoT

  • What is IoT?
  • IoT Applications
  • IoT Pipeline and Components

Module 2 Overview of LoRa & LoRaWAN

  • What is LoRaWAN
  • What is LoRa
  • LoRa Network Topology
  • LoRa Gateway and End Node

Module 3 Setup LoRa Client and Server

  • Overview of LoRa Shield
  • Install LoRa Library
  • Setup LoRa Client 
  • Setup LoRa Server

Module 4 Transmitting Environment Data Over Lora

  • Setup DHT Sensor
  • Install DHT Library
  • Sensing and Transmitting DHT Data
  • Receiving DHT Data

Module 5 Data Visualization using Node-Red

  • What is Node-Red
  • Install Node-Red on Raspberry Pi
  • Connect Raspberry Pi to Arduino 
  • Stream Data via Serial Node
  • Split DHT Data via Function Node
  • Install Dashboard Node
  • Display DHT Data with Dashboard
  • Case Studies