Hello, I've an app for my arduino robot which is connected with hc-06 bluetooth module in App Inventor. When I click "forward" button, the function 'Call.BluetoothClient1.SendText.Text' block sends the text forward
value to hc-06 bluetooth device. My robot takes one step forward.
Currently, my button looks like this
This is where I'm having a problem. I need a second button that gives forward
text command for 2 to 3 seconds longer (or repeat the text). So, my robot can take multiple steps forward with only a button press. How can I make this button repeat it's command for 2 to 3 seconds?
I also have this "long button touch down" command, but it isn't what I wanted. I need a one click button to send "Forward" text for 2 or 3 seconds in one press only. (It is okay if a solution is to spam 'Forward' command.Help needed )