Hi! You were right Gordon! this.setReg(C.SETUP_RETR, 0b01011111); // setup ARD
0101 (6*250uS retransmit delay) and ARC 1111 (15 retransmit count)
15 retran's were to much for me, I used 1 instead, and now it works stable.
Thanks again!
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! You were right Gordon!
this.setReg(C.SETUP_RETR, 0b01011111); // setup ARD 0101 (6*250uS retransmit delay) and ARC 1111 (15 retransmit count)
15 retran's were to much for me, I used 1 instead, and now it works stable.
Thanks again!