https://github.com/adrianbenavides/esp8266-mqtt-experiments
MQTT experiments using a couple of ESP-8266 and a dockerized RPi
https://github.com/adrianbenavides/esp8266-mqtt-experiments
balena embedded mqtt raspberry-pi
Last synced: 6 months ago
JSON representation
MQTT experiments using a couple of ESP-8266 and a dockerized RPi
- Host: GitHub
- URL: https://github.com/adrianbenavides/esp8266-mqtt-experiments
- Owner: adrianbenavides
- Created: 2019-09-07T04:51:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T06:49:01.000Z (almost 6 years ago)
- Last Synced: 2025-03-24T22:43:06.906Z (7 months ago)
- Topics: balena, embedded, mqtt, raspberry-pi
- Language: C++
- Homepage: https://kokonatt.com/embedded/mqtt-with-esp8266
- Size: 4.56 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Exploring MQTT With The ESP8266

In any IoT project, we have a number of unique requirements and restrictions. The communication strategy to connect devices and send data between them is critically important.
In this project, we will explore a powerful, simple and lightweight messaging protocol over the wire: MQTT.
Full guide [published on my blog](https://kokonatt.com/embedded/mqtt-with-esp8266).
## Table of contents
* [MQTT Basics](https://kokonatt.com/embedded/mqtt-with-esp8266#mqtt-basics)
* [Dev Environment](https://kokonatt.com/embedded/mqtt-with-esp8266#dev-environment)
* [ESP8266 Filesystem](https://kokonatt.com/embedded/mqtt-with-esp8266#esp-filesystem)
* [Communicating Two Devices](https://kokonatt.com/embedded/mqtt-with-esp8266#two-devices)
* [Tracking Devices Status](https://kokonatt.com/embedded/mqtt-with-esp8266#last-will)## A preview of what you can build
### Communicating two devices
### Tracking device status (last will message)
