NEW GUIDE: MQTT in CircuitPython #IoT #MQTT #PythonHardware #AdafruitLearningSystem #Adafruit @AdafruitIO @CircuitPython
A New Guide in the Adafruit Learning System: MQTT in CircuitPython
So, you have a CircuitPython project and want to connect it to the internet? You may want to consider adding MQTT to your project. MQTT is an extremely popular and lightweight protocol which can connect your project to the internet and quickly process network events.
We’ve built a robust MQTT module for CircuitPython called CircuitPython MiniMQTT to quickly get you started connecting your projects to the internet and sending data around.
In this guide, you will set up your CircuitPython board with the necessary libraries, connect to the internet and connect your CircuitPython board to either a MQTT broker of your choice or the free Adafruit IO MQTT broker. We’ve included code-walkthrough and advanced usage sections to this guide so you can roll your own MiniMQTT project!