Mbed Cloud example program for workshop in W27 2018.

Dependencies:   MMA7660 LM75B

Committer:
MACRUM
Date:
Sat Jun 30 01:40:30 2018 +0000
Revision:
0:119624335925
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
MACRUM 0:119624335925 1 # ISM43362 WiFi driver for mbed-os
MACRUM 0:119624335925 2 The mbed OS driver for the ISM43362 WiFi module
MACRUM 0:119624335925 3
MACRUM 0:119624335925 4 ## Currently supported platforms
MACRUM 0:119624335925 5 ISM43362 module is soldered on the following platforms from STMicroelectronics
MACRUM 0:119624335925 6 * DISCO_L475VG_IOT01A
MACRUM 0:119624335925 7 * DISCO_F413ZH
MACRUM 0:119624335925 8
MACRUM 0:119624335925 9 ## Configuration
MACRUM 0:119624335925 10
MACRUM 0:119624335925 11 Correct pins have already been configured for both supported platforms.
MACRUM 0:119624335925 12
MACRUM 0:119624335925 13 Here is configured pins:
MACRUM 0:119624335925 14
MACRUM 0:119624335925 15 - MBED_CONF_ISM43362_WIFI_MISO : spi-miso pin for the ism43362 connection
MACRUM 0:119624335925 16 - MBED_CONF_ISM43362_WIFI__MOSI : spi-mosi pin for the ism43362 connection
MACRUM 0:119624335925 17 - MBED_CONF_ISM43362_WIFI_SPI_SCLK : spi-clock pin for the ism43362 connection
MACRUM 0:119624335925 18 - MBED_CONF_ISM43362_WIFI_SPI_NSS : spi-nss pin for the ism43362 connection
MACRUM 0:119624335925 19 - MBED_CONF_ISM43362_WIFI_RESET : Reset pin for the ism43362 wifi module
MACRUM 0:119624335925 20 - MBED_CONF_ISM43362_WIFI_DATAREADY : Data Ready pin for the ism43362 wifi module
MACRUM 0:119624335925 21 - MBED_CONF_ISM43362_WIFI_WAKEUP : Wakeup pin for the ism43362 wifi module
MACRUM 0:119624335925 22
MACRUM 0:119624335925 23
MACRUM 0:119624335925 24 ## Firmware version
MACRUM 0:119624335925 25 This driver supports ISM43362-M3G-L44-SPI,C3.5.2.3.BETA9 and C3.5.2.2 firmware version
MACRUM 0:119624335925 26
MACRUM 0:119624335925 27 ## wifi module FW update
MACRUM 0:119624335925 28 For more information about the wifi FW version, refer to the detailed procedure in
MACRUM 0:119624335925 29 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