我在使用Windows IoT(Rpi3)中的标准BluetoothLEAdvertisementWatcher收集BLE广告时遇到一些问题
仅捕获了30%的数据包。 我在这里找到了一个解决方案: BLE Scan Interval Windows 10,它适用于Windows 10 x64。
但有一件重要的事情:该解决方案中使用的irprops.cpl不是为ARM平台设计的。
有没有办法让它在Windows IoT(ARM)上运行?
代码VB:
$(document).ready(function(){
$(window).scroll(function() {
var first = $("#first");
var winOffset_first = first.offset().top - $(window).scrollTop();
console.log(winOffset_first)
});
});