I have been attempting to get this Arduino Wifi project working:
https://openhomeautomation.net/monitor-your-home-remotely-using-the-arduino-wifi-shield/
I am new to programming micro-controllers but I feel this project is close to being successfull. The gist of it is that I can use my Arduino Uno (Rev 3) and Wifi Shield to monitor a door alarm. With the Arduino connected to my wireless network I should be able to use the board's IP address with a web browser (I have mainly used Chrome but tried Firefox, too) and see whether the door is opened or closed. The main issue is that I have only successfully done this once in numerous attempts (I seen the message "Alert! The door has been opened" for a brief second or two using Chrome web browser).
I believe that the main issue is that I am connecting and then disconnecting almost immediately from the server. But why? The one time I had that momentary success I had followed advice on a website that suggested that I go to Programs -> Java -> Temporary Internet Files -> Settings -> Restore Defaults -> Delete Files. That hasn't yielded the same positive results since.
I am using Windows 7 Professional with Arduino IDE 1.0.2 (I have read in numerous threads that this version works best with the Wifi Shield and I've already gone the other route with updating the IDE and Wifi firmware with overall less connection success despite a successful updating of the firmware).
Any suggestions would be greatly appreciated.
https://openhomeautomation.net/monitor-your-home-remotely-using-the-arduino-wifi-shield/
I am new to programming micro-controllers but I feel this project is close to being successfull. The gist of it is that I can use my Arduino Uno (Rev 3) and Wifi Shield to monitor a door alarm. With the Arduino connected to my wireless network I should be able to use the board's IP address with a web browser (I have mainly used Chrome but tried Firefox, too) and see whether the door is opened or closed. The main issue is that I have only successfully done this once in numerous attempts (I seen the message "Alert! The door has been opened" for a brief second or two using Chrome web browser).
I believe that the main issue is that I am connecting and then disconnecting almost immediately from the server. But why? The one time I had that momentary success I had followed advice on a website that suggested that I go to Programs -> Java -> Temporary Internet Files -> Settings -> Restore Defaults -> Delete Files. That hasn't yielded the same positive results since.
I am using Windows 7 Professional with Arduino IDE 1.0.2 (I have read in numerous threads that this version works best with the Wifi Shield and I've already gone the other route with updating the IDE and Wifi firmware with overall less connection success despite a successful updating of the firmware).
Any suggestions would be greatly appreciated.