7 years, 2 months ago.

Where triggering alarms

Hello,

What is the most used (best) approach for triggering sensor alarms (eg values not within a min-max threshold): - programming in the firmware on the MCU by reading the sensor values every n (secs ,mins ,hrs, ...) interval and checking with the threshold values, and sending an alarm message to a cloud environment (eg Device connector) or - on the MCU only reading the sensor values without checking sending to a cloud environment and doing there the 'alarm' checking?

Thanks for any comment.

Be the first to answer this question.