You are reading a single comment by @user87803 and its replies. Click here to read the full conversation.
  • isn't there a way to set the name characteristic using lower level code?
    I've experimented with python bluepy for the raspberry pi zero w that appears to read and write the 0x2A00 name characteristic, but does not actually write.
    Is there an espruino equivalent?
    I have tried

    NRF.setAdvertising({0x2A00: "<Puck>"},{});
    

    but that doesn't work either (despite the fact that it should if the puck conforms to bluetooth specifications.

About

Avatar for user87803 @user87803 started