Hi everyone
I am working on a project that needs to capture pictures and the upload them to a server by Wireless shield via internet.
But I am a beginner in both arduino and php.
Any ideas or tutorials would be helpful
Thank you
Hi everyone
I am working on a project that needs to capture pictures and the upload them to a server by Wireless shield via internet.
But I am a beginner in both arduino and php.
Any ideas or tutorials would be helpful
Thank you
You might consider first taking and saving the picture, and then do the transfer.
So this:
https://learn.adafruit.com/ttl-serial-camera/using-the-camera
And then sending the picture:
Arduino WiFi Shield and Web Server Tutorial - Orange County Web Developer
I have allready used the wifi shield but man sending pictures can get really complicated, so I don't think I can help much here.
Hope those 2 tutorials will help. Anyway good luck.
You might consider first taking and saving the picture, and then do the transfer.
So this:
https://learn.adafruit.com/ttl-serial-camera/using-the-camera
And then sending the picture:
Arduino WiFi Shield and Web Server Tutorial - Orange County Web Developer
I have allready used the wifi shield but man sending pictures can get really complicated, so I don't think I can help much here.
Hope those 2 tutorials will help. Anyway good luck.