This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Tutorials[Meta]

Hi,

We're working on making some more tutorials, we have some thoughts on what we want to do, but we would really like your input. After all it's you, the user, who will benefit from this material.

What do you find unclear, difficult or would like a more thorough walk-through on?

Best regards,

Øyvind

Parents
  • Hi Oyvind

    maybe a very basic tutorial on nRF24L01+ with ACK payload, with all registers that must be set for a sucessfull transmissition/reception. A very basic one, supposing a simpl address, simple message, just one pipe, etc.

    For example, for a 3 byte address (1,2,3), payload of 7 bytes, ack payload of 7 bytes you need:

    at PTX you need to setup before transmiting:

    • register xxxx= yyy
    • register xxxx= yyy
    • .....

    to transmit the 7 byte payload at PTX you need:

    • load register xxx = yyyy
    • ,,,,
    • setup CE for > 10 uS

    at PRX, you need to setup before receiving:

    • .... and so one....

    *please, include CE manipulation, mainly in PRX and if there is any restriction in time that CE shoub be 0 betwen receptions, for example.

    Thanks

Reply
  • Hi Oyvind

    maybe a very basic tutorial on nRF24L01+ with ACK payload, with all registers that must be set for a sucessfull transmissition/reception. A very basic one, supposing a simpl address, simple message, just one pipe, etc.

    For example, for a 3 byte address (1,2,3), payload of 7 bytes, ack payload of 7 bytes you need:

    at PTX you need to setup before transmiting:

    • register xxxx= yyy
    • register xxxx= yyy
    • .....

    to transmit the 7 byte payload at PTX you need:

    • load register xxx = yyyy
    • ,,,,
    • setup CE for > 10 uS

    at PRX, you need to setup before receiving:

    • .... and so one....

    *please, include CE manipulation, mainly in PRX and if there is any restriction in time that CE shoub be 0 betwen receptions, for example.

    Thanks

Children
No Data
Related