call sign

Hi
Can I temporarily disable the call sign within the program? And, if necessary, can you turn it on again?
Thanks.

There are various ways of doing it, depending on your application.
The first thing to look at is the ask() command. See for example:

https://github.com/audeme/MOVIArduinoAPI/blob/master/examples/intermediate/NestedDialog/NestedDialog.ino

Let me know if that’s what you need,
Gerald

Yes, “ask ()” seems to be usable. I’ll study the possibilities.
I want to control a robot with a voice command.
After a command, I’d like the robot to ask if it is yes or no
confirm the command. But by now
do not have to call the call sign again.
Thanks for the help. Will succeed.