The use of the ESP8266 in the world of IoT

User avatar
By lozi_dani
#48194 Hi there!

I was looking for information of how can I send images via wifi using ESP-01. I didn't find nothing, and I've seen that I could do that using ESP-12. The problem is that in my project I need to use ESP-01 to do it.
Now I am using one ESP-01 to drive my robot via wireless from a webpage, and I want to receive also the images of my camera in the same web.
For that, I am using GPIO0 and GPIO2 to send the info to a 18F4550 pic.
Stydying my Arducam, I've seen that the images only goes through the MOSI pin, so, if it is possible, I would like to connect that pin to my ESP-01 directly to send an images each 500ms for example to simulate a very basic video.
Of course, I will use another ESP-01 to do this if needed. Anyway, in the ESP-01 I'm using now to control the robot, I have RX pin free, so maybe I could use it to receive the info from the camera to send it to the webpage.

Someone knows if this is possible? It's possible to send images using this wifi module? Or maybe someone has some information to start with?

I hope you understand my problem!

Thanks to everyone! Any help will be very appreciated