Transmit data to monitor

Hello all,

I want to wirelessly send a picture to a screen in my office, using either an RF or ESP8266 module.
The screen itself has a USB port.
Any ideas on how to do this? I get the general idea that one would program the Arduino to send the picture to a receiver, but will the screen be able to interpret the data?

Regards,

Warwick

There is too little memory in a Arduino to store and transmit an image.

Screens do not "interpret" data.

Hello jremington,

As to the memory, I intend to use an SD shield.
Would it be possible to send the data through to another Arduino, which stores it on another SD card, then getting the screen to load it from the SD?

Regards,

Warwick

You can send any amount of data between two Arduinos.