I'm trying to connect my Arduino Nano 33 BLE SENSE with the Arducam Mega 5MP camera.
The Nano works fine plugged into all the USB ports and can run other functions on the Arduino IDE, and the Arducam Mega works perfectly when used with my Arduino Uno.
However, when I try to upload the "full featured" example (Examples -> Arducam_Mega -> ArduinoNano33Ble -> full_featured) from the Arduino IDE, I hear a click and my Nano is no longer visible through the Arduino IDE or Windows Device Manager. After that I need to put it in bootloader mode for it to work again.
I'm trying to connect my Arduino Nano 33 BLE SENSE with the Arducam Mega 5MP camera.
The Nano works fine plugged into all the USB ports and can run other functions on the Arduino IDE, and the Arducam Mega works perfectly when used with my Arduino Uno.
However, when I try to upload the "full featured" example (Examples -> Arducam_Mega -> ArduinoNano33Ble -> full_featured) from the Arduino IDE, I hear a click and my Nano is no longer visible through the Arduino IDE or Windows Device Manager. After that I need to put it in bootloader mode for it to work again.
Hardware (Arducam - Arduino Nano) VCC - 3.3V GND - GND SCK - D13 (SCK) MISO - D12 (CIPO) MOSI - D11 (COPI) CS - D7
How do I fix this issue?
Ultimately I want to use it with the Nano as part of a project for a TinyML course.