The sensor reading update and sending time is 5 seconds.
below is the code I am using
#include "RMaker.h"
#include "WiFi.h"
#include "WiFiProv.h"
#include <Wire.h>
#include <Adafruit_SHT31.h>
#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>
#define DEFAULT_POWER_MODE true
const char ...
Search found 4 matches
- Thu Mar 20, 2025 8:13 pm
- Forum: ESP RainMaker
- Topic: Sensor values stop updating and freeze after a while in espRainmaker app
- Replies: 3
- Views: 1091
- Tue Mar 18, 2025 2:03 pm
- Forum: ESP RainMaker
- Topic: Sensor values stop updating and freeze after a while in espRainmaker app
- Replies: 3
- Views: 1091
Sensor values stop updating and freeze after a while in espRainmaker app
I developed a project with ESP32 using EspRainMaker, reading two humidity and temperature sensors. After a while the values stop updating and freeze. I checked on the Arduino IDE serial monitor and the values are being updated but not in the app anymore.
Can you help me?
Can you help me?
- Mon Mar 10, 2025 11:23 pm
- Forum: General Discussion
- Topic: Automation with App Esp RainMaker
- Replies: 2
- Views: 1682
Re: Automation with App Esp RainMaker
Thank you for your reply. Let me explain my project better.
I developed a board with ESP32, reading a SHT30 Humidity and Temperature sensor. The board also has 2 relays.
I programmed it using the Arduino IDE, reading the sensor and two buttons to activate the relays in the ESPRainMaker APP.
In the ...
I developed a board with ESP32, reading a SHT30 Humidity and Temperature sensor. The board also has 2 relays.
I programmed it using the Arduino IDE, reading the sensor and two buttons to activate the relays in the ESPRainMaker APP.
In the ...
- Sun Mar 09, 2025 10:15 pm
- Forum: General Discussion
- Topic: Automation with App Esp RainMaker
- Replies: 2
- Views: 1682
Automation with App Esp RainMaker
Does the Automation created within the EspRainMaker app work without an internet connection?