Hi, Gordon, Hi all! Good day! It starts working! after var spi = new SPI() I've got an answer
var spi = new SPI()
>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.
@Andrey started
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.
Hi, Gordon, Hi all! Good day! It starts working! after
var spi = new SPI()
I've got an answer
why it says "TX not recieved".... But at least it works! Thanks a lot!
Also
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.