Hello everyone,
I have a DSL modem issue that I think the Arduino will help put a bandaid on. Every 1-3 days I need to reset my DSL router to restore my internet connection. Qwest has been out to investigate and has even replaced the router with zero improvement. This is an issue because our only phone line is VOIP and I have aspirations for adding a home automation system that can be accessed remotely via my iPhone.
Here is what I would like to accomplish:
- Arduino with an Ethernet shield checking a site like Google at a specific interval to verify it is connected to the internet.
- If it cannot access the site, try another popular site or try the same site again to verify it does not have access.
- When lack of internet access is confirmed, cut power to the router, wait a specific interval of time and restore power.
- After power is restored wait enough time for a normal reset cycle to finish and verify it has internet access.
Now for the gravy - I would also like it to Twitter when it has successfully restored the internet connection to the house and maybe even twitter at a specific interval to let me know that the house has internet access.
I have tried searching for someone who has done something similar with no luck. If anyone has seen an example or has a project that is similar please point me in the right direction as I am pretty new to Arduino.
Thanks!