There are following queries (I could not get around even after reading 3-4 blogs)
Pin Diagram for OV7670 , only for last two pins ? The example in document section is on OV7675.
After connecting camera with BLE sense and configuring BLE for capturing data inside Edge Impluse Studio, sensor option does not show camera value ? Any tweaks need to be done to get camera sensor values inside studio ?T
@louis thanks for pointing out that thread. That was not making sense to me yesterday , as my knowledge was limited, now started making sense. ( I managed to make OV7670 + BLE work together) @Rocksetta , just couple of questions -
How did you capture images from OV7607 + BLE Sense and upload to EdgeImpulse ? Any handy script you have ?
I downloaded the arduino library from the deployment tab and included the library in arduino ide. Then in examples you can find the nano_ble_sense_camera project which you can make modifications as needed.
Actually when I connected BLE sense with Camera module, data acquisition tab was not showing me option for Camera / Image as sensor data. Do you know anything specific being done ? It was only showing inbuilt sensor options.
Please check the connection of the camera with arduino using the following ;
OV7670
Arduino Nano
3.3 V
3.3V
GND
GND
SCL
A5
SDA
A4
VS
D8
HS
A1
D7
D4
D6
D6
D5
D5
D4
D3
D3
D2
D2
RX0
D1
TX0
D0
D10
3.3V
3.3V
RESET
3.3V
PWDN
GND
Then, run the example code in arduino ide and check if that works and then you can start integrating with edge impulse.
Refer the link below for example, NOTE: Please ignore the pin connection in the blog.
@atyadav Hi Atul. Sorry for this but I faded from using the Nano33BleSense with the OV7607 as it was just too frustrating, (wires coming out or the breadboard, and poor support here) low resolution 48x48 and slow. Full color on an Arduino is really pushing it’s limits. I am much happier now with the PortentaH7 with vision shield Grayscale and 96x96 resolution. Fast and capable.