You are reading a single comment by @Qbza and its replies. Click here to read the full conversation.
  • Hi, i am trying to control the puck.js from a web bluetooth website. I am not a programmer but i do understand some basics.
    So far i have some basic code, grabbed from one of Gordons tutorials, what i am trying to achieve is to make the puck advertise a link and then of course disconnect it from the computer in order for it to advertise. if anyone knows a quick and easy solution please respond, would be really grateful.

    Here is the code.

    <html>
     <head>
     </head>
     <body>
      <script src="https://www.puck-js.com/puck.js"></­script>
      
      
      <button onclick="Puck.write('LED1.set();\n');">O­n!</button>
      <button onclick="Puck.write('LED1.reset();\n');"­>Off!</button>
      
      <button onClick="Puck.write('NRF.setAdvertising(­[require("ble_eddystone").get("goo.gl/B3­J0Oc")]);\n');">Advertise</button>
      
      <button onClick="Puck.disconnect();>disconnect device</button>
      
                       
     </body>
    </html>
    
    
About

Avatar for Qbza @Qbza started