You are reading a single comment by @Deas and its replies. Click here to read the full conversation.
  • Hi, I'm working on a project and was wondering how i could send bluetooth keycode 219,
    I haven't been able to replicate this info using the Puck.js- I attempted to use the default HID report provided in the tutorial and then using the low-level to try send 219.

      controls = require("ble_hid_controls");
      NRF.setServices(undefined, { hid : controls.report });
      NRF.sendHIDReport([0,0,219,0,0,0,0,0], ()=>{ 
        NRF.sendHIDReport([0,0,0,0,0,0,0,0], ()=>{}); // reset
      });
    

    Suggestions much appreciated !

About

Avatar for Deas @Deas started