• Aha – I think I have found a solution, at least it looks better now. I set the name first and adv after it. They don't seem to overwrite eachother:

    NRF.setAdvertising({}, {interval:1500,name:ble_name,showName:tr­ue,discoverable:true,connectable:false,s­cannable:true});
    NRF.setAdvertising(adv, {});
    
About

Avatar for DanDyse @DanDyse started