You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Demonstrates HTTP/HTTPS OTA firmware update using SiWx917 on Zephyr.
6
+
7
+
Overview
8
+
********
9
+
10
+
Application demonstrates how to perform HTTP/HTTPS OTA firmware updates on the SiWx917 platform using Zephyr RTOS. It connects to a Wi-Fi network, establishes a secure HTTPS connection using a CA certificate, and downloads firmware updates from a remote server. The application showcases secure connectivity and OTA update mechanisms for IoT devices.
11
+
12
+
Requirements
13
+
************
14
+
15
+
* SiWx917 development board with Wi-Fi support.
16
+
* Windows PC to run HTTP server python script.
17
+
18
+
Configurations
19
+
******************
20
+
21
+
The following configurations can be modified in src/app_config.h:
22
+
23
+
* Wi-Fi Settings
24
+
* SSID - Network name
25
+
* PSK - Network password
26
+
* SECURITY_TYPE - wifi security type (0 - no security, 1 - WPA2-PSK security)
0 commit comments