wiseconnect-wifi-bt-sdk icon indicating copy to clipboard operation
wiseconnect-wifi-bt-sdk copied to clipboard

Wi-Fi and Bluetooth host drivers and examples for Silicon Labs RS9116 Wi-Fi/Bluetooth solution

Results 10 wiseconnect-wifi-bt-sdk issues
Sort by recently updated
recently updated
newest added

While updating from 2.8.0 to 2.9.0 I ran into these two "assignment from incompatible pointer type [-Wincompatible-pointer-types]" warnings in rsi_wlan_apis.c: https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk/blob/c95f05486ca38f9a365be5c18161339067b6a36b/sapi/wlan/rsi_wlan_apis.c#L7850 and https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk/blob/c95f05486ca38f9a365be5c18161339067b6a36b/sapi/wlan/rsi_wlan_apis.c#L7856-L7856 Both lines are in `uint16_t rsi_wlan_register_callbacks()`. This...

This has no current effect on the code since they have the same value, but it's clearly not right. https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk/blob/a8f16478a2f1203d27f730a7f3f3d8872ad0975b/sapi/include/rsi_wlan.h#L163-L165 https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk/blob/a8f16478a2f1203d27f730a7f3f3d8872ad0975b/sapi/include/rsi_wlan.h#L293-L295

Fixes to remove compiler warnings

Many changes are checks for valid socket ids and pointers. We are no longer using the generic MQTT client; but, the changes were good when we were using it.

Sending data to an FTP server using multiple calls to rsi_ftp_file_write_content() can cause a serious bug to occur. It can result in stack corruption (how I found it) and also...

It appears that the socket options supported by the SAPI BSD sockets support more options than are documented in the Reference Manual and Doxygen documentation. Can SiLabs update the documentation...

Deep sleep on the STM32s soft resets the device unless certain variables are preserved across the reset boundary. However, the SAPI global buffer variable is not able to be preserved...

Silabs, Greetings from Anand We are facing trouble in reading RS9116 device firmware version. We followed sequence `rsi_driver_init -> rsi_device_init` both API are successful in execution. After this we had...

https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk/blob/4491826e48bfaaa6ce4d42ad5769d7f6447b8cbb/sapi/wlan/rsi_wlan_apis.c#L574 I would like to know what the expected values for the RSSI are. Ie what format is this? Can I assume that these values range from 0 to 255...