Empower your Conga voice
Goal
Conga 4090 is able to talk instead of just beep to us, so here it is a guide to get it
Requirements
- A rooted conga
At writing time, we just test in 4090 conga model, in other model some people already experimented some trouble. Please, do it just if you know what are you doing.
Steps
It is a good practice to do a back up if all the files we are going to handle, so:
-
Access to the robot
shell $> ssh -oHostKeyAlgorithms=+ssh-rsa -oPubkeyAcceptedAlgorithms=+ssh-rsa root@<robot-ip>
-
Perform a config file backup
shell root@TinaLinux:~# cd /mnt/UDISK/config root@TinaLinux:~# cp device_config.ini device_config.ini_bak
-
Edit customer_firm_id=1003 in device_config.ini to 1002 via the vi editor
shell root@TinaLinux:~# vi device_config.ini
Editing with vi is not easy to explain in just a few words, but the basics for this exampel could be:- Press
Insert
button - Move with the cursor to the character we want to edit
- Change it
- Press
Esc
and then:wq
to save and exit - Now we are able to stop the services and proceses
shell root@TinaLinux:~# /etc/init.d/robotManager stop root@TinaLinux:~# kill -9 $(pidof Monitor) root@TinaLinux:~# kill -9 $(pidof RobotApp) root@TinaLinux:~# kill -9 $(pidof log-server) root@TinaLinux:~# kill -9 $(pidof everest-server) root@TinaLinux:~# kill -9 $(pidof AuxCtrl)
- Finally, we restart the service
shell root@TinaLinux:~# /etc/init.d/robotManager start
- Press
Let's speak Spanish
You can change the language to Spanish by replacing the English audio files in the /usr/share/audio/english
folder. Before making any changes, please make a backup copy. You can download and use these audios or generate your own.
Learning Chinese
By default the robot will speak in english, but it is able to "magically learn" mandarin just editing the property sound_type
from 2 to 1 in the same file device_config.ini
Other models
This steps should be similar in all the 3XXX and 4XXX robots but, as you may think, it depends on how works Robotapp in those models.
If you want to try for the model 3090, you need to update deviceFirmsID=1003
to 1002
in both files:
- /etc/sysconf/sysConfig.ini
- /mnt/UDISK/config/sysConfig.ini