Hello , Please help me, how to make mit app inventor app that show notification. if the sensor dht11 from nodemcu to firebase exceeds 35 degrees celsius, it will display a notification on the phone and turn on the relay. please help meee, !! thanks!
Use this extension to send a notification.
1 Like
Thanks!!, but still i dont get it, how to make it send notif if the sensor exceeds 35 degrees celsius?
Use:
if (value > 35)
then send notification
in arduino IDE?
I don't see anything related to arduino in your blocks. I only see blocks receiving data from Firebase.