{"id":23744834,"url":"https://github.com/stm32duino/wifi-ism43362-m3g-l44","last_synced_at":"2025-09-04T19:31:50.808Z","repository":{"id":86445794,"uuid":"103626396","full_name":"stm32duino/WiFi-ISM43362-M3G-L44","owner":"stm32duino","description":"Arduino library to support the Wi-Fi module Inventek ISM43362-M3G-L44 (802.11 b/g/n)","archived":false,"fork":false,"pushed_at":"2024-10-24T15:45:54.000Z","size":155,"stargazers_count":5,"open_issues_count":0,"forks_count":16,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-10-25T21:30:48.578Z","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/stm32duino.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-15T07:14:27.000Z","updated_at":"2024-10-24T15:45:04.000Z","dependencies_parsed_at":"2024-10-24T19:53:57.463Z","dependency_job_id":"6c5f121c-9471-4a5d-947f-5d0361f0abdb","html_url":"https://github.com/stm32duino/WiFi-ISM43362-M3G-L44","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FWiFi-ISM43362-M3G-L44","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FWiFi-ISM43362-M3G-L44/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FWiFi-ISM43362-M3G-L44/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FWiFi-ISM43362-M3G-L44/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stm32duino","download_url":"https://codeload.github.com/stm32duino/WiFi-ISM43362-M3G-L44/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231987769,"owners_count":18456475,"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":"2024-12-31T12:49:54.649Z","updated_at":"2024-12-31T12:49:55.591Z","avatar_url":"https://github.com/stm32duino.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WiFi-ISM43362-M3G-L44\nArduino library to support the Wi-Fi module Inventek ISM43362-M3G-L44 (802.11 b/g/n)\n\n## API\n\nThe API is based on the Arduino WiFi API. Refer you to the documentations at\nhttps://www.arduino.cc/en/Reference/WiFi\n\nList of the adaptations:\n\n### WiFiST\n* Class constructor changed, 3 new constructors depend on the communication driver:\n`WiFiClass(SPIClass \\*SPIx, uint8_t cs, uint8_t spiIRQ, uint8_t reset, uint8_t wakeup);`\n`WiFiClass(HardwareSerial \\*UARTx, uint8_t reset, uint8_t wakeup);`\n`WiFiClass(uint8_t tx, uint8_t rx, uint8_t reset, uint8_t wakeup);`\n* `status()`: less verbose; only `WL_CONNECTED`, `WL_NO_SHIELD`, `WL_IDLE_STATUS`, `WL_NO_SSID_AVAIL`, `WL_SCAN_COMPLETED`, `WL_CONNECT_FAILED` implemented.\n* `setMac()`: function added to set MAC address of the Wifi module.\n\n### WiFiClientST :\n* `available()`: not supported. Always returns 1.\n* `peek()`: not supported. Always returns 0.\n* `flush()`: empty function. Do nothing (already empty in Arduino Wifi API).\n\n### WiFiUdpST:\n* `endPacket()`:The data are sent when you call `write()`. By default, do nothing and always return 1. If `true` is passed as argument the client connection started by `beginPacket()` is closed.\n* `available()`: not supported. Always returns 0.\n* `parsePAcket()`: not supported. Always returns 0.\n* `peek()`: not supported. Always returns 0.\n* `flush()`: Do nothing (already empty in Arduino Wifi API).\n\n### WiFiServerST:\n* `status()`: Do nothing (always returns 1).\n\n## Version\n\n\u003e [!IMPORTANT]\n\u003e The WiFi library is based on FW \"Inventek eS-WiFi ISM43362-M3G-L44-SPI C3.5.2.5.STM\".\n\n\u003e [!CAUTION]\n\u003e  * WiFiServerST is not stable due to issue of the current WiFi firmware version: C3.5.2.5.STM\n\u003e  * WEP-128 is not functional. Issue probably due to the current WiFi firmware version: C3.5.2.5.STM\n\u003e  * UDP server is not functional with the current WiFi firmware version: C3.5.2.5.STM while it was with FW version C3.5.2.3.BETA9 (#12)\n\nTo update the Inventek ISM-43362 Wi-Fi module firmware, please read the readme file for instructions\ninclude in this archive:\nhttps://www.st.com/resource/en/utilities/inventek_fw_updater.zip\n\n## Supported Secure Wi-Fi authentication by the Wi-Fi module Inventek ISM43362-M3G-L44:\n* WEP-128\n* WPA-PSK (TKIP)\n* WPA2-PSK\n\n## Examples\n\nThe examples are close of the Arduino WiFi library but with some adaptations to work\nwith the ISM43362-M3G-L44 WiFi module.\n\n## Documentation\n\nYou can find the source files at  \nhttps://github.com/stm32duino/WiFi-ISM43362-M3G-L44\n\nThe ISM43362-M3G-L44 datasheet is available at  \nhttps://www.inventeksys.com/ism4336-m3g-l44-e-embedded-serial-to-wifi-module/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstm32duino%2Fwifi-ism43362-m3g-l44","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstm32duino%2Fwifi-ism43362-m3g-l44","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstm32duino%2Fwifi-ism43362-m3g-l44/lists"}