dumindadesilva / arduino-home-automation

Automatically exported from code.google.com/p/arduino-home-automation
0 stars 0 forks source link

Webserver does not work when Remote IR Library is Used #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Implment the IRRemote Library
2. Try to connect to the webserver through the web browser
3. Web page does not open

What is the expected output? What do you see instead?
Web page should load.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by markot...@gmail.com on 12 Sep 2011 at 1:41

GoogleCodeExporter commented 8 years ago
I make similar project. I met the same problem with ethernet and IR. One way is 
use second atmega only for IR decode. It's cheap and easy. 
Optionally, you can take advantage of additional analog inputs.
Comunication via SPI.

Original comment by icepixe...@gmail.com on 10 Oct 2013 at 7:00