This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Unable to issue notify command to Nordic device from Nodejs

Unable to issue notify command to Nordic device from Nodejs


adapter.notifyKeypress(desiredChar.instanceId, 0x00 , (err1, val) => {
if (err1) {
console.log(Error enabling notifications on the hrm characteristic: ${err1}.);
console.log(err1)
//process.exit(1);
}
console.log(val);
close(adapter)
});

Related