ESP32: MQTT Setup and Testing with Raspberry Pi

preview_player
Показать описание
In this video I'll explain how to setup an ESP32 and other devices to communicate with a MQTT broker an handle the messages.

Question or comment? Leave it below or send me an email:
Рекомендации по теме
Комментарии
Автор

Would be nice if you provided links to the tutorials you mentioned.

thegofer
Автор

I try to let my esp32 comunicate with my pi to than on my pi run a flask website to show my esp32 topics i litarly tried everything but im not getting there

svenverdonck
Автор

How can I find my MQTT_broker IP address on my raspberry PI?

mr.challenge
Автор

hello great video, i'm currently trying to do the same except i need to send an image. is it possible? do you have any advice, tutorial, source code or anything that could help ?

alin-pebp
Автор

Len Beasley. Sorry about the first one. I am trying to use the Rasberry Pi to connect to a number of ESP8622 chips and display the data on the Rasbbery Pi monitor. What software would I need on the monitor? Could it be in the form of spreadsheet with up to ten different va;ues.

beezeruk
Автор

Great Video, I've got a question though...When you set up your Sub and Pub messages in mosquitto do you need to give each device (ESP32) it's own unique name? I want to use the ESP32's to deliver data like Water and Fuel Tank Levels wirelessly back to the Rpi so I can then use the data in a Dashboard. So does the ESP32 for the Fuel tank sensor need it's own Sub and Pub called Fuel Tank 1 and then 2 or Water tank 1 and 2 etc... I'm not a Software guy...but I'm trying to set up my Sailboat with Rpi's as the system backbone.

rickengman
Автор

what about source code for this project ?

MaksimNabiullinSeo
Автор

Thanks for eveything but for me in mosquitto_sub -h localhost -t "my_topic" show for me the message "connection refused"

paulomalheiros