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

nRF52832 sleep and wake up every 1 minute? everybody can help me

Dear every one

I have a project with nRF52832 dev kit. I want it sleep (mode on) and wake up every 2 minute. When it wake up, it broadcast BLE and if it sleep it not broadcast. If have any decive connet with it, it will never sleep. Have any code same my project, pleast post for me, I really want it. I read SDK 1 week and i really don't understand it. My reading English skill verry bad so i can't understant all mean of SDK

Parents
  • Hi,

    If you have already downloaded the SDK, then i would recommend you to look into SDK\examples\peripheral\rtc example.

    You would need C skills to start understanding the libraries if you are trying to do something meaningful with your project. If your C skills are even intermediate then you should be able to understand the app_timer documentation.

    Someone could easily make you the program that you want, but that won't help you much in the future on what you are trying to achieve in this project. Please go through the documentation and ask us questions so that one of us in this forum can guide you. But please do not ask anyone to make the whole project for you.

Reply
  • Hi,

    If you have already downloaded the SDK, then i would recommend you to look into SDK\examples\peripheral\rtc example.

    You would need C skills to start understanding the libraries if you are trying to do something meaningful with your project. If your C skills are even intermediate then you should be able to understand the app_timer documentation.

    Someone could easily make you the program that you want, but that won't help you much in the future on what you are trying to achieve in this project. Please go through the documentation and ask us questions so that one of us in this forum can guide you. But please do not ask anyone to make the whole project for you.

Children
No Data
Related