This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RFConfig-nrf24e1

Hi could anyone explain what the below means involving the configuration of the nrf24e1 radio:

transmitter:

const RFConfig txconf =
{
    15,
    0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    0x12, 0x34, 0x56, 0x78, 0x83, 0x6c, 0x04
};


Receiver:

};

const RFConfig rxconf =
{
    15,
    0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    0x87, 0x65, 0x43, 0x21, 0x83, 0x6c, 0x05
};

I am of the belief it is for the configuring of shockburst and payload (from manual) but am unsure what the numbers are for (in decimal-seems to not be obvious as what they are for)

your knowledgable help is greatly appreciated.

Jon

Parents Reply Children
  • "Are we talking about a cheap copy of a brand-name item? The referred document may have a number of spaces in the file name, but it is the same document revision, and a perfect binary copy."

    It should be, but a number of 'perfect binary copies' of PDF datasheets that can be downloaded by those cheap chip-finders are really modified PDFs that contain embedded javascript code.

    The Acrobat Reader has javascript capability since version 6, and many of those 'cloned' documents are used to track user reading, sending over the user IP, document ID, and any other info the scripter wants to send.

    Quite many of the datasheets I got from those 'chip find services' had some script added. I just wiped my system clean of them, and now only dowload the 'originals'.