You are reading a single comment by @Andrey and its replies. Click here to read the full conversation.
  • I tryed to connect nrf to SPI2 using
    SPI2.setup({sck:B13, miso:B14, mosi:B15,baud:100000});
    var nrf = require("NRF24L01P").connect( SPI2, B0, B1 );
    it doesn't work after downloading - I can't put any command in teminal after that.

About

Avatar for Andrey @Andrey started