I have been working on the Arduino Nano 33 IoT for the past week and have successfully implemented MQTT publish and subsrcibe.
I want to store my TLS certifcates in the on-board crypto chip. But i have got no success with the NINA fimrware updater. I get the following error : "Programmer not responding" on pressing Test Connection. I have followed all the steps multiple times but still the same result.
Yes I am able to upload any sketch. After uploading the "FirmwareUpdater" sketch to the Nano 33 IoT board I get the following error on Serial Monitor: "Unable to communicate with ESP32 boot ROM!"
P.S. I know I am supposed to keep the serial monitor closed but stumbled upon this while trying to solve the problem.