You are reading a single comment by @titaniumwhite and its replies. Click here to read the full conversation.
  • @Robin thanks for the links, they're very useful to me, the one about UUID particularly.

    @Gordon thanks for the correction.
    After some days trying on it, I could make it work just deleting the advertising.
    setServices is now

    NRF.setServices({
        '6e400001b5a3f393e0a9e50e24dcca9e' : {
          '6e400003b5a3f393e0a9e50e24dcca9e' : {
            value : 0,
            readable : true,
            notify : true
          }
        }
    });
    

    Just removing the advertise, the Ruuvi doesn't crash anymore and now my webapp can see and connect to it.
    Altought I read the documentation and other forum posts about the same topic, I couldn't really understand what advertise does. Is it necessary for my purpose?

About