Skip to main content

Smartphone simple bluetooth dashboard

With a smarpthone and a Bluetooth Web API able browser (chrome based/opera/edge) you simply go there 👉 Bluetooth tool and reset hotspot, check network status or other tasks.

If your device/browser isn't compatible, please check the other solution.

ReachyMini nRF Connect Guide

Reachy Mini wireless emits a Bluetooth signal that allows you to reset the Wi-Fi hotspot or the daemon.

1. Install nRF Connect

2. Scan and Connect

  1. Open nRF Connect.
  2. Scan for devices and select ReachyMini. bluetooth_1.jpg
  3. Connect to the device.

3. Unknown Service & WRITE Section

  • Navigate to the Unknown Service.
  • Locate the WRITE section.
  • You can also use the READ section above to check the response of the robot. bluetooth_2.jpg

4. Sending Commands

Commands are sent as hexadecimal strings. Use this tool to convert ASCII to hex if needed. Commands can also be sent using the original text format, like "STATUS" or "CMD_HOTSPOT".

Before sending any command, make sure to send the PIN code first.

Available Commands

CommandHex Value (send after 0x)
STATUS535441545553
PIN_0001850494E5F3030303138
CMD_HOTSPOT434D445F484F5453504F54
CMD_RESTART_DAEMON434D445F524553544152545F4441454D4F4E
CMD_SOFTWARE_RESET434D445F534F4654574152455F5245534554

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 will be 00018 so send PIN_00018 or the corresponding hex value.

Available Commands

CommandHex Value (send after 0x)
STATUS535441545553
PIN_0001850494E5F3030303138
CMD_HOTSPOT434D445F484F5453504F54
CMD_RESTART_DAEMON434D445F524553544152545F4441454D4F4E
CMD_SOFTWARE_RESET434D445F534F4654574152455F5245534554

Note: If you use the software reset command, the robot will reboot and you will need to wait about 5min for it to be available again.

Tips

It is good practice to save the commands for later use. bluetooth_3.jpg bluetooth_4.jpg

Loading Comments...