Dear Rui and Sara,
Thanks for a great ESP32 course!I wish to make yet another plant watering system, utilising an ESP32, RPi 3 Dietpi and node-red, I’ve tried out your tutorial with an ESP32 BME280 and everything works fine (except I tried to add Pressure but it didn’t work).
Would it be possible for you to make for me a basic Arduino ino that reads an analog input and sends to a topic and reads a from a topic to switch a digital output using AsyncMqttClient which I could expand on? The controlling I would set up myself in node-red. Sorry to ask this it’s just at the moment I can’t get my head around the fine details of sending and receiving in Mqtt
Kind regards Ian
Hello Ian, unfortunately we receive hundreds of requests per way, so it’s impossible for us to write custom software at the moment due to time constraints. we can only help, if you need help following one of our projects.
If you know how to read the sensor and publish an MQTT reading, you can just create more MQTT topics to publish more readings. What didn’t work while reading the pressure?
Thanks for asking,
Rui
Hello Rui, Yes I can believe you do, thanks anyway. I’ve hacked your MQTT Client ESP32 #1 ino and have the Topic values of a moisture sensor reading in Node-Red, just sorting out the ESP subscribing back to the ESP.
I’ll look into the reading the Pressure later, then it might become clear.
Thanks again
Ian