Hello,
I can not manage to get it working fine on a tinker boar.
I spent a lot of hours trying and, by change, I could send some data when I disconnected CE completely.
The problem seems to be related to GPIO.
var rf24= new nrf24.nRF24(22, 20);
or
var rf24= new nrf24.nRF24(15, 20);
The CE pin is wired to the pin GPIO5B7 (tinker), physical pin 15, GPIO22. If I keep it wired:
RF24 HARDWARE FAIL: Radio not responding, verify pin connections, wiring, etc.
If I disconnect the wire it works.
Any idea?
Hello,
I can not manage to get it working fine on a tinker boar.
I spent a lot of hours trying and, by change, I could send some data when I disconnected CE completely.
The problem seems to be related to GPIO.
var rf24= new nrf24.nRF24(22, 20);
or
var rf24= new nrf24.nRF24(15, 20);
The CE pin is wired to the pin GPIO5B7 (tinker), physical pin 15, GPIO22. If I keep it wired:
RF24 HARDWARE FAIL: Radio not responding, verify pin connections, wiring, etc.
If I disconnect the wire it works.
Any idea?