Using MQTT to connect hardware devices and Godot for User Interfaces.
Go to file
2024-08-06 11:49:52 -04:00
godot_client initial commit 2024-08-06 11:33:18 -04:00
resources adding uf2 file for micropython 2024-08-06 11:49:52 -04:00
rp2040_client initial commit 2024-08-06 11:33:18 -04:00
README.md initial commit 2024-08-06 11:33:18 -04:00

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.

  • Install MicroPython client on RP2040
  • Install GDScript client on Godot Game Engine

Resources