Hello Nick,
I am trying to do the following:
Wake up a sleeping ATTiny85 on a serial asynchronous data pulse (actually a 1 wire request) using the pin change and then process a message then if no further data occurs just let the WDT time out and reset the micro.
It seems that on the first time the micro is powered on a serial transmission will keep the processor alive but once the WDT times out and resets the micro an external pin change never wakes up the micro.
I looked at code on your site but it seems that your code can wake on pin change and on WDT but not exactly what I want to do.
Any ideas?
Thank you very much.
Sam
W3OHM
I am trying to do the following:
Wake up a sleeping ATTiny85 on a serial asynchronous data pulse (actually a 1 wire request) using the pin change and then process a message then if no further data occurs just let the WDT time out and reset the micro.
It seems that on the first time the micro is powered on a serial transmission will keep the processor alive but once the WDT times out and resets the micro an external pin change never wakes up the micro.
I looked at code on your site but it seems that your code can wake on pin change and on WDT but not exactly what I want to do.
Any ideas?
Thank you very much.
Sam
W3OHM