Hello,
i started a new project with following components:
-Photon
-Serial TTL Camera
As there are many arduino examples it is easy to get them sending an HEX jpeg to over serial port.
Now i am thinking about buying a sdcard module for saving the jpeg directly on a sdcard connected to photon.
There are also many examples and it should be possible.
But now I am not sure if a TCP server running on the Photon will be able to handle a little website with pictures saved on the sdcard. I guess each JPEG will be about 100kbyte.
Are there any experiences ?