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

NRF24L01+ PIPE SETTINGS

Hello,

i just want setup 1Tx and 1 RX using NRF24L01+ chips. but i am confused what should be Transmitter side Tx & Rx and what should be in Rx Tx & RX ? in order to use auto-ack feature.

which addresses sould be kept in Transmitter and Receiver side ? could you please explain with some example as i am not able to understand...

Please help

Thanks

Parents
  • Hi Hakon,

    check this image

    http://i62.tinypic.com/5ltoax.jpg

    i am seeing one rare..problem my TX_FULL register is having value 1. i don't know why it is so. i have kept CE high for more than 100us then also its not empty. i am trying debugging by matching condition of register with led on. but don't know why TX_FULL. even though if i do spi_transfer(FLUSH_TX). Any suggestions ?

    if (status & (1<<TX_FULL)) { LED = ON; }

    else { LED = OFF; }

Reply
  • Hi Hakon,

    check this image

    http://i62.tinypic.com/5ltoax.jpg

    i am seeing one rare..problem my TX_FULL register is having value 1. i don't know why it is so. i have kept CE high for more than 100us then also its not empty. i am trying debugging by matching condition of register with led on. but don't know why TX_FULL. even though if i do spi_transfer(FLUSH_TX). Any suggestions ?

    if (status & (1<<TX_FULL)) { LED = ON; }

    else { LED = OFF; }

Children
Related