Visual Studio 2022 Device Explorer does not find the device #1499
-
ToolVisual Studio extension DescriptionHello, I have a Still, the device is neither found by the Device Explorer window in Visual Studio 2022 nor by the How to reproduceNo response Expected behaviourThe device should show up in the Device Explorer window and when using the ScreenshotsNo response Aditional contextExtension Version: 2022.3.0.78
|
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 7 replies
-
Hey @grallbring! 👋 |
Beta Was this translation helpful? Give feedback.
-
Try |
Beta Was this translation helpful? Give feedback.
-
The command @networkfusion menioned will upload the generic ESP32_S3 firmware Use comand for this firmware On first load after flashing the S3 can take upto 30 secs before its visible to Visual studio. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answers, I've tried I also tried waiting a couple of minutes after flashing the firmware, restarting Visual Studio, unplugging and replugging the device, to no avail sadly. |
Beta Was this translation helpful? Give feedback.
-
What device board are you using ? |
Beta Was this translation helpful? Give feedback.
-
As mentioned in the first post a |
Beta Was this translation helpful? Give feedback.
-
I just looked at the device and I see the problem. The usb port is connected via a usb to serial chip to the uart on the ESP32_S3. Our firmware expects the connection to use the direct USB connection. A new firmware would need to be built to support this device. Are you able to build your own firmware ? You would need to make a copy of the ESP32_S3_BLE config and turn off the option "ESP32_USB_CDC" |
Beta Was this translation helpful? Give feedback.
-
As described in the instructions, we're using issues to track workloads and confirmed bugs. Being a question, I've move it to questions. |
Beta Was this translation helpful? Give feedback.
-
Alright, I just realized my mistake. |
Beta Was this translation helpful? Give feedback.
Alright, I just realized my mistake.
I had to flash manually using
esptool
, also flashing the builtbootloader.bin
and the builtpartition-table.bin
.(When flashing using nanoff it used the files from the
.fw_cache
folder in%USERPROFILE%
and apparently those didn't work).Now it is detected by Visual Studio!