You are reading a single comment by @Andrey and its replies. Click here to read the full conversation.
  • Thanks a lot, Gordon. I can't still establish connection between 2 NRF's. Sending

    nrf.sendCommand("1+2", function(r) { print("=="+r); });
    

    I've always got the Tx timeout subj.
    I managed the spi connection, and did as you recomended: nrf.getAddr(0x0b); but here in this topic: http://forum.espruino.com/conversations/244/#comment1930 you told that the answer must be like [0,0,0,0,1], but I've got [1,0,0,0,1]. Is it wrong answer? And what I have to pay attention more to get the connection?
    Thanks again.

About

Avatar for Andrey @Andrey started