Music Player commands issue by Arduino Digital output

Hi everyone.
I’m trying to command the realdash music player (previous song, next song, play/pause buttons) by selecting arduino digital outputs as data sources in the edit menu and input and values tab.
This procedure works well to command indicators (e.g. turn left, turn right, etc …). But for the music player, although the arduino digital outputs are effective (the image of the play/pause button switches), there is no action on the song playing …
I tried the arduino commands by USB and classic Bluetooth, and on Windows 11 and Android realdash versions, I have the same issue.

Do you have a solution ? Maybe is it a bug from Realdash application ?

Any advice isvery welcome :slight_smile:

Thanks a lot !

MusicPlayer_Arduino-command_issue

Buttons do not generate a press event from the data that its attached to. You have to use a trigger for your Arduino input and attach an action for music playback controls.

  • Go to Triggers and Actions
  • Create new trigger and give it a name
  • Trigger Condition: if Arduino Example: Digital 11 is greater than 0.5
  • Reset Condition: if Arduino Example: Digital 11 is less than 0.5
  • Actions: Next Song
2 Likes

You made my day :smiley: !
Wonderbaar ! It works very well, Many thanks !

1 Like