-
I would like to put the MKR on sleep mode until a character arrives on SERIAL1 (pin 13-14). Do you think it's possible with ArduinoLowPower Library ?
-
Currently, `TIMER1_IRQHandler` calls `jshHadEvent` - so every timer event will take Espruino out of sleep and once around the idle loop.
On Bangle.js it's needed because the peripheralPollHandler d…
-
From what I can tell, stated currently doesn't handle periodic wakeups to reconnect to wifi and fetch notifications. This can (I think) be implemented by adding RTC support to stated:
When unlockin…
-
When no changes for a while it can take a while before the daemon notices the next change
Perhaps add a field in checkpoint_settings - when sending stuff to couch check after send
- if time is < in…
-
In your ReadWriteLock you should check the return values of your xSemaphoreTake() calls to be prone against spurious wakeups. For example if you call vTaskAbortDelay() to wake up a sleeping task from …
dns13 updated
10 months ago
-
Hi, Ive installed this EFI and successfully done
it looks pretty good,
but when system sleep, screen off
and it appears it can not wake up , coz the screen can not shows but the system still worki…
-
Theres a way to add a wakeup on USB, like wake functions in computers ?
I explain.
Universal Control, like Logitech Harmony series easyly simplify a lot many events you have to do a simple task in med…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have up…
-
**Description of problem:**
Same as #3065 .
There are many `Assertion failed: !(*take_lock)` appearing successively in our test and production environemnts.
After preliminary investigation,…
-
### Question
I have gotten the sleepy end device code to work on my ESP32H2 - however, I cannot use a led driver (connected via i2c) after the board wakes from sleep. Is there a lock that I need to …