You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Actually can you try:

    require("ble_ibeacon").advertise({
      uuid : [0xDA, 0xB5, 0x9C, 0x4F, 0xA4, 0xD6, 0xEE, 0x28, 0x6B, 0xFE, 0x8E, 0x00, 0x00, 0xBB, 0xC2, 0xBB], // ibeacon uuid
      major : 0x8000, // optional
      minor : 0x1234, // optional
      rssi : -59 // optional RSSI at 1 meter distance in dBm
    });
    

    I literally just added this. If it doesn't show up in iOS you could use something like nRF Connect and see if that can find it.

    (it's documented at http://www.espruino.com/Puck.js+iBeacon)

    I've improved the flash save code ready for the 1v92 release so that might help - your timeout errors are strange though. You're completely sure you did reboot it by removing the battery? so the red LED flashed again?

    Whenever i noticed that issue, a reboot solved it

About

Avatar for Gordon @Gordon started