Comments on: ESP32 MQTT – Publish BME680 Temperature, Humidity, Pressure, and Gas Readings (Arduino IDE) https://randomnerdtutorials.com/esp32-mqtt-publish-bme680-arduino/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Wed, 12 Jun 2024 10:27:32 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Paul Keenan https://randomnerdtutorials.com/esp32-mqtt-publish-bme680-arduino/#comment-904234 Sun, 07 Apr 2024 17:00:53 +0000 https://randomnerdtutorials.com/?p=99496#comment-904234 All of my systems using esp32 & mqtt have crashed. Node red mqtt nodes showing connected, all esp32 connected to wifi. Both systems transmitting but not receiving. Also esp now system crashed.
Any solutions or experiencing same problem ?

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-mqtt-publish-bme680-arduino/#comment-902246 Sat, 30 Mar 2024 17:39:51 +0000 https://randomnerdtutorials.com/?p=99496#comment-902246 In reply to Paolo.

Hi.
How do you get the altitude?
Regards,
Sara

]]>
By: Paolo https://randomnerdtutorials.com/esp32-mqtt-publish-bme680-arduino/#comment-902194 Sat, 30 Mar 2024 11:39:42 +0000 https://randomnerdtutorials.com/?p=99496#comment-902194 Good morning Rui and Sara I’m using esp32 with bme280 which also gives me altitude, but when I go to write the altitude field the value corresponds to this:
MQTT Topic: esp32/altitudine
Data: b”\xf0\xaa\xfc?\xac:\xfc?’\xe3\xc8\xa5\x807\xfc?|<\xfc?\x847\xfc?\x01″

Could you kindly help me decode the altitude field correctly so that I can insert it correctly into the MYSQL db.
Thanks for existing
Best regards

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-mqtt-publish-bme680-arduino/#comment-826853 Sat, 25 Mar 2023 11:26:33 +0000 https://randomnerdtutorials.com/?p=99496#comment-826853 In reply to gustavo.

Hi.
You can see the code example in this tutorial. It subscribes to an MQTT topic to control the outputs: https://randomnerdtutorials.com/esp32-big-timer-node-red/
I hope this helps.
Regards,
Sara

]]>
By: gustavo https://randomnerdtutorials.com/esp32-mqtt-publish-bme680-arduino/#comment-826759 Fri, 24 Mar 2023 14:19:11 +0000 https://randomnerdtutorials.com/?p=99496#comment-826759 hi, guys
great tutorial. just wondering if you can add subscribes example using this mqtt asynchrony library to turn on led or something? if it’s possible.

thanks a lot guys
regards

]]>
By: Vinayak https://randomnerdtutorials.com/esp32-mqtt-publish-bme680-arduino/#comment-798887 Wed, 23 Nov 2022 13:28:01 +0000 https://randomnerdtutorials.com/?p=99496#comment-798887 Hello I’m making this project but my sensor is BME688 so can I use the same libraries as mentioned in the project or is it different? If it’s different can you please tell me what libraries I can use for my BME688 sensor.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-mqtt-publish-bme680-arduino/#comment-798049 Fri, 18 Nov 2022 11:43:56 +0000 https://randomnerdtutorials.com/?p=99496#comment-798049 In reply to Vinayak.

Hi.
To use MQTT, you need an MQTT broker.
In this specific project, we’re using the MQTT mosquito broker installed on a Raspberry Pi.
You can check the following guides to learn how to get started with Raspberry Pi, MQTT, and how to install the MQTT mosquito broker on the Pi.
– Getting Started with Raspberry Pi
What is MQTT and How It Works
Install Mosquitto MQTT Broker on Raspberry Pi
If you don’t want to use a Raspberry Pi, you can install the broker on your computer, for example, or use a cloud broker.
I hope this helps.
Regards,
Sara

]]>
By: Vinayak https://randomnerdtutorials.com/esp32-mqtt-publish-bme680-arduino/#comment-798040 Fri, 18 Nov 2022 11:00:37 +0000 https://randomnerdtutorials.com/?p=99496#comment-798040 Hi Guys! I’m about to start this project but I’m confused about the RaspberryPi would I have to use the board or how? Suggestions required.

]]>
By: Klaus-Hermann Otto Plöger https://randomnerdtutorials.com/esp32-mqtt-publish-bme680-arduino/#comment-794818 Sat, 29 Oct 2022 10:20:23 +0000 https://randomnerdtutorials.com/?p=99496#comment-794818 High Sara,
by now I have to include
#include <AsyncMqttClient_Generic.hpp>
instead of
#include <AsyncMqttClient.h>
maybe they changed only the foilename
Yours Klaus

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-mqtt-publish-bme680-arduino/#comment-776388 Wed, 17 Aug 2022 23:34:28 +0000 https://randomnerdtutorials.com/?p=99496#comment-776388 In reply to lupso256.

Hi.
Check this guide that shows how to use I2C custom pins: https://randomnerdtutorials.com/esp32-i2c-communication-arduino-ide/
I hope this helps.
Regards,
Sara

]]>