Blynk automation doubt

In project I need to do an automation in blynk dashboard which has to trigger an alert whenever the acceleration>2g and angular velocity>150degrees/sec. Here I’m doing automation separately is there any possibility where i can do both of these cases by using an and condition in a single automation window?

Why not do it in code rather than as an automation?

Pete.

In automation we can send email to notify that person’s relatives like a fall is detected for that purpose. we can’t send an email or in-app notification right, we can only make it reflect in the serial monitor when we do that modification in code.

Wrong. You should read the documentation regarding the logEvent command and notifications.

Pete.

1 Like