GithubHelp home page GithubHelp logo

Comments (3)

volca02 avatar volca02 commented on September 6, 2024

according to this article: https://hallard.me/how-to-detect-rfm12b-or-nrf24l01-device-presence-in-your-code/

We can use low battery voltage detection to check for rfm presence.


RFM12 datasheet has the ability to detect low voltage, we will be using this function to detect the device. For this example I’m using LowPowerLab rfm12b library written by Felix and tweaked from excellent one written by jcw from jeelabs, but you can use another one the same way.

The Low voltage threshold can be setup from 3.75V to 2.25V. So until you’re powering the RFM12B device from let’s say 2.4V to 3.6V (which is juste the datasheet recomendation) you will be able to detect the device. The trick is done in two phases.

    Set threshold voltage to 3.75V, and check we’re under voltage.
    then set threshold voltage to 2.25V and check we’re above under voltage

That’s it, simple and efficient not ?

from hr20-esp12-master.

volca02 avatar volca02 commented on September 6, 2024

begin() should work like this: if the RFM12 was not detected, the code would end without initializing the radio, and every method use would end without using the radio. Error reporting should implement permanent error section.

from hr20-esp12-master.

volca02 avatar volca02 commented on September 6, 2024

Inspect the possibility to reset unresponsive radio (reset line?). Further detection of problems via full packet queue.

from hr20-esp12-master.

Related Issues (20)

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.