Xiaomi Mi Robot Vacuum (including the S5/S6/S7, Mop 2 Pro and others) are often delivered by default with Chinese voiceovers or no Russian voice prompts, which creates discomfort: unclear commands, no feedback when errors or cleaning is completed. Fortunately, you can install Russian voiceovers yourself β and this does not always require a soldering iron or deep programming knowledge.
In this article, we will discuss all the current ways: from official updates through the Mi Home app to manual firmware through ADB or replacing files with micro-SD. Describe the nuances for different models, warn against typical errors (for example, firmware inappropriate voiceover version can cause a failure of the Wi-Fi module), and give a checklist to check the result. If your vacuum cleaner is silent or speaks in an incomprehensible language, here you will find a solution.
Which Xiaomi models support voiceover installation?
Not all Xiaomi robot vacuum cleaners allow you to change the language of voice prompts.
- πΉ Supported by Mi Robot Vacuum-Mop 2 Pro, S5/S6/S7, STYJ02YM, SDJQR02RR (and others with a processor MT7688 or RT5350).
- πΈ Partially supported by Mi Robot Vacuum-Mop P, 1C, 1S β You need to use manual firmware via Telnet.
- πΆ Not supported: Mi Robot Vacuum 1 (first generation), Viomi (separate line with other software).
To pinpoint the model, look at the sticker under the vacuum cleaner cover (e.g., STYJ02YM) or in the Mi Home app under Device β Settings β About Device. If your model is not on the supported list, Attempt firmware may result in a loss of warranty or device failure.
Method 1: Officially Update with Mi Home (Safeest Method)
If your vacuum cleaner supports firmware updates through the app, it won't take more than 10 minutes.
- Open Mi Home, select your vacuum cleaner.
- Go to Settings. β Firmware of the device.
- Click Check Updates. If you have a version marked RU or Multilanguage, download it.
- Wait until the end (the vacuum cleaner will restart automatically).
β οΈ Warning: After the update, reset the vacuum cleaner settings (Settings) β Reset, otherwise the voice may not be activated. Also check the region in the Mi Home profile - it must be Russia or Europe, otherwise the update with Russian may not show up.
Make sure the vacuum cleaner is charged (>20 percent battery)|
Connect the vacuum cleaner to stable Wi-Fi (not mobile Internet) |
Check out the region at Mi Home (Russia/Europe) |
Make a backup of settings (screen photo with parameters)-->
Method 2: Manually upload voiceovers via micro-SD (for models with memory cards)
Many Xiaomi vacuum cleaners (such as the Mop 2 Pro) have a micro-SD slot where voice files can be uploaded.
- π MicroSD memory card (up to 32 GB, formatted in the form of a microSD card) FAT32).
- π» Computer for downloading files.
- π Archive with voiceovers (choose a version for your model!).
Instructions:
- Download the archive with voiceover (for example, ru_RU_STYJ02YM.zip foreground 2 Pro).
- Unpack files in the micro-SD root (should be sound and voice folders).
- Insert the card into the vacuum cleaner (the slot is usually under the lid next to the water tank).
- Turn on the vacuum cleaner β it will automatically detect files and install them (update indicator will light up).
What if the vacuum cleaner does not see the files on the map?
β οΈ Warning: Do not remove the memory card during installation (the indicator flashes blue). If the process is interrupted, the vacuum cleaner may freeze while booting - you will need to reset through the button. RESET (hold on).
Method 3: Firmware via Telnet/ADB (for advanced users)
If the official methods donβt work, you can manually flash voiceovers via Telnet or ADB, which is suitable for MT7688-based models (e.g. STYJ02YM).
- π₯οΈ Computer with Windows/Linux.
- π Cable USB β Micro-USB (to connect to a vacuum cleaner).
- π¦ Package of utility for working with firmware.
Steps:
- Connect the vacuum cleaner to the computer via USB (the connector is hidden under the cover).
- Install the CP210x driver (download here).
- Open PuTTY and connect via Telnet to 192.168.1.1 (port 23).
- Enter the commands: cd /mnt/UDISK/ wget http://[link to archive with voice] unzip voice.zip reboot
β οΈ Attention: Incorrect commands in Telnet can erase the vacuum cleaner firmware. If the device does not turn on after rebooting, you will need to flash through the vacuum cleaner. UART (We recommend backing up the current firmware with dd if.=/dev/mtdblock0 of=/mnt/UDISK/backup.bin.
π‘
Before you run through Telnet, disable the antivirus β it can block uploading files to the vacuum cleaner as βsuspicious activity.β
Compatibility table for Xiaomi voiceovers and models
| Model vacuum cleaner | Supported method | Reference to voiceover | Notes |
|---|---|---|---|
| Mi Robot Vacuum-Mop 2 Pro (STYJ02YM) | Mi Home, microSD, Telnet | 4PDA | Voice from Viomi is suitable without modifications |
| Mi Robot Vacuum S5/S6 (SDJQR02RR) | Mi Home, microSD | MIUI Forum | Requires firmware version β₯ 3.5.8 |
| Mi Robot Vacuum 1C (SDJQR05RR) | Only Telnet. | GitHub | You need to sell off the resistor to access UART |
| Viomi V2/V3 | Official update | Through the Viomi Home app | Not compatible with Xiaomi firmware |
Typical problems and their solutions
Even after a successful voiceover installation, there may be failures.
- π The vacuum cleaner does not say after firmware: Check if voiceover is enabled in the settings (Settings) β Voice prompts. Reboot the device (hold the power button for 5 seconds. If the model supports microSD, remove the card and paste it back in.
Voice interrupted or distorted:
- Make sure that the voice files are suitable for your model (for example, Mop 2 Pro voice files will not work for the S5).
- Format your memory card in FAT32 (not exFAT!).
Error "Invalid voice file":
Downloaded files are corrupted or do not match the firmware version. Check the checksums (MD5) of the archive.
π‘
If after installing the voiceover vacuum cleaner began to βstutterβ or give out errors, return to the factory firmware through Mi Home (Recovery and Reset section).
How do you get the original voiceover back?
If the Russian voice experiment failed or you want to return the Chinese voiceover, do the following:
- For models with microSD: delete all files from the memory card and restart the vacuum cleaner.
- For Telnet stitches: cd /mnt/UDISK/ rm -rf sound/ rm -rf voice/ reboot
- Through Mi Home: Reset to factory settings (Settings β Reset).
β οΈ Note: On some models (e.g, 1C) factory reset erases the entire memory card, including cleaning zone files!