Skip to content

wakeup esp32 from deepsleep using mqtt (AWS IOT SDK) #1197

@Abishek05

Description

@Abishek05

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

No one assigned

    Labels

    Status: StaleIssue is stale stage (outdated/stuck)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions