Hey guys,
I am working on a project where I need to have 2 interrupts. The first one which I have already done using the digital pin 3 is just a LOW to HIGH trigger. I am using the 328 by the way. The second one I need should be using the Wishield. I am able to talk back and forth between the PC and Wishield using a socket. However, the project requires Arduino to sleep almost all the time. When I put the Arduino to sleep, the Wishield does not reply to my connection request or in other words I can not talk to him while the Arduino is sleeping. Do you guys have any ideas how can I have it listen on a port while the Arduino is sleeping or attach an Interrupt so that the wireless connection request on that port would wake Arduino up enabling me do stuff according to what I receive through the socket.
Any help would be appreciated.
Mustafa