-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Closed
Labels
Status: StaleIssue is stale stage (outdated/stuck)Issue is stale stage (outdated/stuck)
Description
Hardware:
Board: ?ESP32 Dev Module?
Core Installation/update date: ?09/Mar/2018?
IDE name: ?Arduino IDE?
Flash Frequency: ?80Mhz?
Upload Speed: ?115200?
Description:
Is there a way to wakeup esp32 from deep sleep by issuing a command to a topic subscribed by the device?. I looked into qos1 feature of mqtt which is a queing system, and when i wakeup the device i should be able to process the messages which were sent even when the device is asleep. Is there any examples to use qos1 in the application layer? So with this i can timely wakeup and process the messages.
Sketch:
//Change the code below by your sketch
#include <Arduino.h>
void setup() {
}
void loop() {
}Debug Messages:
Enable Core debug level: Debug on tools menu of Arduino IDE, then put the serial output here
Metadata
Metadata
Assignees
Labels
Status: StaleIssue is stale stage (outdated/stuck)Issue is stale stage (outdated/stuck)