Looks like I posted my reply before I saw your last post.
In your last post, you're using the bluetooth library. That's for standard Bluetooth (eg. Bluetooth 2), and not Bluetooth LE - so it won't work here.
bluetooth
You'll need to use bluepy or one of the other Python Bluetooth LE implementations
bluepy
@Gordon started
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.
Looks like I posted my reply before I saw your last post.
In your last post, you're using the
bluetooth
library. That's for standard Bluetooth (eg. Bluetooth 2), and not Bluetooth LE - so it won't work here.You'll need to use
bluepy
or one of the other Python Bluetooth LE implementations