Sending and Receiving data with @AdafruitIO and #Python @MakerIO
MakerIO (part of Digikey) put together a fantastic guide and video on using Adafruit IO for sending and receiving data using Python. While you could hand-craft requests with MQTT or the REST API to talk to Adafruit IO, the Python library makes sending and receiving data simple. MakerIO walks through the process of installing the Adafruit IO Python Library (using the Python Package Manager), writing a script to send and receive data, and using the web client to monitor traffic.
The guide and video use the latest version of the Python Library – it’s up-to-date if you want to follow along.
Post a Comment