Michael

Results 7 comments of Michael

Unfortunately I'm not using MacOS, but I don't think there should be any problem with the code, python should work fine on MacOS.

Hi @kfatehi What iPhone is it? Not sure about iOS and BLE privacy. You could try to comment out this line: `adv_param.options |= BT_LE_ADV_OPT_DIR_ADDR_RPA;` and check if it works. It...

@jori-nordic Is such warning ok, or do you want to modify something?: ```Please note that direct advertising towards iOS based devices is not possible. For more information about designing BLE...

So should I add this check to the code or leave it as is? In case of adding it, what to do when central doesn't support address resolution? Prevent pairing...

Thanks for the feedback, I will see what I can do with it. I don't quite understand your point here: "Btw, please leave length textbox selected all text,", do you...

Hello, sorry for the delay. It works fine now. But I'm pretty sure this is no related to github outage, as I could access the repo and download the release...

Hi, the code itself might be compatible, but I think I build it with newer toolchain so it won't work on windows XP. I will try to rebuild it in...