I'm now designing a weather meter to measure the weather in my area. The control board of the meter I'm designing will take the data from the probe and send back to the main station through a FM transceiver. Since the task is pretty simple so I want to use the ATtiny13 microcontroller to handle it because the size of the controller is small and its simplicity. But I worry about its reliability since I want the device to run at least 10-20 year only 1-2 downtime per year at worst.
So I want to ask if the ATtiny13 is reliable for long term project like this. The weather is not really extreme, the temperature is around 0 to 50°C and it will be encased in epoxy so humidity is not a problem.
Edit: the ATtiny13 is only to regulate the board like when to send data back or execute the command it received. All the probe and the FM transceiver (not transmitter, sorry) is sperate device, not a part of the control board.