1. Python down to the machine
Moved again — we have too much fun working on real hardware and programming instead of boring lectures :)
2. Internet to the MCU

ESP8266 module and MQTT
Go to:

-
host:
mqtt.agnd.net
-
port:
8083
-
ClientID: leave as-is, or make it unique
-
username:
roboticscamp
-
password:
engineering
Connect!
Subscriptions → Add New Topic Subscription:
-
valpo/mqtt8266bridge/#
-
your username has access to everything under this prefix
-
the
#
means: "connect to everything here"
You should see some Messages show up.