You are reading a single comment by @Andrey and its replies. Click here to read the full conversation.
  • Hi, Gordon, Hi all! Good day! It starts working! after var spi = new SPI()
    I've got an answer

    >nrf.sendCommand("1+2", function(r) { print("=="+r); });
    TX not received 30
    =undefined
    ==3
    

    why it says "TX not recieved".... But at least it works! Thanks a lot!
    Also

    >nrf.getAddr(0x0b)
    =[0,0,0,0,2]
    

    not [2,0,0,02] as before.
    Actually, you've recomended new SPI() to Daniel here: http://forum.espruino.com/conversations/­244/#comment1930
    but i couldn't imagine that it's the way to fix the problem.

About

Avatar for Andrey @Andrey started