@Gordon@daphtdazz No such luck on the BBQ thermometer. Even after setting acceptAllDevices: true in navigator.bluetooth.requestDevice no devices show up.
I overrode console.log, but nothing super strange going on there, either.
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.
@Gordon @daphtdazz No such luck on the BBQ thermometer. Even after setting
acceptAllDevices: true
innavigator.bluetooth.requestDevice
no devices show up.I overrode
console.log
, but nothing super strange going on there, either.Here's what I'm seeing: https://www.youtube.com/watch?v=Nz8O4WYwh04
And the code in particular: https://gist.github.com/mattdsteele/0fa9cafc4a95738181137547eae21fc8#file-app-js
Anyhow this is mostly FYI. Not expecting you to debug my code, or buy more BLE devices :)