This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
Initial Release v1.0.0
New Releases v1.0.0
- Add support to STM32 boards with built-in Ethernet, ENC28J60 or W5x00 Ethernet shields
- This is the new library, adding to the current Blynk_WiFiManager. It's designed to help you eliminate
hardcoding
your Blynk credentials inSTM32
boards using with Ethernet (Built-in, W5100, W5200, W5500, ENC28J60, etc). It's currently not supporting SSL and can not saved config dada to non-volatile memory (EEPROM, battery-saved SRAM, SPIFFS, etc.), will fix in next releases. - You can update Blynk Credentials any time you need to change via Configure Portal. Data to be saved in configurable locations in EEPROM.
This library currently supports
- STM32 boards with built-in Ethernet such as :
- Nucleo-144 (F429ZI, F767ZI)
- Discovery (STM32F746G-DISCOVERY)
- All STM32 Boards with Built-in Ethernet, See How To Use Built-in Ethernet
- STM32 boards (with 64+K Flash) running ENC28J60 shields
- STM32 boards (with 64+K Flash) running W5x00 shields