Home » Course Overview » IoT with Arduino

IoT with Arduino

Share on facebook
Share on linkedin
Share on twitter
Share on whatsapp
30m

What Will I Learn?

  • Learn how to connect an IoT enabled Arduino controller to Simumatik by the MQTT protocol

Requirements

  • Arduino IDE
  • Basic Arduino and IDE knowledge
  • Arduino MKR Wifi 1010 or equivalent hardware with ethernet or Wifi
  • Mosquitto MQTT broker or equivalent

Material Includes

  • Basic Arduino programs

About Course

We will use an Arduino board with Ethernet/WiFi connection to control a system using MQTT protocol. The Arduino will act as a client and connect to the MQTT broker (Mosquitto in this example) and implement the logic to control the example systems.

Topics for this course

4 Lessons30m

IoT with Arduino

Introduction
Setup Arduino
Testing MQTT connection
Challenge