1. 2MB jpeg is stored on an external SD card (attached by gpio pins or usb to SD adaptor, whichever you prefer)
2. Need Raspberry pi, upon being powered on, to read contents of SD card
3a. Send data scenario 1:
Rpi will use the attached WIFI dongle to send jpeg file to specified network location on a NAS router that is in the other room
3b. Send data scenario 2:
Rpi will use the attached cellular dongle to send jpeg file to specified email address
Changing Settings:
Need to be able to log into Rpi by typing in it’s IP address (198.162.1.8 or whatever the address is) when plugged in by ethernet or when connected to WIFI. Needs to have a Web style interface pop up (similar to OpenWRT)
Need to be able to change the following items once connected to it:
1. change network location that file is saved to in data scenario 1 listed above (by browsing button if possible)
2. change email address that file is sent to in data scenario 2 listed above
3. change output file size that will be sent in data scenarios 1 & 2. For example reduce jpeg file size to 800x600, 640x480, 320x240
4. change whether file is to be sent via data scenario 1 or scenario 2, or both
5. change whether the jpeg file is deleted after being sent or is left stored on SD card. If left on SD card, Rpi must remember not to send it again
Thanks for looking
