- Short range radio modules
- Positioning chips and modules
u-blox Products
- Product selector
- Previous generations
- Contact sales
Find products
- Product documentation
Documentation
AT+UWSIPS set the IP address, gateway, subnet mask and DNS.Nr | Instructions | AT command | AT event |
|---|---|---|---|
1 | Set SSID for the Network | AT+UWSCP=0,"NORA-W36AccessPoint" | |
2a | Set the Password (support WPA2 and WPA3) | AT+UWSSW=0,"mypassword",0 | |
2b | Set the Password (support only WPA3) | AT+UWSSW=0,"mypassword",1 | |
3 | Connect Wi-Fi station | AT+UWSC=0 | |
4 | Wait for Wi-Fi interface | +UEWLU:0,BBBBBBBBBBB,6 | |
5 | Wait for Network interface | +UEWSNU | |
6 | Check IP address (optional) | AT+UWSNST=0 | +UWSNST:0,192.168.1.100 |
7 | Check RSSI (optional) | AT+UWSST=4 | +UWSST:4,-66 |
8 | |||
9 | Disconnect Wi-Fi station | AT+UWSDC |
AT+UWSC=0, AT&W and AT+CPWROFF, the current Wi-Fi Station state is be stored in flash and NORA-W36 will try to connect using Service Set Identifier (SSID) and password stored at startup.Nr | Instructions | AT command | AT event |
|---|---|---|---|
1 | Set SSID for the Network | AT+UWSCP=0,"NORA-W36AccessPoint" | |
2 | Set the User and Passworkd | AT+UWSSP=0,"peap_user_name","peap_password" | |
3 | Connect Wi-Fi station | AT+UWSC=0 | |
4 | Wait for Wi-Fi interface | +UEWLU:0,BBBBBBBBBBB,6 | |
5 | Wait for Network interface | +UEWSNU | |
6 | Check IP address (optional) | AT+UWSNST=0 | +UWSNST:0,192.168.1.100 |
7 | Check RSSI (optional) | AT+UWSST=4 | +UWSST:4,-66 |
8 | |||
9 | Disconnect Wi-Fi station | AT+UWSDC |
AT+UWSC=0, AT&W and AT+CPWROFF, the current Wi-Fi Station state is be stored in flash and NORA-W36 will try to connect using Service Set Identifier (SSID) and password stored at startup.AT+UWSIPS set the IP address, gateway, subnet mask and DNS.Nr | Instructions | AT command | AT event |
|---|---|---|---|
1 | Write a X.509 certificate and private key using Binary data | AT+USECUB=0,"ca.pem"{sendbinarycontentof"ca.pem"}AT+USECUB=1,"client.pem"{sendbinarycontentof"client.pem"}AT+USECUB=2,"client.key"{sendbinarycontentof"client.key"}See Binary data for more information, note that the brackets { and } should NOT be sent, they are just here in this example | |
1 | Set SSID for the Network | AT+UWSCP=0,"NORA-W36AccessPoint" | |
2 | Set the certificates and key | AT+UWSSE=0,"ca.pem","client.pem","client.key" | |
3 | Connect Wi-Fi station | AT+UWSC=0 | |
4 | Wait for Wi-Fi interface | +UEWLU:0,BBBBBBBBBBB,6 | |
5 | Wait for Network interface | +UEWSNU | |
6 | Check IP address (optional) | AT+UWSNST=0 | +UWSNST:0,192.168.1.100 |
7 | Check RSSI (optional) | AT+UWSST=4 | +UWSST:4,-66 |
8 | |||
9 | Disconnect Wi-Fi station | AT+UWSDC |
AT+UWSC=0, AT&W and AT+CPWROFF, the current Wi-Fi Station state is be stored in flash and NORA-W36 will try to connect using Service Set Identifier (SSID) and password stored at startup.Nr | Instructions | AT command | AT event |
|---|---|---|---|
1 | Set the SSID and select nework channel to 6 to define the frequency band | AT+UWAPCP="NORA-W36AccessPoint",6 | |
2 | Set the Password, using WPA2 | AT+UWAPSW="mypassword" | |
3 | Activate the Wi-Fi Access point. DHCP Server is enabled by default | AT+UWAPA | |
4 | Wait for Access Point | +UEWAPU | |
5 | Wait for Network interface | +UEWAPNU | |
6 | Check the IP address of the AP (optional) | AT+UWAPNST=0 | +UWAPNST:0,192.168.1.80 |
7 | Station connected | +UEWAPSA:AAAAAAAAAAAA | |
8 | |||
9 | Station disconnect | +UEWAPSDA:AAAAAAAAAAAA | |
10 | Deactivate Wi-Fi Access Point | AT+UWAPD |
AT+UWAPA), Store (AT&W) and Reset (AT+UWAPA) commands should be sent. The current Wi-Fi Access Point state is stored in flash and NORA-W36 then activates the Access Point using the stored SSID and password at startup.
IP address range is 192.168.1.100 + x to connected stations.