![](/media/cache/profiles/5f55d0baa59f4bc1dc393149183f1492.jpg.50x50_q85.jpg)
wifi test
Dependencies: X_NUCLEO_IKS01A2 mbed-http
easy-connect/wifi-ism43362/README.md@0:24d3eb812fd4, 2018-09-05 (annotated)
- Committer:
- JMF
- Date:
- Wed Sep 05 14:28:24 2018 +0000
- Revision:
- 0:24d3eb812fd4
Initial commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
JMF | 0:24d3eb812fd4 | 1 | # ISM43362 WiFi driver for mbed-os |
JMF | 0:24d3eb812fd4 | 2 | |
JMF | 0:24d3eb812fd4 | 3 | The mbed OS driver for the ISM43362 WiFi module |
JMF | 0:24d3eb812fd4 | 4 | |
JMF | 0:24d3eb812fd4 | 5 | https://www.inventeksys.com/products-page/wifi-modules/ism4336-m3g-l44-e-embedded-serial-to-wifi-module/ |
JMF | 0:24d3eb812fd4 | 6 | |
JMF | 0:24d3eb812fd4 | 7 | |
JMF | 0:24d3eb812fd4 | 8 | ## Currently supported platforms |
JMF | 0:24d3eb812fd4 | 9 | |
JMF | 0:24d3eb812fd4 | 10 | ISM43362 module is soldered on the following platforms from STMicroelectronics |
JMF | 0:24d3eb812fd4 | 11 | |
JMF | 0:24d3eb812fd4 | 12 | * [DISCO_L475VG_IOT01A](https://os.mbed.com/platforms/ST-Discovery-L475E-IOT01A/) |
JMF | 0:24d3eb812fd4 | 13 | * [DISCO_F413ZH](https://os.mbed.com/platforms/ST-Discovery-F413H/) |
JMF | 0:24d3eb812fd4 | 14 | |
JMF | 0:24d3eb812fd4 | 15 | ## Configuration |
JMF | 0:24d3eb812fd4 | 16 | |
JMF | 0:24d3eb812fd4 | 17 | Correct pins have already been configured for both supported platforms. |
JMF | 0:24d3eb812fd4 | 18 | |
JMF | 0:24d3eb812fd4 | 19 | Here is configured pins: |
JMF | 0:24d3eb812fd4 | 20 | |
JMF | 0:24d3eb812fd4 | 21 | - MBED_CONF_ISM43362_WIFI_MISO : spi-miso pin for the ism43362 connection |
JMF | 0:24d3eb812fd4 | 22 | - MBED_CONF_ISM43362_WIFI_MOSI : spi-mosi pin for the ism43362 connection |
JMF | 0:24d3eb812fd4 | 23 | - MBED_CONF_ISM43362_WIFI_SPI_SCLK : spi-clock pin for the ism43362 connection |
JMF | 0:24d3eb812fd4 | 24 | - MBED_CONF_ISM43362_WIFI_SPI_NSS : spi-nss pin for the ism43362 connection |
JMF | 0:24d3eb812fd4 | 25 | - MBED_CONF_ISM43362_WIFI_RESET : Reset pin for the ism43362 wifi module |
JMF | 0:24d3eb812fd4 | 26 | - MBED_CONF_ISM43362_WIFI_DATAREADY : Data Ready pin for the ism43362 wifi module |
JMF | 0:24d3eb812fd4 | 27 | - MBED_CONF_ISM43362_WIFI_WAKEUP : Wakeup pin for the ism43362 wifi module |
JMF | 0:24d3eb812fd4 | 28 | |
JMF | 0:24d3eb812fd4 | 29 | ## Debug |
JMF | 0:24d3eb812fd4 | 30 | |
JMF | 0:24d3eb812fd4 | 31 | Some debug print on console can help to debug if necessary. |
JMF | 0:24d3eb812fd4 | 32 | |
JMF | 0:24d3eb812fd4 | 33 | - in ISM43362Interface.cpp file, set ism_interface_debug to 1 |
JMF | 0:24d3eb812fd4 | 34 | - in ISM43362/ISM43362.cpp file, set ism_debug to 1 |
JMF | 0:24d3eb812fd4 | 35 | - in ISM43362/ATParser/ATParser.cpp file, there are 3 different level : dbg_on / AT_DATA_PRINT / AT_COMMAND_PRINT |
JMF | 0:24d3eb812fd4 | 36 | |
JMF | 0:24d3eb812fd4 | 37 | Another way to enable these prints is overwrite MBED_CONF_ISM43362_WIFI_DEBUG in your json file: |
JMF | 0:24d3eb812fd4 | 38 | "ism43362.wifi-debug": true |
JMF | 0:24d3eb812fd4 | 39 | |
JMF | 0:24d3eb812fd4 | 40 | |
JMF | 0:24d3eb812fd4 | 41 | ## Firmware version |
JMF | 0:24d3eb812fd4 | 42 | |
JMF | 0:24d3eb812fd4 | 43 | This driver has been tested with C3.5.2.2 and C3.5.2.3.BETA9 firmware version |
JMF | 0:24d3eb812fd4 | 44 | |
JMF | 0:24d3eb812fd4 | 45 | ## wifi module FW update |
JMF | 0:24d3eb812fd4 | 46 | |
JMF | 0:24d3eb812fd4 | 47 | Only Wifi module from DISCO_L475VG_IOT01A can be updated (HW limitation for DISCO_F413ZH). |
JMF | 0:24d3eb812fd4 | 48 | |
JMF | 0:24d3eb812fd4 | 49 | For more information about the wifi FW version, refer to the detailed procedure in |
JMF | 0:24d3eb812fd4 | 50 | http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-embedded-software-expansion/x-cube-azure.html |