WiSeConnect™ SDK v3.x Examples#

This section describes the example applications available with the WiSeConnect™ SDK v3.x.

To find the example you need, browse the sections below. The same example may be mentioned in more than one section when it belongs to multiple categories.

The following examples demonstrate specific actions as described in the description column and are organized in alphabetical order by example name.

Featured Examples#

Example

Description

Link to README page

aws_device_shadow

Establishing a connection to the Amazon Web Services (AWS) internet-of-things (IoT) Core

Go to README

ble_per

Getting the BLE packet error rate (PER) statistics for transmitting and receiving packets

Go to README

cli_demo

Using console commands to demonstrate various API functions in the SDK such as scanning for access points (APs), bringing up a network interface, and others

Go to README

firmware_update

Downloading and updating firmware as a TCP client

Go to README

powersave_standby_associated

Running an application in the ASSOCIATED_POWER_SAVE mode

Go to README

wlan_throughput

Measuring the wireless local area network (WLAN) throughput

Go to README

BLE Examples#

Example

Description

Link to README page

ble_central

Running a BLE central and connecting to a BLE peripheral

Go to README

ble_datalength

Using BLE data length extension to increase packet length

Go to README

ble_heart_rate_profile

Implementing the Heart Rate service both in the BLE central and peripheral roles

Go to README

ble_hid_on_gatt

Implementing the Human Interface Device (HID) service both in the BLE central and peripheral roles

Go to README

ble_ibeacon

Implementing an iBeacon-compatible BLE peripheral

Go to README

ble_longrange_2mbps

Running a BLE central and updating physical layer (PHY) rates

Go to README

ble_multiconnection_gatt_test

Multiple BLE connections both as a BLE central and peripheral

Go to README

ble_per

Getting BLE packet error rate (PER) statistics for transmitting and receiving packets

Go to README

ble_power_save

BLE power-save configuration both in Advertising and Connected modes

Go to README

ble_privacy

BLE privacy support implemented by changing the device address frequently

Go to README

ble_secureconnection

BLE peripheral implementing Security Manager Protocol (SMP) pairing and encryption

Go to README

ble_throughput_app

Measuring the BLE throughput

Go to README

ble_white_list

Maintaining an allow list of devices that are allowed to connect to a BLE device

Go to README

Wi-Fi Examples#

Example

Description

Link to README page

access_point

Implementing a Wi-Fi access point (AP)

Go to README

access_point_v6

Implementing an Internet Protocol version 6 (IPv6) Wi-Fi AP

Go to README

aws_device_shadow

Establishing connection to the Amazon Web Services (AWS) internet-of-things (IoT) Core

Go to README

cli_demo

Using console commands to demonstrate various API functions in the SDK such as scanning for access points (APs), bringing up a network interface, and others

Go to README

concurrent_mode

Implementing a Wi-Fi device both as an AP and station (STA)

Go to README

enterprise_client

Implementing a Wi-Fi enterprise client and connecting to an enterprise AP

Go to README

lwip_tcp_client

Using the hosted mode of the WiSeConnect SDK v3.x, by utilizing the Lightweight Internet Protocol (LwIP) stack

Go to README

power_save_deep_sleep

Implementing the power-save deep sleep mode of the SiWx91x™ chipset

Go to README

powersave_standby_associated

Running an application in ASSOCIATED_POWER_SAVE mode

Go to README

select_app

Opening a network socket and monitoring it for incoming data

Go to README

sntp_client

Implementing the Simple Network Time Protocol (SNTP)

Go to README

three_ssl_concurrent_client_sockets

Maintaining three concurrent SSL connections using three sets of SSL certificates

Go to README

tls_client

Implementing a Transport Layer Security (TLS) client and exchanging encrypted data with a server

Go to README

twt_tcp_client

Implementing a TCP client using the Wi-Fi Target Wake Time (TWT) power-save scheme

Go to README

wifi6_mimo

Measuring Wi-Fi Multiple-Input Multiple-Output (MIMO) protocol throughput

Go to README

wlan_rf_test

Transmitting Wi-Fi packets at different data rates and power levels for regulatory certification testing

