ArduCAM / Arduino

This is ArduCAM library for Arduino boards
MIT License
473 stars 349 forks source link

Using ArduCAM OV2640 with Bluetooth HC05 Module #533

Open Kayan11 opened 3 years ago

Kayan11 commented 3 years ago

Hello, I am working on a project and have little experience with coding.

For this project I am hoping to be able to stream videos with my ArduCAM Mini 2MP OV2640 wirelessly by connecting it to a Bluetooth HC05 Module. So far I've been able to stream videos with a USB cable connected to my laptop, but haven't gotten any luck trying to get it to work with the module. When I open the Host App and open the COM Port, it only shows "ArduCAM Single" when I try to capture.

I also notice that the ArduCAM and Bluetooth module uses different COM Ports. ArduCAM = COM 3 HC05 = COM 4, COM 5

Are there any suggestions/tutorials on how to connect it? I'd really appreciate the help.