hello
this is my first problem i put it in the form
i need to send photo taken by arducam shield rev c
and stored in sdcard (included in the shield )
and send the photo to ftp server via wifi esp8266?
help please
hello
this is my first problem i put it in the form
i need to send photo taken by arducam shield rev c
and stored in sdcard (included in the shield )
and send the photo to ftp server via wifi esp8266?
help please
You need to break the problem down into manageable pieces. Can you read the "picture" from the SD card? Can you send the data anywhere/in any format using the WiFi device? Can you send anything anywhere using the WiFi device?
Do you know @alikamelkarnib...
http://forum.arduino.cc/index.php?topic=392165.0
i can capture photo and save it to sdcard
just it !
I have FTP client software on the playground that work with the ethernet shield. You should be able to modify it to the esp8266 IF the 8266 can open two sockets simultaneously. The Arduino WiFi shield can't. It requires a command socket and a data socket for FTP.
http://playground.arduino.cc/Code/FTP
@khalidzuhd can i have the code which you have used to capture and store the image in sd card?