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
  • There is probably something wrong with my english but "reproduction"...

    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.

    By your standards, a user may never get anything but a reproduction anyway, since we won't have the opportunity of physically visiting Nordic Semi to read the "original" PDF output on the machine that has the Word original original ;)

Reply
  • There is probably something wrong with my english but "reproduction"...

    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.

    By your standards, a user may never get anything but a reproduction anyway, since we won't have the opportunity of physically visiting Nordic Semi to read the "original" PDF output on the machine that has the Word original original ;)

Children
  • "it is the same document revision, and a perfect binary copy."

    Yes, but you only know that after you've seen the original.

    That's my point: why bother with any 2nd source, when you can go direct to the original source?

  • Because that is a major reason for having cached copies of documents around the world. If everyone always links to the main site, the load can be quite high.

  • "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'.