Posts with "embedded-systems" Tag

ESP32 Notes

by danaukes

please see these pages

Example Projects

  • ...
Read More
Installing and Setting up MQTT

by danaukes

Installation

sudo apt update
sudo apt install -y mosquitto mosquitto-clients
sudo snap install mqtt-explorer

Example Setup

```bash sudo cp ...

Read More