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.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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.