jelalanne
jelalanne
Hi @jamesadevine, the thing is, they are not listed at all ^^' A lot of infos are missing, and for the wi-fi subject, only key words are shown, not the...
Hi @olegkhar, I'm actually using vscode. Is there any other equivalent of your suggestions?
This is what I got from Azure Sphere - UI output when refreshing details of device, does this help? 
@olegkhar no, they are all either letters, numbers, dashes, underscores and spaces
@olegkhar my VScode is currently already in english. I don't know why the extension is showing up french. And I don't know how to change extension's language specific setting
Hello @xisui-MSFT , switch back and forth to french worked :) Thanks! I suppose this issue shall stay opened for you to repair the translation bug, or do I close...
Ok, so i've managed to make it, just by manually stopping/starting bluetoothd just before starting dotnet module. If anyone has an explanation, I would be grateful! 
It seems that I forgot to post my workaround :) I simply added a retry process in the create_client function. ``` python retries = 8 for attempt in range(retries): try:...