-->
Page 1 of 1

Send images through from Arducam to a webpage using ESP-01

PostPosted: Sun May 29, 2016 3:54 am
by lozi_dani
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

Re: Send images through from Arducam to a webpage using ESP-

PostPosted: Tue May 31, 2016 7:28 am
by lozi_dani
Please nobody knows??

Re: Send images through from Arducam to a webpage using ESP-

PostPosted: Tue May 31, 2016 8:12 am
by martinayotte
MOSI pin is part of SPI interface which has also MISO and SCLK pins.
Those are not available on ESP-01.
You need to get an ESP-12E modules to do proper wiring and software.