Giter Club home page Giter Club logo

nordic52840lowpower's Introduction

Nordic52840LowPower

Experiment on how to implement low power mode on Noridc52840

Behaviour Description

主要实现Nordic Sleep mode,并且让外界中断可以唤醒Nordic的休眠模式

Requirement:To have Nordic firmware

  1. be able enter low power / sleep mode
  2. to be able to demonstrate it enters low power mode
  3. to be able to be waken up by external interrupt

Question to think during implementation:

  • How can you prove that Nordic enters sleep mode successfully?
  • How to put Nordic into low power mode that can be woken up by the external interrupt?
  • How to electrically connect External interrupt source to Nordic to do this waking up?
  • will you set up some sort of push button simulated pin raise/lower to test wake up feature?
  • will you set up some sort of power metering to detect power usage?

Firmware Configuration management:

  • this code is built and tested on segger embedded studio 4.50
  • this code is built and tested with Nordic's nRF5_SDK_15.2.0
  • this code is built and tested with either Nordic52840 or NINAB301 DK
  • if any experience/knowldege is learnt while developing this task, this notice will be updated.

Getting started - to record any useful knowldege about Nordic low power implementation

[S] this is a reference Nordic project for a starting point for low power implmentation nRF5_SDK_15.2.0\examples\peripheral\pwr_mgmt

[S] To try to use these functions to achieve low power: they are being used by previous Boost Design projects (fw_smartaed_button) on low power mode: power_management_init(); idle_state_handle(); nrf_pwr_mgmt_run(); sleep_mode_enter();

nordic52840lowpower's People

Contributors

simonxinwang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.