Everything is working fine, it is side effect of my assumption that NRF.requestDevice could filter by id which is the mac address, but it is not. As a result my device is connected to the first found Puck and tries to execute this function there which is not available.
Is it possible to support NRF.requestDevice filtration by id ?
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,
Everything is working fine, it is side effect of my assumption that NRF.requestDevice could filter by id which is the mac address, but it is not. As a result my device is connected to the first found Puck and tries to execute this function there which is not available.
Is it possible to support NRF.requestDevice filtration by id ?
Thank you!