Go to README

wlan_throughput

Measuring the WLAN throughput

Go to README

wlan_throughput_v6

Measuring the WLAN throughout of an IPv6 client

Go to README

BLE + Wi-Fi Examples#

Example

Description

Link to README page

wifi_https_ble_dual_role

Simultaneous connection over secure HTTP (HTTPS) and as a BLE central and peripheral

Go to README

wifi_station_ble_provisioning

Advertising a device over BLE, receiving Wi-Fi credentials and connecting to a Wi-Fi AP

Go to README

wifi_station_ble_provisioning_aws

Receiving Wi-Fi credentials over BLE, connecting to Wi-Fi and publishing data to an AWS MQTT broker

Go to README

wifi_throughput_ble_dual_role

Measuring WLAN and BLE throughput with just a WLAN or BLE connection or with both running simultaneously

Go to README

Si91x Peripheral Examples#

Example

Description

Link to README page

iostream_usart_baremetal

Exchanging data using Universal Synchronous/Asynchronous Receiver-Transmitter (USART) communication over the virtual COM (VCOM) port

Go to README

memlcd_baremetal

Displaying data on the liquid crystal display (LCD) peripheral

Go to README

sl_si91x_calendar

Configuring the clock and implementing triggers, alarms, and time conversion

Go to README

sl_si91x_config_timer

Configuring and using timers

Go to README

sl_si91x_dma

Data transfer using Direct Memory Access (DMA)

Go to README

sl_si91x_gpio

Using the general purpose input-output (GPIO) ports of the SiWx91x chipset

Go to README

sl_si91x_gspi

Generic Serial Peripheral Interface (GSPI) communication.

Go to README

sl_si91x_i2c_follower

Running an Inter-Integrated Circuit (I2C) follower and exchanging data with a leader

Go to README

sl_si91x_i2c_leader

Running an I2C leader and exchanging data with a follower

Go to README

sl_si91x_nvm3_common_flash

Using the non-volatile memory (NVM3) service of the SiWx91x in Common Flash configuration to maintain key-value pairs in the flash memory

Go to README

sl_si91x_nvm3_dual_flash

Using the NVM3 service of the SiWx91x Dual Flash configuration to maintain key-value pairs in the flash memory

Go to README

sl_si91x_sio

Serial Input-Output (SIO) over SPI and Universal Asynchronous Receiver-Transmitter (UART) interfaces

Go to README

sl_si91x_ssi_master

Running a Synchronous Serial Interface (SSI) main and exchanging data with a secondary

Go to README

sl_si91x_ssi_slave

Running an SSI secondary and exchanging data with a main

Go to README

sl_si91x_ulp_timer

Using ultra low-power (ULP) timers

Go to README

sl_si91x_usart

Exchanging data over USART running on a real-time operating system (RTOS) host

Go to README

sl_si91x_watchdog_timer

Implementing a watchdog timer which resets the system on an exception condition

Go to README

sleeptimer

Implementing one-time and periodic sleep timers

Go to README

HTTP Examples#

Example

Description

Link to README page

http_otaf

Downloading and updating firmware as an HTTP client

Go to README

wifi_https_ble_dual_role

Simultaneous connection over secure HTTP (HTTPS) and as a BLE central and peripheral

Go to README

MQTT Examples#

Example

Description

Link to README page

mqtt

Connecting to an AWS MQTT broker and publishing data

Go to README

embedded_mqtt_client

Connecting to an MQTT broker, publishing, and subscribing to MQTT topics

Go to README

embedded_mqtt_client_twt

MQTT client using the Wi-Fi TWT power-save mode

Go to README

Ping Examples#

Example

Description

Link to README page

station_ping

Implementing the Internet Control Message Protocol (ICMP), better known as the ping protocol

Go to README

station_ping_v6

Implementing the ping protocol (ICMP) over IPv6

Go to README

Firmware Update Examples#

Example

Description

Link to README page

firmware_update

Downloading and updating firmware as a TCP client

Go to README

http_otaf

Downloading and updating firmware as an HTTP client

Go to README