The Pack Content provides implementations of CMSIS-WiFi drivers for the following devices:
Driver | Description |
---|---|
DA16200 | WiFi Driver for the Renesas DA16200. |
ESP32 | WiFi Driver for the Espressif ESP32. |
ESP8266 | WiFi Driver for the Espressif ESP8266. |
ISM43362 | WiFi Driver for the Inventek ISM43362. |
WizFi360 | WiFi Driver for the WizNet WizFi360. |
The documentation for the Renesas DA16200 can be found here: https://www.renesas.com/eu/en/products/interface-connectivity/wireless-communications/wi-fi/da16200-ultra-low-power-wi-fi-soc-battery-powered-iot-devices
DA16200 FreeRTOS SDK Firmware Image v3.2.3.0 (or newer) is required. Firmware image and programming instructions "DA16200 DA16600 FreeRTOS Getting Started Guide" are also available on the above web site.
The documentation for the Espressif ESP32 can be found here: https://www.espressif.com/en/products/hardware/esp-wroom-32/overview
The documentation for the Espressif ESP8266 can be found here: https://www.espressif.com/en/products/hardware/esp8266ex/overview/
The documentation for the Inventek ISM43362 can be found here: https://www.inventeksys.com/ism4336-m3g-l44-e-embedded-serial-to-wifi-module/
The ISMART43362-E Shield has two options to communicate with the underlying target hardware: UART and SPI. By default, the module is flashed with the firmware for UART communication. To enable SPI communication, follow these steps to flash the module:
Prepare the hardware
Prepare the software
After the firmware is updated, the console will show the message "Resetting...":
You can now disconnect the module from the PC as it contains the new SPI firmware.
If you want to flash a different firmware later, please visit Inventek's Firmware page for the latest binary files.
The documentation for the WIZnet WizFi360 can be found here: https://docs.wiznet.io/Product/Wi-Fi-Module/WizFi360
The latest firmware images are available on GitHub: https://github.com/wizfi/Release. Instructions on how to flash the firmware onto the device can be found on the WIZnet Documents page: https://docs.wiznet.io/Product/Wi-Fi-Module/WizFi360/documents#firmware-update-guide.