Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commitfa09c52

Browse files
authored
Merge pull request#407 from jeromecoutant/PR_ISM
Updating ISM43362 WIFI driver for STM32 DISCO boards
2 parents2c6595c +9bbbaf3 commitfa09c52

File tree

4 files changed

+13
-23
lines changed

4 files changed

+13
-23
lines changed

‎README.md‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ The corresponding Nanostack configuration option is:
178178
* NUCLEO_F429ZI + GROVE SEEED shield using[ESP8266](https://en.wikipedia.org/wiki/ESP8266) WiFi module.
179179
*[NUCLEO_L476RG](https://os.mbed.com/platforms/ST-Nucleo-L476RG/) +[X-NUCLEO-IDW0XX1](https://github.com/ARMmbed/wifi-x-nucleo-idw01m1/).
180180
*[DISCO_L475VG_IOT01A](https://os.mbed.com/platforms/ST-Discovery-L475E-IOT01A/) + ISM43362 built-in module
181+
*[DISCO_F413ZH](https://os.mbed.com/platforms/ST-Discovery-F413H/) + ISM43362 built-in module
181182
*[REALTEK_RTL8195AM](https://developer.mbed.org/platforms/REALTEK-RTL8195AM/) + in-built WiFi. Please update the[DAPLINK]((https://developer.mbed.org/platforms/REALTEK-RTL8195AM/#daplink-firmware-update).) 1st.
182183

183184
To run this application using ESP8266 WiFi Interface, you need:
@@ -233,13 +234,13 @@ The label is clearly printed on the PCB.
233234

234235
If you have issues with the`X-NUCLEO-IDW04A1` board, please double-check that macro`IDW04A1_WIFI_HW_BUG_WA` has been added to the`macros` section of the`mbed_app.json` file.
235236

236-
####Compile configuration forSTM`DISCO_L475VG_IOT01A`platform
237+
####Compile configuration forISM43362 (`DISCO_L475VG_IOT01A`and`DISCO_F413ZH` platforms)
237238

238-
Use the supplied`configs/wifi_ism43362.json` file as a basis.
239+
[ISM43362 WiFi Inventek module](https://github.com/ARMmbed/wifi-ism43362)
240+
241+
You only need to update mbed_app.json file for your local WiFi SSID and Password (WPA2)
239242

240243
```bash
241-
cp configs/wifi_ism43362.json mbed_app.json
242-
<use your favourite editor to modify mbed_app.jsonfor WiFi SSID/Password>
243244
mbed compile -m DISCO_L475VG_IOT01A -t<TOOLCHAIN>
244245
```
245246

‎configs/wifi_ism43362.json‎

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"config": {
33
"network-interface":{
4-
"help":"Options are ETHERNET, WIFI_ESP8266, WIFI_ISM43362, WIFI_ODIN, MESH_LOWPAN_ND, MESH_THREAD",
54
"value":"WIFI_ISM43362"
65
},
76
"wifi-ssid": {
@@ -11,14 +10,6 @@
1110
"wifi-password": {
1211
"help":"WiFi Password",
1312
"value":"\"PASSWORD\""
14-
},
15-
"wifi-tx": {
16-
"help":"TX pin for serial connection to external device",
17-
"value":"D1"
18-
},
19-
"wifi-rx": {
20-
"help":"RX pin for serial connection to external device",
21-
"value":"D0"
2213
}
2314
},
2415
"macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\""],
@@ -28,14 +19,6 @@
2819
"platform.stdio-baud-rate":115200,
2920
"platform.stdio-convert-newlines":true,
3021
"mbed-trace.enable":0
31-
},
32-
"NUCLEO_F401RE": {
33-
"wifi-tx":"PA_11",
34-
"wifi-rx":"PA_12"
35-
},
36-
"NUCLEO_F411RE": {
37-
"wifi-tx":"PA_11",
38-
"wifi-rx":"PA_12"
3922
}
4023
}
4124
}

‎easy-connect.lib‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/easy-connect/#ce7059cc482a383640afe306f96333de49008086
1+
https://github.com/ARMmbed/easy-connect/#48fe1f874292fd843a40984f064a7eed5bbf985c

‎mbed_app.json‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"config": {
33
"network-interface":{
4-
"help":"Options are ETHERNET, WIFI_IDW0XX1, WIFI_ESP8266, WIFI_ODIN, WIFI_WIZFI310, MESH_LOWPAN_ND, MESH_THREAD, CELLULAR_ONBOARD",
4+
"help":"Options are ETHERNET, WIFI_IDW0XX1, WIFI_ESP8266,WIFI_ISM43362,WIFI_ODIN, WIFI_WIZFI310, MESH_LOWPAN_ND, MESH_THREAD, CELLULAR_ONBOARD",
55
"value":"ETHERNET"
66
},
77
"mesh_radio_type": {
@@ -36,6 +36,12 @@
3636
"mbed-mesh-api.6lowpan-nd-channel":12,
3737
"mbed-trace.enable":0
3838
},
39+
"DISCO_F413ZH": {
40+
"network-interface":"WIFI_ISM43362"
41+
},
42+
"DISCO_L475VG_IOT01A": {
43+
"network-interface":"WIFI_ISM43362"
44+
},
3945
"NUCLEO_F401RE": {
4046
"wifi-tx":"PA_11",
4147
"wifi-rx":"PA_12"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp