Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Releases: Seeed-Studio/Seeed_Arduino_atWiFiClientSecure

v1.0.0

24 Aug 09:24

Choose a tag to compare

Update issue templates

v1.1

31 Jul 05:51
e2ab2a1

Choose a tag to compare

v1.1 Pre-release
Pre-release

Solved

  • HRDY output
  • Optimizing SYNC return timing
  • AT+RESTORE occures RTL reset
  • adding COUNTRY build option
  • debug UART make RTL slower
  • SPI halt occures. Solved by using INT, stop using DMA
  • HTTP 2K testing returns 2186bytes or1686bytes ( can't get always same result )
  • HTTP 4K testing causes data lost
  • MQTTS causes freezing
  • sometimes RTL doesn't return CONNECTED or SPI communication error on SSL/TLS transaction
  • 80bytes memory leak on HTTPS ( solved 56bytes )
  • HTTP example causes WiFiClient"No more processes" error. 10x available() may occure this. - fixed on 2.4GHz

Still problem

  • 80bytes memory leak on HTTPS ( still leaking 24 bytes )
  • 5GHz is very unstable ( disabled )
  • HTTP example causes WiFiClient"No more processes" error. 10x available() may occure this. - not solved on 5GHz
  • HTTP client.readString() takes 1 sec, because Stream timeout is 1 sec.
  • UART stops when CS is HIGH
  • AT command was divided ( performance issue )