Have I bricked my ESP32? #1522
Replies: 3 comments 2 replies
-
The command: nanoff --listdevices -v diag simply returns: No devices found. |
Beta Was this translation helpful? Give feedback.
-
it's almost impossible to brick an ESP32 :-) And definitely not with nanoFramework. |
Beta Was this translation helpful? Give feedback.
-
Hi Laurent, I have it going now. From another thread someone suggested: C:\Users\marti.dotnet\tools.store\nanoff\2.5.90\nanoff\2.5.90\tools\net8.0\any\esptool\esptoolWin>esptool --chip esp32 erase_flash And that seemed to make the difference. Many thanks for your help Martin |
Beta Was this translation helpful? Give feedback.
-
Hi, I've just started playing with the nanoFramework and all was going well. Then the blue LED on my EXP32 DevKit came on and deployments now fail. I can execute the command:
nanoff --platform esp32 --serialport COM5 --update
from a cmd window and all is well. After that the blue LED comes an and Device Explorer does not see the ESP32. I've tried rebooting, restarting VS, etc but nothing seems to work!
Any advice greatly appreciated.
Martin
Beta Was this translation helpful? Give feedback.
All reactions