Skip to content

BearPi BM-H63 AT Usage

Device Information

  • Device Model: BearPi BM-H63
  • Main Control Chip: WS63 (Hi3863)
  • Supports BLE 5.2 + BLE Mesh + BLE Gateway + SLE 1.0 8Mbps
  • Onboard User Button + Power-on Serial TXRX Pins + Status Indicator Light + NearLink Module and Built-in Antenna

BearPi AT Command Usage Tutorial

  1. Set Server Mode

    Terminal window
    AT+SETMODE=1
  2. Set Server MAC Address

    Terminal window
    AT+SETSLEADDR=111122220009
  3. Set Server Name to SERVER

    Terminal window
    AT+SSETNAME=SERVER
  4. Start the server to await connection

    Terminal window
    AT+SSERVER=1
  5. View Connected Clients

    Terminal window
    AT+SCLIST
  6. Receive “123456” String from Client Named CLIENT1

    Terminal window
    +SRECVDATA:CLIENT1,313233343536
  7. Send “123” String to Client Named CLIENT1

    Terminal window
    AT+SSEND=CLIENT1,123
  8. Disconnect from Client Named CLIENT1

    Terminal window
    AT+SKILLCLIENT=CLIENT1