Pop up notification triggered by bluetooth received data

Hello MIT Community i am very new to this and i was just wondering is there a way where i could receive a notification when triggered by bluetooth? I am currently making an arduino project where i use a HC-05 for bluetooth.

Hi, :wave:, welcome to the community.

For posting notifications, you need an extension:

Advanced

If you'd like to have it working in the background, then:

Open Source • Background Tasks: Itoo 🚀

Post your current setup of blocks you have so far, it'll let us help you better.

Hello so currently i have this.

How may i integrate the melon notification? (Also thank you for responding quick that means alot)

  1. Download the extension (.aix) file from the MelonNotification topic. (Scroll to the very end)
  2. Import the extension to App Inventor from the left side panel
  3. Drag a MelonNotification component to the screen
  4. Use MelonNotification's Build block giving it the title and text (as your BluetoothClient1.ReceiveText block).
  5. Use MelonNotification's Post block giving it the Id 0 to post the notification.

Okay thank you i will try that.

I'm not very familiar with MIT App inventor yet and is a complete beginner, is it possible for you give me a step by step explanation?

(I'm sorry if I'm asking alot, currently in a rush as I am the only person in my group project who does all the work in this field)

I'm sorry, I have a chemistry exam tomorrow; I'll let others help you.

I see thank you for the help tho, huge help!!!

1 Like

Please try something yourself and if you got stuck; post a screenshot of your relevant blocks

Taifun