You are reading a single comment by @otbe and its replies. Click here to read the full conversation.
  • Hi,

    I setup the Espruino Hub on my raspberry pi (2) and all seems to work very well. I can successfully run

    NRF.requestDevice({ filters: [{ services: ['1823'] }] }).then(function(device) { console.log(device) })
    

    and get the hubs bluetooth dongle as result. But if I run the full example from https://www.espruino.com/Puck.js+HTTP+Pr­oxy I just get WARNING: Module "ble_http" not found.

    I updated my puck to 1.89, what Im missing? :)

    Thanks!

About

Avatar for otbe @otbe started