Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/woolseyworkshop/article-communicating-between-devices-with-the-mqtt-protocol

Communicating Between Devices With The MQTT Protocol Article Resources
https://github.com/woolseyworkshop/article-communicating-between-devices-with-the-mqtt-protocol

arduino circuitpython electronics programming raspberrypi

Last synced: 6 days ago
JSON representation

Communicating Between Devices With The MQTT Protocol Article Resources

Awesome Lists containing this project

README

        

Woolsey Workshop

# *Communicating Between Devices With The MQTT Protocol* Article Resources
This repository contains resources related to the [Communicating Between Devices With The MQTT Protocol](https://www.woolseyworkshop.com/2023/08/15/communicating-between-devices-with-the-mqtt-protocol/) article published on [WoolseyWorkshop.com](https://www.woolseyworkshop.com).

## [MQTT_Client Arduino Sketch](Arduino/MQTT_Client)
An Arduino sketch that demonstrates how to use the MQTT protocol on an Arduino UNO R4 WiFi or an Arduino UNO WiFi Rev2 board.

## [mqtt_client CircuitPython Program](CircuitPython/mqtt_client)
A CircuitPython program that demonstrates how to use the MQTT protocol on a Raspberry Pi SBC or a Raspberry Pi Pico W microcontroller board.