arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.08k stars 7.01k forks source link

[Library Manager] Please add Blynk_Async_GSM_Manager Library #10701

Closed khoih-prog closed 3 years ago

khoih-prog commented 3 years ago

Please add Blynk_Async_GSM_Manager library to Library Manager. Thanks and Regards.


By design, Blynk user can run ESP32/ESP8266 boards with either WiFi or GSM/GPRS by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk GSM/GPRS and WiFi libraries in one sketch, run both WiFi and GSM/GPRS simultaneously, or select one to use at runtime after reboot.

This is also a Blynk and WiFiManager Library, now using ESPAsyncWebServer library instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP8266/ESP32 modules to the available MultiWiFi APs and MultiBlynk servers at runtime. Connection is with or without SSL. Configuration data to be saved in either LittleFS / SPIFFS or EEPROM. Default Credentials as well as Dynamic custom parameters can be added and modified easily without coding knowledge. DoubleResetDetector is used to force Config Portal opening even if the Credentials are still valid.

New recent features:


Releases v1.0.10

  1. Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
  2. Bump up to v1.0.10 to sync with BlynkGSM_Manager library v1.0.10.


Why do we need the new Async Blynk_Async_GSM_Manager library

cmaglie commented 3 years ago

Done.