-
• #2
Does it completely stop, or are you able to call NRF.setScan again to start it off? And how long does it take to break?
Also, what firmware version are you running?
-
• #3
Hi Gordon
2v12
break randonly
looks completly because i put a blink led and then stop too//GPIO2
setInterval(function() {
D14.write(on_state);
on_state = !on_state;
}, 1000);i will make more tests for you soon
At moment i "solved" this problem making a Hardware RESET, until solve the problem!
i am using the yhid routine for scan a ble device, but, after a while of use, the system stop...then i have to reset again...
Did someone got some problem or this routine is weird ?
thank you