Skip to main content

Bluetooth reset and restart tools (Wireless)

If you need to reset the robot's Wi-Fi hotspot, restart the daemon, or run other maintenance commands over Bluetooth, use one of the options below. Prefer the official Reachy Mini Control app when you are on a laptop or desktop: it bundles a Bluetooth console and avoids juggling a separate browser or phone app.

Use the Reachy Mini Control desktop app (download). Bluetooth must be enabled on your computer.

  1. Open Reachy Mini Control. On the Connect to Reachy screen (before you start a session), scroll to the footer and click First time WiFi setup.

control-app-first-time-wifi-setup.png

  1. In the First Time WiFi Setup wizard, use the footer link Try the Bluetooth Console (for example if the hotspot is not detected, or whenever you want the console directly).

control-app-wifi-wizard-bluetooth-console.png

From the Bluetooth console you can reset the hotspot, check network status, and run the same kind of commands as in the other methods below.

Note: In some app versions the entry link may read First time connecting to your WiFi... instead of First time WiFi setup; it opens the same Wi-Fi setup flow.

2. Web Bluetooth dashboard (phone or desktop browser)

With a smartphone or desktop and a Bluetooth-capable browser (Chrome, Opera, or Edge), open the standalone tool: Bluetooth tool. You can reset the hotspot, check network status, and more without installing the desktop app.

If your device or browser does not support the Web Bluetooth API, use the desktop app (above) or the nRF Connect method below.

3. nRF Connect (advanced)

Reachy Mini wireless exposes a Bluetooth GATT interface so you can reset the Wi-Fi hotspot or the daemon from a generic BLE client.

3.1 Install nRF Connect

3.2 Scan and connect

  1. Open nRF Connect.
  2. Scan for devices and select ReachyMini.

[bluetooth_1.jpg

  1. Connect to the device.

3.3 Unknown service & WRITE section

  • Open the Unknown Service.
  • Use the WRITE section to send commands.
  • You can use the READ section above to inspect the robot's responses.

[bluetooth_2.jpg

3.4 Sending commands

Commands are sent as hexadecimal strings (or as plain text such as STATUS or CMD_HOTSPOT). Use this converter if you need ASCII → hex.

Always send the PIN before any other command.

PIN code

The PIN is the last 5 digits of the robot's serial number. For example, if the serial number is xxxxxxxx4918400018, the PIN is 00018 — send PIN_00018 (or the hex value below).

Command reference

CommandHex value (after 0x)
STATUS535441545553
PIN_0001850494E5F3030303138
CMD_HOTSPOT434D445F484F5453504F54
CMD_RESTART_DAEMON434D445F524553544152545F4441454D4F4E
CMD_SOFTWARE_RESET434D445F534F4654574152455F5245534554

If you use CMD_SOFTWARE_RESET, the robot reboots and may take about 5 minutes before it is reachable again.

Tips

It is convenient to save frequently used commands for reuse.

[bluetooth_3.jpg [bluetooth_4.jpg

Loading Comments...