Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Library Manager] BlynkEthernet_STM32_Manager library for STM32 boards #9820

Closed
khoih-prog opened this issue Mar 1, 2020 · 1 comment
Closed
Labels
Component: Board/Lib Manager Boards Manager or Library Manager

Comments

@khoih-prog
Copy link

https://github.com/khoih-prog/BlynkEthernet_STM32_WM

New Releases v1.0.0

  1. 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 in STM32 boards using with Ethernet (Built-in, W5100, W5200, W5500, ENC28J60, etc). It's currently not supporting SSL and can not saved config data 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

  1. STM32 boards with built-in Ethernet such as :
  1. STM32 boards (with 64+K Flash) running ENC28J60 shields
  2. STM32 boards (with 64+K Flash) running W5x00 shields
@per1234 per1234 added the Component: Board/Lib Manager Boards Manager or Library Manager label Mar 1, 2020
@cmaglie
Copy link
Member

cmaglie commented Mar 2, 2020

Done.

@cmaglie cmaglie closed this as completed Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Board/Lib Manager Boards Manager or Library Manager
Projects
None yet
Development

No branches or pull requests

3 participants