Block description

This block sends notifications to the GraspIO Studio app. You can enter a text notification with a length of 140 characters that will be sent to the board when this block is invoked.

App interface and usage

Text:

Here, you can type the text contained in the notification sent to the app.
The maximum length of the text is 140 characters.

Notification 3
Notfication 2

Examples

  1. The below code snippet checks Motion sensor connected to port S1 and sends a notification to the app whenever motion is detected.

Notif Ex 1

  1. The below project continuously checks the on-board Temperature sensor value and sends a notification to the app whenever it crosses 50° C.

Notif Ex 2