You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. We use the sample https://github.com/Azure/azure-sphere-samples/tree/main/Samples/WifiSetupAndDeviceControlViaBle for BLE connection. After connecting the Azure BLE from windows app, we dont see any "enter the pass key" tab. Is this a windows app issue or device to windows app communication issue?
I tried to debug the "ble_app_uart_pca10040_s132" SES file, but i got the below build error.
Building ‘ble_app_uart_pca10040_s132’ from solution ‘ble_app_uart_pca10040_s132’ in configuration ‘Release’
2> Assembling ‘thumb_crt0.s’
3> Checking Source File Exists
3> C:/azure-sphere-samples-main/Samples/WifiSetupAndDeviceControlViaBle/Nrf52App/pca10040/s132/ses/CHANGE_THIS_TO_YOUR_NORDIC_SDK_PATH/components/libraries/log/src/nrf_log_backend_rtt.c does not exist.
Build failed
Kindly help me with this issue. Thank you.
The text was updated successfully, but these errors were encountered:
Sorry... my mistake. after changing the path, I still faced issue with the nrf sdk version 17.
So i used the version 15. I can build the code now. Thank you.
I will be back here after testing the app pairing. Thank you
Hi. We use the sample https://github.com/Azure/azure-sphere-samples/tree/main/Samples/WifiSetupAndDeviceControlViaBle for BLE connection. After connecting the Azure BLE from windows app, we dont see any "enter the pass key" tab. Is this a windows app issue or device to windows app communication issue?
I tried to debug the "ble_app_uart_pca10040_s132" SES file, but i got the below build error.
Building ‘ble_app_uart_pca10040_s132’ from solution ‘ble_app_uart_pca10040_s132’ in configuration ‘Release’
2> Assembling ‘thumb_crt0.s’
3> Checking Source File Exists
3> C:/azure-sphere-samples-main/Samples/WifiSetupAndDeviceControlViaBle/Nrf52App/pca10040/s132/ses/CHANGE_THIS_TO_YOUR_NORDIC_SDK_PATH/components/libraries/log/src/nrf_log_backend_rtt.c does not exist.
Build failed
Kindly help me with this issue. Thank you.
The text was updated successfully, but these errors were encountered: