Hello,
I have used the standard code from the espruino library:
require("ble_ibeacon").advertise({ uuid : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], // ibeacon uuid major : 0x0001, // optional minor : 0x0001, // optional rssi : -59 // optional RSSI at 1 meter distance in dBm });
But nothing is working. I am on the latest firmware.
Anybody has it working?
Thank you!
@user92831 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.
Hello,
I have used the standard code from the espruino library:
But nothing is working. I am on the latest firmware.
Anybody has it working?
Thank you!