Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob

List of Applications supported in WICED Studio 5.0 (or later) for CYW943907AEVAL1F EVK

List of Applications supported in WICED Studio 5.0 (or later) for CYW943907AEVAL1F EVK

KS_96
Employee
Employee
10 sign-ins 5 sign-ins 10 replies posted

The following table lists all applications that are supported within WICED Studio 5.0(or later) on the CYW943907AEVAL1F EVK .

 

Please refer to the CYW943907AEVAL1F EVK User Guide when compiling, downloading and debugging applications with this platform.

 

Sl.no Location inside WICED Studio (. signifies next level path) Description
1. snip.gpio Demonstrates how to use WICED GPIO API to toggle LEDs and read button states
2. snip.scan This application snippet regularly scans (by default once in every 5 secs) for nearby Wi-Fi access points and prints information about the same.
3. snip.apsta Demonstrates Wi-Fi client mode (to send a regular ICMP ping to an AP) and
4. snip.crypto

demonstrates how to use crypto functions available in the WICED crypto library

5. snip.custom_ie

This application snippet demonstrates how to add and remove

custom (Information Elements) IEs in AP Beacons, using Wi-Fi softAP interface.

6. snip.dct_read_write

This application demonstrates how to use the WICED DCT (Device configuration Table) API to access the WICED DCT.

7. snip.ap_clients_rssi

This application snippet demonstrates how to retrieve a list of Wi-Fi clients associated to the WICED softAP and obtain the RSSI (signal strength) for each client.

8. snip.coap_app

This application snippet demonstrates how to react to COAP packet from  network client and activate the services exported by Coap.

9. snip.config_mode

This application demonstrates how to use WICED Configuration Mode to automatically configure application parameters and Wi-Fi settings via a softAP and webserver

10. snip.wps_registrar

This application snippet demonstrates how to use the WPS Registrar on an existing softAP interface

11. snip.http_server_sent_events This application snippet demonstrates how to send events from a HTTP server back to its clients.
12. snip.https_client

This application snippet demonstrates how to use the WICED DNS (Domain Name Service) & HTTPS API

13. snip.https_server

This app connects to a Wi-Fi network as a STA (client), then starts a secure web-server and waits for requests. It also starts a non-secure web-server which provides a redirect that redirects any non-secure requests to the secure webpages.

14. snip.led_example This application demonstrates how to use daemons/led_service to turn LEDs on and off, display patterns.
15. snip.link_status

This application demonstrates how to asynchronously handle changes in the Wi-Fi link connection status.

16. snip.stdio This application demonstrates how to use the UART for STDIO operations.
17. snip.tcp_client

This application snippet demonstrates how to connect to a Wi-Fi network and communicate with a TCP server

18. snip.tcp_server

This application snippet demonstrates how to used the WICED TCP API to implement a TCP server

19. snip.thread_monitor

This application demonstrates how to use the WICED System Monitor API to monitor the operation of the application thread.

20. snip.uart

This application demonstrates how to use the generic WICED UART API to send and receive characters on the UART.

21. snip.websocket_client This application snippet demonstrates how to use a simple Websocket Client protocol.
22. snip.wps_enrollee This application snippet demonstrates how to use the WPS Enrollee
23. test.console This application demonstratest test console which can be used for a variety of commands including iperf, ping, etc.
24. demo.appliance

This application demonstrates how a simple web page can be used to send information to a UART when a button on the webpage is clicked.

 

snip.wps_registrar

1553 Views