You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am trying to make communication between an Arducam Mega (model B0434) and an Arduino from the MKR family (the microcontroller for this family is the ATSAMD21G18A). Despite this family not beeing listed as supported by the library, I don't see what is preventing it from working.
I use the "ArduinoHal.h" platform (forced in the Platform.h file of the library).
I confirmed the well working of the SPI bus using another SPI peripheral.
The camera is working fine with an Arduino Uno.
The version of the library I use is the 2.0.8, installed through Arduino IDE.
Here is the simple program used, based on the capture2SD example.
Hello,
I am trying to make communication between an Arducam Mega (model B0434) and an Arduino from the MKR family (the microcontroller for this family is the ATSAMD21G18A). Despite this family not beeing listed as supported by the library, I don't see what is preventing it from working.
I use the "ArduinoHal.h" platform (forced in the Platform.h file of the library).
I confirmed the well working of the SPI bus using another SPI peripheral.
The camera is working fine with an Arduino Uno.
The version of the library I use is the 2.0.8, installed through Arduino IDE.
Here is the simple program used, based on the capture2SD example.
Despite this, the program hangs at the
myCAM.begin();
line.Could someone help me here?
Thanks a lot
The text was updated successfully, but these errors were encountered: