This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF9160 UART peripheral disabled through application

nRF connect v1.0.0 SDK

I am using UART peripheral to communicate with GPS module and we want to put device in PSM (Power saving mode) but we are not able to disable UART through application.

We know that we can disable the UART by making "CONFIG_SERIAL=n" but this will disabled the UART permanently.

But as I mansion we want to use UART to interface with GPS in our application and I will be used at some interval and rest of the time it should be disabled to save the power.

So please let us know is there any way to disable the UART through application.

-Smitesh Mali

Related