Hi!
Need some input on how to wireless send video from one Arduino to another one.
The hardware setup is not in an WiFi covered area, so i can't use Wifi to send.
The videos doesn't need to be in HD.
But is it possible to do this with WiFi modules any way? Like Ad hoc?
Or does anyone have a better suggestion how to do this?
(deleted)
Mono ok. 24 Frames per second ok. But 8x8 is little small... If it pixels?
With serial you mean on sender at a time?
The Arduino is no good at handling video, yes those are pixels. It has not got the memory nor the processing power to handle much more.
Serial means asynchronous communication where one bit of data is sent at any one time.
Hmm! Ok. But if i have an raspberry pi in the reseiver end instead that will handel the incoming data. Will that help?
What i want to do is, have on setup with camera and some sensors in one end. Send the video and data to a display thats is placed 10 meters away. My thought was to use Arduino in both ends to handle the data.
Neutrinon:
Hmm! Ok. But if i have an raspberry pi in the reseiver end instead that will handel the incoming data. Will that help?
What i want to do is, have on setup with camera and some sensors in one end. Send the video and data to a display thats is placed 10 meters away. My thought was to use Arduino in both ends to handle the data.
If you will do the math, you will answer your own question.
Put a Pi at both ends. You can put a sensor on a Pi. You could use a Pi zero at one end. You will probably need a wireless router as well to enable transfer over wi-fi.
Something like this Make: Raspberry Pi First Person View Robot Car – Lorrainbow