Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Device doesn't wake up from PinDeepSleep with time parameter. #1442

Open
Zahy3100 opened this issue Nov 27, 2024 · 2 comments
Open

Device doesn't wake up from PinDeepSleep with time parameter. #1442

Zahy3100 opened this issue Nov 27, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@Zahy3100
Copy link

Describe the bug
If device is put to PinDeepSleep with time for example 10, it doesn't wake up after time passes. Wake up after pin action such as switch toggle works as expected. This issue occurs even when PowerSave is disabled.

Firmware:

  • Version 1.17.774
  • Device DIY smart switch
  • Chip/model: BK7231T

To Reproduce
Steps to reproduce the behavior:

  1. Go to console and send command PinDeepSleep 10
  2. Click on send
  3. Refresh web UI (it doesn't load because of deep sleep)
  4. Wait aprox. 10 sec.
  5. Refresh page and check if device woken up
@openshwprojects
Copy link
Owner

As far as I know, this feature may not be present on T platform yet. We need to do some porting from N to T SDK. We haven't seen any T devices with deep sleep, you may be the first one to encounter it.
Related:
openshwprojects/OpenBK7231N@dac4955

@openshwprojects openshwprojects added the enhancement New feature or request label Nov 27, 2024
@Zahy3100
Copy link
Author

Okay that's interesting. Today I tested DeepSleep and it doesn't work either witch suits what you responded well. I'm thinking if it's just software issue because deep sleep works and it's able to wake up based on pin activity. I faced similar issue on esp01 where wasn't trace between pin of RTC circuit and RST pin. I'm thinking that this could be source of the issue here as well. I was trying to find more informations about that but there is no much of documentation to be found really. Maybe you have some datasheet you would like to share?😄 Also for more context I realized I didn't share exact board I'm using, it's WB3S. Thank you for reply! This project is awesome man!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants