engmarconi

Results 7 comments of engmarconi

Thanks @natevw for reply. I updated pi-spi and error not appeared again, but I changed some config like data rate and transmit power, then print details I got different values....

Can you support me with standard connection with pi3? Regards

Thanks @natevw, I got right config now. Is there any pi to arduino example?

According to this code: ``` //Code const cePin = 24; const irqPin = 25; const spiDev = "/dev/spidev0.0"; pipes = [0x7878787878, 0xB3B4B5B6F1]; var nrf = require('nrf'); var radio = nrf.connect(spiDev,...

this screenshot for pi side not Arduino

NRF_node code on Pi3 =============== ``` const cePin = 24; const irqPin = 25; const spiDev = "/dev/spidev0.0"; pipes = [0x544d52687C, 0xB3B4B5B6F6] var nrf = require('nrf'); var radio = nrf.connect(spiDev,...