GithubHelp home page GithubHelp logo

Will this help about rfm7x-lib HOT 1 OPEN

jnk0le avatar jnk0le commented on May 29, 2024
Will this help

from rfm7x-lib.

Comments (1)

jnk0le avatar jnk0le commented on May 29, 2024

If it is sending something, then it's a good sign.

In this case you are experiencing probably one of 2 issues:

  1. Auto ACK, after booting, is set to be compatible with different chip than a second node uses (I guess that's a SI24R1 instead of whatever is printed on top of the chip)
  2. Radio locks itself after 15 unsuccesfull retransmissions and clearing MAX_RT register is not followed by FLUSH_TX command. (only RF24::write() does it, and thus it works)

When using this library you need to take care of 2 options: RFM7x_MODULECHIP_USED and RFM7*_CONFIG_COMPATIBLE_MODE that need to be set to 0 to communicate with SI24R1.
I'm still not sure if it have to be set differently for normal and autoack payloads.

It should be also possible to use this library for pre initialization and then use regular arduino library, with taken care about FLUSH_TX command.

I'll try to finish arduino workaround port soon.

from rfm7x-lib.

Related Issues (6)

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.