ESP32C3 help with usb host wake up

I need a little bit of help with doing a mini project based on XIAO ESP32C3. I’m trying to do device that emulates HID Keyboad with a capability to wake the host device (PC,laptop).

The idea is that the esp will not go to sleep, rather will listen on Wifi AP or Bluetooth when requested will trigger WAKE UP via Usb. But at this point I’m struggling with getting the Wake Up working.
Any help?

Hi there,
Check out the Deep sleep demo’s on here, along with the Interrupt source either IMU, PIN, RTC or BLE
you could adapt that from a WiFi Link.
HTH
GL :slight_smile: PJ