Hi,
I'm very much excited to share my experience with the Arduino World, First of all A short intro, We have Developed a Arduino Based Remote Unit which Senses Soil Moisture and relays this information using XBee to another XBee.
Everything Seems fine and we have not used the Arduino hardware board, we have used the ATmega328p, bought from vendor and coding was done using the Arduino IDE platform.
We have got the messages for more than 6 months now, but the Problem is that,it suddenly got Hanged and no more responding now, XBee is alive and I can remotely Diagnose it using XCTU software, I dont Know what is the Reason? Power is fine, and I'm using these combinations as follows
XTAL=16MHZ
Power Fed to ATmega328P: 3.3V
using watchdog timer reset for 8S
Disabled Brown Out condition.
Atmega328p to XBEE using UART as communication at 9600bps.
Let me know Any one came accross this Issue and what fixes i need to adapt to My system.