The library is fast and reliable. It can communicate with AT firmware at high baud rates without flow control, limited only by reliability of UART at chosen speed. But it doesn't support SSL (https) secure networking for now.
The library uses the new passive receive mode implemented in AT firmware 1.7.0 (SDK 3). The new passive receive mode of the AT firmware is not supported for secure connection (SSL) yet.
For all Arduino MCU architectures (tested ATmega, SAMD, Nano Every and Nano 33 BLE)
https://github.com/jandrassy/WiFiEspAT
The library is fast and reliable. It can communicate with AT firmware at high baud rates without flow control, limited only by reliability of UART at chosen speed. But it doesn't support SSL (https) secure networking for now.
The library uses the new passive receive mode implemented in AT firmware 1.7.0 (SDK 3). The new passive receive mode of the AT firmware is not supported for secure connection (SSL) yet.
For all Arduino MCU architectures (tested ATmega, SAMD, Nano Every and Nano 33 BLE)