Disable BLE

Posted on
  • Is there anyway to disable BLE completely on Espruino?

    I am currently using BLE for serial comms whilst debugging, however I have no need for it during run time/production.

    Any way to turn off?

  • Yes - there's a bunch of info on ways to disable remote programming here: http://www.espruino.com/BLE+Security

    But the easiest is just to do NRF.sleep() - as long as you don't then try and use Bluetooth for anything, advertising (and so bluetooth as a whole) will stay off.

  • Thank you Gordon, I will give that a crack later today.

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

Disable BLE

Posted by Avatar for user97978 @user97978

Actions