How do I obtain the RSSI signal strength of the CBU module in its custom development?
Last Updated on:2024-01-11 06:51:38
You can use the tuya_os_adapt_wifi_station_get_conn_ap_rssi API. You can first set a variable, pass the address of the variable to the API, and then read the variable value after calling the function, as shown in the following figure.