2. Voice control module port binding

Foreword: Because the ID device numbers of the HUB board and the voice control module are the same, the ID device numbers cannot be bound to them according to the method in the previous tutorial. Not binding ports may cause port conflicts or device identification errors, and the bound ports cannot be changed at will, otherwise the binding will be invalid. This section uses Raspberry Pi as an example to demonstrate.

2.1. Bind HUB board device number

Get the following information, the red box shows the path information of the device,

image-20240130195822670

2.2. Bind the speech recognition board port number

image-20220421202821498

Here we find that the system recognizes the voice board as /dev/ttyUSB2, then we enter the following command to view the device path information

Get the following picture,

image-20240130200609645

Add content as shown below,

2.3. Testing

Finally, the physical connection diagram of the port after binding is shown in the figure below,

image-20220422095907237

Note where they are wired. This is fixed after binding. Do not change the position at will later, otherwise the system will not be able to recognize the device.

If the actual running result is consistent with the above three points, it means the device is successfully bound.

Note: The bound HUB and voice board cannot be plugged into other ports, otherwise the device number will not be recognized.