Hi everyone,
I'm trying to build a system that receive command from webserver.
It's composed from a lamp, that can be configured as Dimmer or as simple lamp.
I'm using the httpserver example to build this system.
I have a pin that makes the entrance of the zero crossing when the power at 50 HZ crosses zero.
I set an interruption on the rising edge of this pin. When I get something through a post on the webserver, it is no longer triggered the interrupt pin on the zero crossing. What might be?