Replies: 2 comments
-
Hi @zzolax! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can do this using power management, there is a sample showing how to do this: https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/boards/nrf/system_off you can adapt it to use UART1 instead and suspend/resume it as needed at run time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an application for nrf52840, normally the serial is turned off in conf file to save power, but I would like to turn it on sometimes (for example, for 30 seconds after each reboot to be able to configure the device).
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions