devicescript icon indicating copy to clipboard operation
devicescript copied to clipboard

wifi enable = false should turn off wifi

Open pelikhan opened this issue 1 year ago • 5 comments

To save power, shut down wifi when enabled is false.

This work item will require knowledge of ESP-IDF.

pelikhan avatar May 09 '23 19:05 pelikhan

@pelikhan greetings! this has caught my interest I would like to work on it. can you please elaborate a little, thank you.

Sadaf-A avatar Jul 07 '23 06:07 Sadaf-A

Most likely this is a fix in https://github.com/microsoft/devicescript-esp32/blob/main/main/wifi_impl.c where we need to implement support for the enabled register (as described in https://microsoft.github.io/jacdac-docs/services/wifi/).

This work item requires familiarity with ESP-IDF programming.

pelikhan avatar Jul 07 '23 06:07 pelikhan

@pelikhan I'm sorry I'm not familiar with ESP-IDF

Sadaf-A avatar Jul 07 '23 06:07 Sadaf-A

This might be too much for you to chew on as a first contribution. Have you looked at the "good first issue" tag?

pelikhan avatar Jul 08 '23 06:07 pelikhan

@pelikhan thanks for your recommendation I'll try to find a more beginner friendly issue

Sadaf-A avatar Jul 08 '23 06:07 Sadaf-A