Bluetooth remotes from Xiaomi TVs (Mi TV 4/5 series, Mi TV Q1/Q2, Redmi Smart TV, etc.) are convenient without the need to βaimβ at the IR receiver, but their diagnosis often raises questions. If the remote control stopped responding to presses, slows down or requires multiple clicks, the problem can be a discharged battery, synchronization failure or hardware malfunction. Unlike traditional IR remotes, where it is enough to check the LED with the smartphone camera, Bluetooth devices require a comprehensive approach.
In this article, we will discuss 5 working methods of verification - from elementary (battery replacement) to advanced (analysis of connection logs through the use of a new system). ADB). Particular attention will be paid to typical user errors, for example, trying to pair the remote with the TV through the Bluetooth menu of the smartphone (which is impossible β Xiaomi). TV It supports only branded accessories with Mi Remote protocol, and you will also find a table of compatibility of remotes and TV models, which will help to avoid buying incompatible devices.
1.Battery check: why 90% of problems are solved by replacing a battery
The first thing to do is make sure the power source is working. Xiaomi Bluetooth remotes use CR2032 (3 Volts) batteries or built-in lithium polymer batteries (in rechargeable models such as the Mi TV Master Remote). Even if the battery is βfreshβ, contact can be disrupted due to oxidation or loose fit.
How to check:
- π Visual inspection: remove the battery and check for corrosion, bloating or electrolyte darts. If the contacts in the remote compartment are green, clean them with a cotton swab dipped in alcohol.
- π Replacement with a known working battery: use a new battery (preferably a branded one, such as Duracell or Panasonic). Cheap analogues can give unstable voltage.
- π Multimeter test: if the battery is less than 2.8 V, it should be replaced. For lithium polymer batteries, the critical value is 3.5 V.
β οΈ Note: In remotes with a battery (for example, Mi) TV Voice Remote 2) after a long downtime, the power controller protection may work. If the remote does not respond to charging, connect it to the power controller. USB 10-15 minutes, sometimes enough to wake you upΒ».
If the battery replacement didn't work, move on to the next step, but remember: the symptoms of a dead battery often disguise themselves as hardware malfunctions, the remote may periodically shut down, "fill" buttons or require you to press at close range.
Connection Diagnostics: How to Make Sure Your Remote Is Connected to Your TV
Xiaomi Bluetooth remotes use the proprietary Mi Remote protocol, so they don't show up in the list of available devices on a smartphone or laptop. You can only check the pairing through the TV menu. Here's how to do this:
- On the TV, go to Settings β Devices β Bluetooth and remotes.
- In the list of associated devices, find the name of your remote (for example, Mi Remote Controller or Xiaomi TV Remote).
- If the remote is not listed, click Add Device and follow the instructions on the screen (usually you need to hold the Menu + OK buttons on the remote for 5-7 seconds).
If the remote is displayed as βConnectedβ but does not work:
- π Reconnect it: Remove the device from the list and pair it again.
- π± Check for interference: Turn off other Bluetooth devices within a 5-meter radius (earphones, smartwatches, speakers).
- π οΈ Reset the remote settings: Remove the battery for 30 seconds, then insert back and repeat pairing.
| Symptoms. | Probable cause | Decision |
|---|---|---|
| The remote is not displayed in the list of devices | Battery discharged or remote firmware failure | Replace the battery, reset (remove the battery for 30 seconds) |
| The remote is connected, but the buttons are not working. | Synchronization of command code is broken | Remove the remote from the list and re-conjugate. |
| The remote works only near the TV. | Weak signal Bluetooth TV module | Update your TV firmware, check your Wi-Fi/Bluetooth antenna (may be damaged) |
| Buttons are triggered with a delay | Interference from other devices or Bluetooth stack overload | Turn off the extra Bluetooth devices, reboot the TV |
β οΈ Note: If the TV after updating the firmware ceased to "see" the remote, try to roll back to the previous version of the software. MIUI TV 3.0) requires manual reset of the Bluetooth module via the service menu (Settings) β On TV. β Click 5 times on "Version of the SoftwareΒ»).
3. button test: how to check the performance without a TV
If you're not sure if the problem is in the remote or in the TV, you can test the buttons independently. You'll need an Android smartphone with Bluetooth HID support (such as any Xiaomi/Redmi/Poco).
Install the nRF Connect or Bluetooth Scanner app | Turn on Bluetooth on your smartphone | Remove the battery from the remote for 10 seconds and paste back | Run the device scan in the app-->
If the remote is in good working order, it will appear in the list as LE-MiRemote-XXXX (where XXXX is a unique identifier).
- Open the HID or Input Report tab in the app.
- Press any button on the remote β the log should show the data about the press (for example, Key: 0x01 (OK)).
- If there is no reaction, the remote is faulty (damaged board or antenna).
For advanced users, if you have a USB-Bluetooth adapter (such as CSR 4.0), you can analyze traffic through Wireshark with a btl2cap filter.
What if the remote is detected but the buttons are not registered?
Hardware diagnostics: disassembly and inspection of components
If the software methods don't work, you'll have to take apart the remote.
- π§ Plastic blade or mediator.
- π Lupa (for ration inspection).
- π§΄ Alcohol and cotton swabs.
- π Multimeter (for checking circuits).
Step-by-step:
- Carefully tuck the latches around the perimeter of the housing. Start with the battery compartment, which usually has a groove.
- Remove the top cover. Inside, you'll see: A chipboard (usually labeled BK3254 or NRF52832), an antenna (a thin wire or track on a board), a button membrane.
- Check: Integrity of tracks (especially near the battery compartment); oxidation of membrane contacts - clean them with alcohol; reliability of soldering of the antenna (if it is torn off, solder back).
Typical malfunctions:
- π₯ A capacitor failure near the battery compartment (visible as blackening or bloating).
- πΆ Antenna breaks β the remote does not catch the signal even near the TV.
- π±οΈ Membrane wear β buttons fail or require strong pressing.
β οΈ Note: If there is a chip on the board 24C02 (EEPROM), Don't touch it with metal objects, static electricity can erase the firmware of the remote, which requires a flashing through the programmer.
π‘
Before you assemble the remote, take a picture of the location of all the parts. Pay special attention to the position of the membrane - if it skews, the buttons will stick or not work.
5. Verification through ADB: for experienced users
If the remote is detected by the TV but is not stable, you can analyze the Bluetooth stack logs via ADB. This method requires connecting the TV to a PC and basic command line knowledge.
Instructions:
- Turn on ADB debugging on your TV: Settings β About TV β Click 7 times on Model Number β Return to Settings β More β Debugging on USB
- Connect the TV to your PC via USB and execute in the terminal: adb devices adb shell su logcat | grep -i "bluetooth\|remote"
- Press the buttons on the remote and watch the logs. Look for lines like: E/BtRemote: Key event not delivered D/BluetoothInput: Report: 0x01 0x00 0x0A (pressed button code)
Deciphering typical errors:
- π« Connection refused β TV blocks the connection of the remote (will help reset Bluetooth module).
- β‘ Battery level critical β The remote reports low charge even if the battery is new (problem in the voltage sensor).
- π Pairing rejected β mismatch of encryption keys (remove the remote from the list of devices and re-conjugate).
For deep diagnosis, you can dump the logs into the file:
adb logcat -d | grep -i "bluetooth\|remote" > bt_log.txtLook for HID, GATT, or L2CAP, and they will point to problems with the protocol.
π‘
If the logs have a line "Remote device not bonded", it means that the remote did not pass the system-level pairing procedure, the solution is a complete reset of the TV settings to the factory (in the Settings menu β System β Reset).
6. Compatibility of remotes and TVs Xiaomi: table of correspondence
One of the common questions is, "Can I use the remote from the Mi TV 4A with the Redmi Smart TV X55?" The answer depends on the Bluetooth protocol and the firmware version.
| Model remote control | Supported television sets | Protocol | Notes |
|---|---|---|---|
| Mi TV Remote (BLE, no recharging) | Mi TV 4/4A/4C/4S, Redmi TV 70" | Bluetooth 4.0 | It requires a TV firmware not lower than MIUI TV 1.4 |
| Mi TV Voice Remote 2 (with microphone) | Mi TV Q1/Q2, Mi TV Master, Redmi MAX 86" | Bluetooth 5.0 | Supports voice search (with firmware 2.0+ only) |
| Redmi Smart Remote (with recharging) | Redmi Smart TV X43/X50/X55 | Bluetooth 4.2 | Incompatible with Mi TV until 2020 |
| Mi TV Game Controller | All models with MIUI TV 3.0+ | Bluetooth 5.0 + 2.4G | It works like a remote and a gamepad. |
If your remote is not on this list, check it on the battery sticker. Importantly, Xiaomi TVs do not support remotes from other brands (such as Samsung or LG), even if they use Bluetooth.
To check compatibility without a TV, you can use the Mi Home app (Devices β Add β Remotes) and if the remote is defined in the app, it is compatible with your TV model.