Hello, I'm new to Arduino and I have been given a project to build a camera module using wireless connection between two Arduino boards. I have two Arduino Uno r3 boards, two NRF24LO1 wireless module and arducam mini ov5642. Please how do I go about it?
Welcome to the forum.
Wow, that seems like a rather advanced project. I have heard of it being done using a Raspberry Pi
and
an STM32F103 (PDF link)
Both of the above have much more memory than a UNO.
The STM32 link has a flowchart of the basic idea but you would need to use a very small buffer on the Arduino UNO and then move that buffer to a display, like a common TFT unit.
Still, a complex project with the UNO R3 uC boards, in my opinion.
Good luck.
A very advanced project for someone new to Arduino, unless you can find someone who has published code for your setup, it could take you many months of work. I doubt a UNO has enough memory for this type of application.
Its been done for Arducam Mini OV2640 using LoRa modules;
And for ESP32CAM also using LoRa modules;
Thank you all for your replies. But is there a way I can connect the arducam to the arduino uno board with the nrf24lo1 module so that i can recieve and take pictures wirelessly? Like the camera can be at my front door and I can take pictures from my bedroom?
I dont see why that is not possible.
However unless you can find published code it would take an experienced user to write the necessary code to transfer the image with the NRF24s.
Please when connecting the arduino board to your laptop using that printer wire, is the main reason to power the board? If not what's it for?
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.