live presentation
This commit is contained in:
parent
c5a70f48ed
commit
82ff492417
14
README.md
14
README.md
@ -1,9 +1,11 @@
|
|||||||
|
# MQTT for Fun
|
||||||
|
|
||||||
In this workshop, we will learn how to use MQTT for connected devices.
|
In this workshop, we will learn how to use MQTT for connected devices.
|
||||||
|
|
||||||
* Install Mosquitto Broker and Client
|
* Install Mosquitto Broker and Client
|
||||||
* Adjust ports/firewalls
|
* 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 MicroPython client on RP2040
|
||||||
* Install GDScript client on Godot Game Engine
|
* 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!
|
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
|
## Resources
|
||||||
|
|
||||||
* Mosquitto man pages https://mosquitto.org/man/
|
* Mosquitto man pages https://mosquitto.org/man/
|
||||||
|
Loading…
Reference in New Issue
Block a user