Topic: "lan8720"
ldijkman/WT32-ETH01-LAN-8720-RJ45-
WT32-ETH01 LAN 8720 RJ45 wired Wireless-tag
Language: C++ - Size: 12.9 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 89 - Forks: 22

khoih-prog/AsyncHTTPRequest_Generic 📦
Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720), ESP8266 (WiFi or W5x00) and currently STM32 with built-in LAN8742A Ethernet.
Language: C++ - Size: 1.5 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 77 - Forks: 25

khoih-prog/EthernetWebServer_STM32 📦
This is simple yet complete WebServer library for STM32 boards running built-in Ethernet LAN8742A (Nucleo-144, Discovery), ENC28J60 or W5x00 Ethernet shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32. Ethernet_Generic library is used as default for W5x00. Now W5x00 can use any custom hardware / software SPI
Language: C++ - Size: 1.47 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 76 - Forks: 21

khoih-prog/WebSockets2_Generic 📦
A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications. Now support ESP8266, ESP32 (including ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet/QNEthernet, Ethernet W5x00 / ENC28J60 / LAN8742A / LAN8720, ESP8266 / ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home
Language: C++ - Size: 4.22 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 67 - Forks: 23

PeterH0323/STM32_HTTPs_WolfSSL
STM32 HTTPs demo , using lib : WolfSSL, Lwip, FreeRTOS, LAN8720
Language: C - Size: 6.99 MB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 55 - Forks: 16

khoih-prog/AsyncMQTT_Generic 📦
Arduino Arduino Library for ESP8266, ESP32, Portenta_H7, STM32 and RP2040W asynchronous MQTT client implementation. This library, ported to support ESP32, WT32_ETH01 (ESP32 + LAN8720), ESP8266, Portenta_H7 (Ethernet or WiFi) and STM32 (LAN8742A or LAN8720 Ethernet), Teensy 4.1 using QNEthernet, RASPBERRY_PI_PICO_W with CYW43439 WiFi. Currently supporting TLS/SSL for ESP32 only
Language: C - Size: 876 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 40 - Forks: 4

khoih-prog/MySQL_MariaDB_Generic 📦
This MySQL_MariaDB_Generic library helps you connect your boards directly to a MySQL / MariaDB server, either local or cloud-based, so that you can store / retrieve data to / from the server. Supported boards are ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, Portenta_H7, etc. with Teensy 4.1 NativeEthernet/QNEthernet, W5x00 or ENC28J60 Ethernet, WiFiNINA modules/shields or Portenta_H7 WiFi/Ethernet. Ethernet_Generic library is used as default for W5x00
Language: C++ - Size: 1.96 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 39 - Forks: 14

nopnop2002/Arduino-STM32-Ethernet-LAN8720
Ethernet on STM32 using external PHY
Language: C++ - Size: 59.6 KB - Last synced at: 10 months ago - Pushed at: about 1 year ago - Stars: 32 - Forks: 10

libdriver/lan8720
LAN8720 full-featured driver library for general-purpose MCU and Linux.
Language: C - Size: 5.61 MB - Last synced at: 21 days ago - Pushed at: 3 months ago - Stars: 30 - Forks: 9

Zelmoghazy/esp32-ethernet-lan8720
Everything you need to know on how to connect the LAN8720 PHY to the ESP32.
Size: 79.1 MB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 20 - Forks: 6

d-el/PS3604L_Panel
Language: C - Size: 6.35 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 14 - Forks: 6

m3y54m/esp32-ethernet-to-wifi-ap
Create WiFi Access Point from Ethernet using ESP32 and LAN8720
Language: C - Size: 49.8 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 3

khoih-prog/EthernetWebServer_SSL_STM32 📦
EthernetWebServer_STM32 is a library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet LAN8720, W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client. The library supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields. Ethernet_Generic library is used as default for W5x00. Now W5x00 can use any custom hardware / software SPI
Language: C - Size: 2.33 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 9

khoih-prog/AsyncHTTPSRequest_Generic 📦
Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720). Supporting in the future for RP2040W, ESP8266, Portenta_H7, STM32 with built-in LAN8742A Ethernet, etc. Now you can send HTTP / HTTPS requests to multiple addresses and receive responses from them
Language: C++ - Size: 326 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 3

