Hello Everyone..
Thank you for reading this in advance... I'm familiar with common language programming (ksh scripts), but new to the Arduino hardware and to the GitHub.
I have been attempting to setup a tiny Web Server to host a single webpage with Buttons that control and LED locally here on my breadboard. The webpage was resolving and things worked for awhile until I started adding more stuff to the code. Checking firmware version was one of them. The MKR WiFi 1010 firmware was at 1.3.0 and I wanted to try and keep the firmware updated to the latest release. I researched the FirwareUploader and tried to update the firmware.
I messed something up.... I attempted to use the FirmwareUploader and that's where things went wrong. I should have saved screen shots of the output ,but didn't. I can only try to remember what it stated...
The first attempt, the process progressed normally and tried to Sync with Programmer but I got an error saying it was not responding. The prompt returned and I verified the board was still working... I reset the board and the webpage was still resolving. The second attempt it erased the flash successfully and it failed to clear the pages (0 of 214), because I am guessing it was already cleared from the first attempt. The process again reached the Sync with Programmer and it failed... the prompt returned and my board was flashing the orange LED very quickly. Now my board just flashes the orange CHRG LED very fast. When I open the latest version of Arduino IDE, I cannot connect to the Serial Monitor... The IDE has an error message: Board at /dev/cu.usbmodem14201 is not available. I logged into my terminal and there is no cu.usbmodem14201 entry listed under the /dev directory.
Is the flash corrupted? Can this be fixed?
I hope this is fixable.
Thank you all in advance,
Daniel