Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate the possibility to replace the Wi-Fi buttons #331

Closed
mfussi66 opened this issue Dec 21, 2022 · 3 comments · Fixed by #343
Closed

Investigate the possibility to replace the Wi-Fi buttons #331

mfussi66 opened this issue Dec 21, 2022 · 3 comments · Fixed by #343
Assignees
Labels
🗣 discussion A place where to discuss a specific argument 💡 idea An idea to bear in mind 🎓 prj-etapas Related to the ETAPAS project

Comments

@mfussi66
Copy link
Member

The MyStrom Wifi Button that is now used to trigger the speech interaction in the TUG demo takes a long time to configure, needs a phone app, and requires internet connection to work in a reasonable timeframe. Additionally, it requires dedicated yarp JS code.

It might be useful to investigate if it can be replaced by a simpler device, for example a bluetooth joystick. Joysticks can be easily handled by yarp, since the dedicated device is already written, and the configuration supports launching rpcs natively (through shell scripts).

cc @pattacini @randaz81 @elandini84 @ste93 .

@pattacini pattacini added 🗣 discussion A place where to discuss a specific argument 💡 idea An idea to bear in mind 🎓 prj-etapas Related to the ETAPAS project labels Dec 21, 2022
@mfussi66
Copy link
Member Author

mfussi66 commented Jan 10, 2023

This little device called 8BitDo works well as a bluetooth joystick on Linux. We can configure it to send speech triggers through one of the buttons, like the right top one.

PXL_20230110_120640069.jpg

@mfussi66
Copy link
Member Author

mfussi66 commented Jan 17, 2023

Just created the proper config file that mimicks the wifi button. By pressing the Right trigger, the joystickCtrl sends the message trigger, just like before towards the same managerTUG port. PR to be opened asap.

joy-2023-01-17_15.56.51.mp4

@pattacini
Copy link
Member

Integrated via:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🗣 discussion A place where to discuss a specific argument 💡 idea An idea to bear in mind 🎓 prj-etapas Related to the ETAPAS project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants