Hi everyone. I'm a beginner to arduino world and I just wanted some information about how to transmit images from one location to other which is required for my project.
I've two Arduino mega 2560's and a OV7670 camera module. So I need to send the captured image from one side to another. Please can anyone suggest me the right transceiver which is suitable for this purpose and my transmitting range is between 400m-600m.
Thanks in advance.
I have seen good accounts of HC-12 transceivers in other Threads.
I would not normally associate slow and low-SRAM Arduinos with images - I presume you know already that the camera module will do what you want?
...R
Robin2:
I have seen good accounts of HC-12 transceivers in other Threads.I would not normally associate slow and low-SRAM Arduinos with images - I presume you know already that the camera module will do what you want?
...R
Thanks for the reply. Is there any way that I could store the captured image onto the SD card by using SD card shield and later access that image for the transmission? Sorry if I'm asking irrelevant question I'm new to this thing.
I could store the captured image onto the SD card
Of course. If you already know how to read in the image, it is a simple process to write those values to the SD card.