Skip to content

grzeniux/MQTT_network_programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MQTT client on ESP32 👾

Network Programming final project

Introduction 📌

In this project, client-server communication has been implemented, using the application layer protocol - MQTT. The client can publish data, which is then sent to the MQTT broker. The broker forwards the data to the Node-RED application, enabling the visualization of readings from the pressure and temperature sensor. The client can also subscribe to data received from the broker. Upon receiving the relevant message, the client makes a decision to turn the LED on or off. Everything can operate quickly and independently thanks to the configuration of topics for subscribing or publishing data.

Components 🧩

  • ESP32 microcontroller
  • Raspberry Pi
  • BMP180 sensor
  • LED diode
  • Breadboard
  • Resistors (220 Ω)

PS_algorithm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages