Skip to content

Releases: stm32duino/WiFi-ISM43362-M3G-L44

STM32duino WiFi ISM43362-M3G-L44 v1.1.2

24 Oct 15:45
Compare
Choose a tag to compare

What's Changed

  • fix: undefined reference to `vtable for WiFiDrvClass' by @fpistm in #17
  • fix(udp): start client connection only once by @fpistm in #18

Full Changelog: 1.1.1...1.1.2

STM32duino WiFi ISM43362-M3G-L44 v1.1.1

26 May 14:55
37bdf94
Compare
Choose a tag to compare

This release includes:

Fix:

  • SpiDrvClass::IO_Init: rework to support higher system frequency

Enhancement:

  • Use bool instead of boolean

STM32duino WiFi ISM43362-M3G-L44 v1.1.0

26 Oct 13:49
0362c5f
Compare
Choose a tag to compare

This release includes:

Fix:

  • Get RSSI from connected AP instead of get the RSSI from the AP list
  • Fix receive data to properly parse AT answer.
  • Fix AP scan limitation

Enhancement:

  • Avoid use of local array
  • Add possibility to change default configuration using build_opt.h:
    • ES_WIFI_DATA_SIZE
    • ES_WIFI_MAX_DETECTED_AP
    • ES_WIFI_TIMEOUT
    • ES_WIFI_PAYLOAD_SIZE
  • Use of AStyle to reformat the code
  • Clean up some code and typo fixes

Support new firmware version: C3.5.2.5.STM

STM32duino WiFi ISM43362-M3G-L44 v1.0.2

07 Mar 17:17
Compare
Choose a tag to compare

This release includes:

  • Fixed ParseSecurity
  • Fixed connection with WPA (TKIP) #5
  • Several corrections and code improvements thanks @biagiom

STM32duino WiFi ISM43362-M3G-L44 v1.0.1

19 Jan 17:07
Compare
Choose a tag to compare
  • Added disconnect() method
  • Avoid use of setMac() by default in the example

First release

24 Nov 14:52
9739ee2
Compare
Choose a tag to compare

11 examples provided to use this library with:

  • B-L475E-IOT01A : STM32L4 Discovery kit IoT node, low-power wireless, BLE, NFC, SubGHz, Wi-Fi