Issues with ov2640 2MP Mini Plus camera

Hi guys,

I am trying to run the person detection example on my Arduino Nano 33 BLE Sense board but every time I get an error related to the camera. I followed the tutorial found on the web, used the correct pins, but seems that I am not able to connect to the camera and take a picture. Does anyone know how to fix this issue? (I checked the connections with the multimeter and seems that everything is okay :confused: )

@aduka_27, your topic has been moved to a more suitable location on the forum. Installation and Troubleshooting is not for problems with (nor for advise on) your project :wink: See About the Installation & Troubleshooting category.

I solved the issue by adding this line: SPI.beginTransaction(SPISettings(8000000, MSBFIRST, SPI_MODE0)); //OWP added testing

1 Like

Thanks for the feedback. You can mark your topic as 'solved' using the solution button under the most useful reply ( yours :wink: )

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.