First I want to say that I am fairly new to using the Arduino.
Here is some background on the project, and what I want to accomplish. I work for a nursing home, and we are installing a new Nurse Call system. This new nurse call system uses real time tracking of residents and staff with IR, RF, and LF devices and badges that are worn by staff and residents. This has local controllers with multiple inputs and outputs on each device. These inputs and outputs can be used for a lot of different purposes including, controlling mag locks, and monitoring motion.
What we are wanting to do is place a motion detector in our Med Room. This motion detector can register movement in the room if there is not an employee badge seen by the IR sensor in the room. My plan is then to have the local controller trigger its internal relay. This relay would then send a signal to the Arduino.
What I am wanting the Ardunio to do once it receives the signal is to capture 10 images for 10 seconds with a Serial camera, store those images to the on board SD card. Then I want to be able to access that SD card from the Arduino web browser.
I have an Arduino Uno R3 ATmega328, an ethernet shield with SD card, a TTL Serial Camera (from this tutorial: http://www.ladyada.net/products/camera/)
So far since I have been waiting for the camera to get here I have setup the webserver on the Ethernet shield with this code example https://github.com/adafruit/SDWebBrowse/blob/master/SDWebBrowse.ino
The problem that I have is that I am not able to open any Jpeg files from the web browser that are stored on the SD card. Is this possible to open the images from the web browser?
Any help you guys can provide would be greatly appreciated.
-Steve


