{"id":29013986,"url":"https://github.com/armmbed/wifi-ism43362","last_synced_at":"2026-02-18T10:03:07.084Z","repository":{"id":29341754,"uuid":"121251946","full_name":"ARMmbed/wifi-ism43362","owner":"ARMmbed","description":"ISM43362 WiFi driver","archived":false,"fork":false,"pushed_at":"2022-03-21T08:42:25.000Z","size":194,"stargazers_count":15,"open_issues_count":0,"forks_count":21,"subscribers_count":16,"default_branch":"master","last_synced_at":"2023-08-03T07:54:46.111Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ARMmbed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-12T13:48:04.000Z","updated_at":"2022-01-05T07:20:58.000Z","dependencies_parsed_at":"2022-08-07T14:16:12.670Z","dependency_job_id":null,"html_url":"https://github.com/ARMmbed/wifi-ism43362","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"purl":"pkg:github/ARMmbed/wifi-ism43362","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARMmbed%2Fwifi-ism43362","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARMmbed%2Fwifi-ism43362/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARMmbed%2Fwifi-ism43362/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARMmbed%2Fwifi-ism43362/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ARMmbed","download_url":"https://codeload.github.com/ARMmbed/wifi-ism43362/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARMmbed%2Fwifi-ism43362/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261945404,"owners_count":23234243,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-25T20:12:33.908Z","updated_at":"2026-02-18T10:03:07.071Z","avatar_url":"https://github.com/ARMmbed.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ISM43362 WiFi driver for mbed-os\n\nThe mbed OS driver for the ISM43362 WiFi module\n\nhttps://www.inventeksys.com/ism4336-m3g-l44-e-embedded-serial-to-wifi-module/\n\n\n## Currently supported platforms\n\nISM43362 module is soldered on the following platforms from STMicroelectronics\n\n * [DISCO_L475VG_IOT01A](https://os.mbed.com/platforms/ST-Discovery-L475E-IOT01A/)\n * [DISCO_F413ZH](https://os.mbed.com/platforms/ST-Discovery-F413H/)\n * [B_L4S5I_IOT01A](https://os.mbed.com/platforms/B-L4S5I-IOT01A/)\n\n## Configuration\n\nCorrect pins have already been configured for both supported platforms.\n\nHere is configured pins:\n\n- MBED_CONF_ISM43362_WIFI_MISO      : spi-miso pin for the ism43362 connection\n- MBED_CONF_ISM43362_WIFI_MOSI     : spi-mosi pin for the ism43362 connection\n- MBED_CONF_ISM43362_WIFI_SPI_SCLK  : spi-clock pin for the ism43362 connection\n- MBED_CONF_ISM43362_WIFI_SPI_NSS   : spi-nss pin for the ism43362 connection\n- MBED_CONF_ISM43362_WIFI_RESET     : Reset pin for the ism43362 wifi module\n- MBED_CONF_ISM43362_WIFI_DATAREADY : Data Ready pin for the ism43362 wifi module\n- MBED_CONF_ISM43362_WIFI_WAKEUP    : Wakeup pin for the ism43362 wifi module\n\n## Debug\n\nSome debug print on console can help to debug if necessary.\n\n- in ISM43362Interface.cpp file, set ism_interface_debug to 1\n- in ISM43362/ISM43362.cpp file, set ism_debug to 1\n- in ISM43362/ATParser/ATParser.cpp file, there are 3 different level : dbg_on / AT_DATA_PRINT / AT_COMMAND_PRINT\n\nAnother way to enable these prints is overwrite MBED_CONF_ISM43362_WIFI_DEBUG in your json file:\n            \"ism43362.wifi-debug\": true\n\t\t\t\n## Options\n\nCountry code can be specified by using the \"ism43362.wifi-country-code\" parameter of mbed_app.json.\n\nThe default country code = US (USA)\n\nLink between code and country is here :\nhttps://www.juniper.net/documentation/en_US/release-independent/junos/topics/reference/specifications/access-point-ax411-country-channel-support.html\n\nUseful to use all the Radio Channels available in a country.\n\n\n## Firmware version \u0026 firmware update\n\nThe recommended firmware version is ISM43362-M3G-L44-SPI-C3.5.2.5.STM\n\nThe utility to upgrade firmware on B-L475-IOT01A and B_L4S5I_IOT01A boards can be found here: https://www.st.com/resource/en/utilities/inventek_fw_updater.zip\n\nIt contains instructions and URL where to get firmware from (https://www.inventeksys.com/iwin/firmware/)\n\nNote that only Wifi module from DISCO_F413ZH cannot be updated (HW limitation).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmmbed%2Fwifi-ism43362","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farmmbed%2Fwifi-ism43362","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmmbed%2Fwifi-ism43362/lists"}