Agentuino - A lightweight SNMP Agent

Yesyes,

I been using your Weather Station code as a basis to create a simple test using a TMP36 temperature sensor connected to analog0. For the most part everything works well. However, there are two problems:

  1. The device does not respond if I connect the power (wall wart or usb). Only after pressing reset does everything start working.
  2. After a few hours the device hangs up and the SNMP stops responding. I can still ping the device but no SNMP until I do a reset.

By comparing the first Weather Station code that I found initially in a previous post and the code in the post above I saw that you added a watchdog timer to the setup routine. I don't know what a watchdog timer is but I added it and will be testing for stability. Any tips would be greatly appreciated.

Also, I noticed that this line is commented out // Agentuino.responsePdu(&pdu);

Have had any luck troubleshooting your issues?

The Agentuino library seems to be such a useful tool if it could be polished just a little more. I wonder if anyone would work on it for a bounty?