Hello,
I have project where I GSM/GPRS module sends data to a cloud. The project works quite well but sometimes the systems freezes. The system should be reliable and I therefore I would like to use a watchdog to reset the project if the system freezes. The program requires quite long delays in order to work properly and therefore it would be a little bit cumbersome to reset the 8 seconds avr watchdog timer after many many lines. Have you used a simple external watchdog? If you have, what kind of external watchdog have used?