Hi there, I'm developping a simple app where I connect in BLE with a nrfDK an retrieve a bunch of sensor data.
Everything seems to work the way I want but everytime, on the launch of the app I get the error message "error 908" (see picture bellow)
Thanks for your reply, I'm using the Extension Version: 20230728, I believe it's the last one that you mentionned but it doesn't fix the issue. Did I miss something in your answer ?
If you want to use Bluetooth, you could try using Bluetooth client like I used in one of my applications. To be honest I don't know what happened wrong in your app..... Here's the code I did. The application I was doing is different so you could use buttons for on and off
You should not use classic BT together with BLE.
You can try to set the permissions in your phone directly.
And, what I see in your blocks, you start scanning before you know that the permission has been granted. Move those blocks to the "when Screen1.PermissionGranted" block.
Thanks for the suggestion, I think I already gave the permissions in my phone and it's kinda weird but when I do as you say and I put the scan after the permission is granted I'm not able to connect to my device. I guess the permsission is already set because it's not the first time I'm using the app but then it means the permission isn't granted even if it's set on the phone ?
Sorry for the newbie question I'm trying to understand.
Thanks for answer, I looked in the forum before posting my question and I may have missed it sorry. I'm still new so I think I was not efficient in my search.