.net Nano framework on esp32 cam board serial not responding

627 Views Asked by At

I am trying to use .net nano on esp32 cam module. I am able to upload the firmware over serial. After that I can see .net nano boot messages over serial , device explorer also it detects. But no operation on device explorer works eg get device capabilities, erase etc not working. i am getting ESP32_WROOM_32 @ COM8 is not responding, please reboot the device. Deployment of new application also fails with the same. Is it because wroom firmware not supported on this cam module ?

this is the firmware log

Connected to ESP32 ESP32D0WDQ6 (revision 1) with MAC address CC50E3B6A7AC features WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None Flash information: manufacturer 0x32 device 0x16406 size 4MB Trying to find ESP32_WROOM_32 in developement repository...OK Downloading firmware package...OK Updating to 1.6.1-preview.24 Erasing flash...OK Flashing firmware...OK

1

There are 1 best solutions below

9
On

Make sure there is no other application "locking" that COM port. Usual suspects are Arduino VS extensions and other utilities that try to find Arduino devices when new COM ports are enumerated.