bportaluri / WiFiEsp

Arduino WiFi library for ESP8266 modules
GNU General Public License v3.0
550 stars 210 forks source link

New WiFiEspAT library for AT 1.7 (SDK 3) #184

Open JAndrassy opened 5 years ago

JAndrassy commented 5 years ago

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)

bportaluri commented 5 years ago

You are welcome. I no longer have time to maintain my library and yours looks good.

JAndrassy commented 6 months ago

@bportaluri Hi. could you pin this 'issue'?