Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

        For testing Voice plugin , we need Tech 4 Home remote and RPI board with bluetooth support. Before using the remote, it needs to be paired and assigned to the RPI board. 

Already assigned remote needs to unassigned before assigning a new remote.


         

  • Set-up Considerations

<Briefly describe and graphically depict as appropriate the equipment, communications, and network configuration of the system in a way that a non-technical user can understand>

  • User Access Considerations

...

  • Tech 4 Home Remote

 Image Added


  • Pairing Remote with RPI

 We can pair remote using Controller UI via Bluetooth Control panel. The scan is initiated from UI and once remote is detected we can pair it. Whether the remote is paired or not can be verified using curl request.

  • ON the BluetoothControl UI, click on scan button to initiate scanning and till scanning is completed.
  • Once the remote is detected, click on Pair button to pair it with the device.
  •  Once remote is paired , we can assign the remote to the device. Click on Assign  button to assign the remote.


Image Added


Image Added

root@raspberrypi-rdk-hybrid-thunder:~# curl --data-binary '{"jsonrpc": "2.0", "id": 1234567890, "method": "BluetoothControl.1.device@04:EE:03:78:39:DB" }' -H 'content-type:text/plain;' http://192.168.2.101/jsonrpc

{"jsonrpc":"2.0","id":1234567890,"result":{"name":"Notus S2","type":"LowEnergy","connected":true,"paired":true}}root@raspberrypi-rdk-hybrid-thunder:~#

root@raspberrypi-rdk-hybrid-thunder:~#

 

  • Accessing the System

<Provide detailed information and describe the procedures necessary to access the system. If applicable, include how to get a user ID and log on to the system, as well as the actions a user must take to change and/or reset a password.>

...