Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/woolseyworkshop/article-communicating-between-devices-with-the-mqtt-protocol
- Owner: WoolseyWorkshop
- License: mit
- Created: 2023-08-15T15:28:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-08T13:01:01.000Z (about 1 year ago)
- Last Synced: 2024-05-01T09:39:24.012Z (7 months ago)
- Topics: arduino, circuitpython, electronics, programming, raspberrypi
- Language: Python
- Homepage: https://www.woolseyworkshop.com/2023/08/15/communicating-between-devices-with-the-mqtt-protocol/
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# *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.