Results 2 issues of Alfonso

` noble.on('discover', peri => { const ad = peri.advertisement; if (regex.test(ad.localName)) { console.log("Found device:", ad.localName); peri.connect(error => { if (error) { console.error("Error connecting:", error); return; } console.log("Connected"); peri.discoverServices(['00000000000111e19ab40002a5d5c51b'], (serviceError, services)...

Hello, sorry for the issue not directly related to the code and the implemented library, but since I am using the same kind of sensor for the same task, I...