Hi, I'm currently working on a project with the OV7670. It works perfectly but I would like to make it wireless with 2 APC220's but I don't know how because I have very little experience with programming.
I've used this video to make the camera itself work:
(all the code I used is just straight up copied from him. but if you would like the code I could post it here)
As far as I understand I'm currently running a program on the Arduino (connected to the OV7670) that is being read by IntelliJ which shows a little program that shows the picture:
All of this is now connected to my pc, but I would like to connect The Arduino (with the OV7670) to an APC220 (transmitter) which sends all of the necessary data to an APC220 (receiver) connected to the PC where I can open the program (IntelliJ) and look at the image.
I'm running the setup with the OV7670 at 160x120 resolution at 115200 baud.
Any suggestions and/or tips would be appreciated.