arduino-libraries / Arduino_OV767X

Official OV767X Library for Arduino , currently supports OV7670 and OV7675 cameras
https://www.arduino.cc/reference/en/libraries/arduino_ov767x/
GNU General Public License v2.0
68 stars 25 forks source link

BLE and OV7670 don't work together #27

Closed onderbedirhan closed 2 years ago

onderbedirhan commented 2 years ago

I designed a custom board with nRF 52840 microcontroller. And I use adafruit arduino core(Feather 52840 express) and bootloaders. When I use 0V760 camera and BLE with together BLE crashed.Because 0V7670 library call noInterrupts() function and this function cause BLE crashed. As a solution to this problem I use sd_nvic_critical_region_enter/exit functions but when ı use these functions lines appear in the camera image. Is there any way to fix this problem?

per1234 commented 2 years ago

Hi @onderbedirhan. Thanks for your interest in this open source project. This issue tracker is only to be used to report bugs or feature requests. This topic is more appropriate for the Arduino Forum. I'm sure we will be able to help you out over there:

https://forum.arduino.cc/