You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • I'd be pretty sure that SPI is working fine and that the modules are doing the right thing if you can read the register values. The Tx timeout is because the module is sending the data and waiting for a response, but it isn't getting it from what it's sending to.

    Can you paste up the code that you used to initialise each module? One module needs to have one address, say:

    nrf.init([0,0,0,0,2], [0,0,0,0,1]);
    

    and the other must have the opposite:

    nrf.init([0,0,0,0,1], [0,0,0,0,2]);
    
About

Avatar for Gordon @Gordon started