khoih-prog/AsyncWebServer_WT32_ETH01 📦
This is Asynchronous HTTP and WebSocket Server Library for WT32_ETH01 (ESP32 + LAN8720). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChunkedResponse() to send large html in chunks
Language: C++ - Size: 771 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 3

khoih-prog/HTTPS_Server_Generic 📦
This is HTTPS/HTTP Server Library for ESP32, WT32_ETH01, ESP32 + LwIP W5500, ESP32 + LwIP W6100, ESP32 + LwIP ENC28J60. In the future, this library will support powerful-enough boards using LwIP WiFi/Ethernet, such as ESP8266, Portenta_H7, RP2040W, Teensy 4.1, etc.
Language: C++ - Size: 1.95 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 1

martinius96/termostat-ethernet
Termostat postavený na platforme Arduino s Ethernet shieldom Wiznet W5100 / modulom Wiznet W5500. VyužÃva teplotný senzor DS18B20 na OneWire zbernici. Arduino riadi výstup - relé na základe rozdielu cieľovej a nameranej teploty so zohľadnenÃm hysterézy. Thermostat built on the Arduino platform with Ethernet shield Wiznet W5100 / module Wiznet W5500. It uses the DS18B20 temperature sensor on the OneWire bus. The Arduino controls the output-relay based on the difference between the target and measured temperature, taking into account the hysteresis.
Language: C++ - Size: 8.44 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 7 - Forks: 2

khoih-prog/AsyncUDP_WT32_ETH01 📦
Fully Asynchronous UDP Library for WT32_ETH01 (ESP32 + LAN8720). The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.
Language: C++ - Size: 92.8 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 4

khoih-prog/AsyncUDP_STM32 📦
Asynchronous UDP Library for STM32 using built-in LAN8742A Ethernet
Language: C - Size: 721 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 0

khoih-prog/Ethernet_Manager_STM32 📦
Library for configuring/auto(re)connecting W5100/W5200/W5500, ENC28J60 and built-in LAN8742A / LAN8720 Ethernet at runtime using Config Portal. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid. Ethernet_Generic library is used as default for W5x00
Language: C++ - Size: 943 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 2

khoih-prog/AsyncHTTPSRequest_ESP32_Ethernet 📦
Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32/S2/S3/C3, WT32_ETH01 (ESP32 + LAN8720), ESP32 using LwIP ENC28J60, W5500, W6100 or LAN8720
Language: C++ - Size: 1.44 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

khoih-prog/AsyncHTTPRequest_ESP32_Ethernet 📦
Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP library for ESP32/S2/S3/C3, WT32_ETH01 (ESP32 + LAN8720), ESP32 using LwIP ENC28J60, W5500 or W6100
Language: C - Size: 1.47 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

dl1lmh/ESP32-ethernet-duino-coin
Duino-Coin Miner on ESP32 with LAN
Language: C++ - Size: 36.1 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Dmivaka/STM32H7-ETH-LWIP
CubeMX example of Ethernet LWIP project for STM32H723 family. Please refer to Releases for template project.
Language: C - Size: 505 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

avsa242/lan8720-spin
P2X8C4M64P/Propeller 2 driver object for the LAN8720 Ethernet PHY
Size: 32.2 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

khoih-prog/AsyncWT32_ETH01_Manager 📦
ESP32 + LwIP LAN8720, including WT32-S1, ESP32-S2, ESP32-S3 and ESP32-C3, Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal
Language: C - Size: 693 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

khoih-prog/AsyncDNSServer_WT32_ETH01 📦
Fully Asynchronous DNS Server Library for WT32_ETH01 or ESP32-based boards using LwIP LAN8720 Ethernet. This library is one of the current or future and more advanced Async libraries, such as AsyncWebServer_WT32_ETH01, AsyncHTTPRequest_WT32_ETH01, AsyncHTTPSRequest_WT32_ETH01
Language: C - Size: 65.4 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0
