Last Updated on : 2024-06-21 03:27:08download
As the Alexa Voice Service (AVS) products have a lot of configurable information, JSON configurations are added to the firmware to match different needs.
The steps for setting parameters are as follows:
adb shell
nvram set .......
nvram commit
reboot -f
The specific configuration items and format of the firmware are shown in the following table:
| Configuration item | Configuration format | Function |
|---|---|---|
| UUID | |
Set device authorization code UUID |
| Authkey | |
Set authorization code Authkey |
| PRODUCT_KEY | |
Set the firmware Key configuration item, the same as the product PID on the Tuya Developer Platform. |
| ZIGBEE_ENABLE | |
Confirm whether to integrate Zigbee gateway function.
|
| AVS_PID | |
Set Amazon’s product ID. You can get it on the Amazon platform, and the default is Tuya_module_RK3308.Note: You can apply for AVSPID in the Amazon backend. |
| MCU_UART_SPEED | |
Set your MCU connection baud rate. The default is 115200. |
| FIRM_TYPE | |
Set device firmware type.
|
| avs_gateway_addr | |
Select AVS service communication gateway address
Note: When setting the gateway address configuration information, if it is not in the above country list, you can use the North American country address by default. |
| wakeup_luanuge | |
Select wakeup word language:
Note: |
| respond_lanuage | |
Select device response language:
Note: |
| ble_name | |
Set the search name of the Bluetooth speaker function. The default is speaker_avs Speaker + last four digits of the Mac address. |
| GST_MAX_VOLUME | |
Set the maximum volume of the device. The effective range is 0-100, and the default is 100. |
| led_brightness | |
Set the maximum brightness of the device indicator, the effective range is 0-255, and the default is 128. |
| persist.run.debug | |
Set the firmware type before the device network is activated, and the default user serial port is closed after the device is activated.
Note: Before the device is configured, the debug serial port is in the open state. The debug serial port is automatically closed after the device is successfully connected to the network. |
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback