Replies: 2 comments
-
I had same issue last week. I originally though it was because my code was too big. But my issue is the same as described. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Facing the same issue when using. As you suggested --masserase help put the board back on track. will update if I have new finding with ble usage. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've had a look through the existing discussions but can't seem to find anything that answers my question. When I flash the ESP32_S3_BLE target onto my device, windows device manager constantly refreshes as it can't seem to see the device properly. Flashing ESP32_S3 onto the device makes it work fine. Am I doing something wrong? or is it just incompatible?
I'm trying to deploy some code that uses nanoFramework.Device.Bluetooth nuget but can't deploy it as
The connected target does not have support for nanoFramework.Device.Bluetooth.
Update
I was able to flash ESP32_S3_BLE when I specified a different version (1.9.0.981) and I was able to upload my code. Once it uploaded and rebooted, Device Manager then started constantly refreshing. So I made some progress but still facing issue's
Update 2
I've discovered that by using the --masserase with nanoff that I can get the device back working using the BLE firmware. The problem seems to start happening once I flash some code that uses the Bluetooth capabilities. In this particular scenario I'm flashing the BluetoothLESample1 project to my device which triggers the device to become unstable in device manager.
Nanoff Device Info:
Device capabilities below:
Beta Was this translation helpful? Give feedback.
All reactions