• I tried the latest build, but seems the keyboard module isn't present anymore:

    1v95.188 (c) 2017 G.Williams

    Uncaught Error: Module ble_hid_keyboard not found
    at line 1 col 36
    var kb = require("ble_hid_keyboard");

                                   ^
    

    Uncaught Error: Field or method "report" does not already exist, and can't create it on undefined
    at line 1 col 38
    NRF.setServices(undefined, { hid : kb.report });

                                     ^
    

    =undefined

About

Avatar for user86065 @user86065 started