From 82ff492417808782dbc6afe24c31d3edd62fbe35 Mon Sep 17 00:00:00 2001 From: OddlyTimbot Date: Wed, 7 Aug 2024 20:15:03 -0400 Subject: [PATCH] live presentation --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d23fbe..fe42c61 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ +# MQTT for Fun + In this workshop, we will learn how to use MQTT for connected devices. * Install Mosquitto Broker and Client * Adjust ports/firewalls -On the client side, we will learn to install and use an MQTT client on diverse devices. +On the hardware side, we will learn to install and use an MQTT client on diverse devices. * Install MicroPython client on RP2040 * Install GDScript client on Godot Game Engine @@ -142,6 +144,16 @@ If both the Godot client and the Pico client are connected to the same broker on This opens up a whole world of possibilities! +# Suggested Projects + +**simple** + +Send a message from Godot to the Pico that causes the pico to toggle an LED light. + +**intermediate** + +Collect sensor data from the Pico and provide this in messages to Godot. Create a visualisation for the data using Godot's animation capability. + ## Resources * Mosquitto man pages https://mosquitto.org/man/