enc28j60
There are 102 repositories under enc28j60 topic.
martin-ger/esp_wifi_repeater
A full functional WiFi Repeater (correctly: a WiFi NAT Router)
njh/EtherCard
EtherCard is an IPv4 driver for the ENC28J60 chip, compatible with Arduino IDE
spacehuhn/ArduinoARPspoof
Kicks out everyone in your LAN via with an enc28j60 ethernet controller and Arduino.
khoih-prog/EthernetWebServer
This is simple yet complete WebServer library for AVR, AVR Dx, Portenta_H7, Teensy, SAM DUE, SAMD21/SAMD51, nRF52, STM32, RP2040-based, etc. boards running Ethernet shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32. Coexisting now with `ESP32 WebServer` and `ESP8266 ESP8266WebServer` libraries. Ethernet_Generic library is used as default for W5x00 with custom SPI
Networking-for-Arduino/EthernetENC
Ethernet library for ENC28J60. This is a modern version of the UIPEthernet library. EthernetENC library is compatible with all Arduino architectures with Arduino SPI library with transactions support. Only include EthernetENC.h instead of Ethernet.h
skaarj1989/mWebSockets
WebSockets for microcontrollers
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.
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
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
martin-ger/esp-open-lwip
ESP8266 lwIP library with NAT, SLIP, ENC28j60 Ethernet, and routing support
njh/EtherSia
Minimal IPv6 library for Ethernet controllers on Arduino
stm32-community/stm32-enc28j60
An ENC28J60 (cheap ethernet module) library for STM32 projects
nopnop2002/esp8266_ethernet
Example of using SPI Ethernet module with esp8266
lkankowski/arduino-multi-relay2
Arduino Relay controling sketch with multiple button types (mono-/bi-stable, reed switch), multiple actions (click, double-click, long-click) and MySensors protocol (Serial and MQTT)
tobozo/ESP32-ENC28J60
ENC28J60 Ethernet driver for ESP32-Arduino 2.0.x / 3.0.x, lwip compliant
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.
przemobe/micropy-ENC28J60
ENC28J60 Ethernet chip driver for MicroPython (RP2)
Xaver2k/ArduinoENC_Artnet-WS2811
Artnet to WS2811 for Arduino Nano with ENC28J60
adimalla/Minimal-TCP-IP-Stack
Minimal TCP/IP stack for non OS based micrcontroller enviornment.
khoih-prog/Ethernet_Manager
Simple Ethernet Manager for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266 LittleFS, SPIFFS, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.
essigt/ArtNetNode4
Xmega32 and enc28j60 based DYI ArtNet Node
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
dotexgroup/dotex-Board
Dotex :. stm32f103c8t6 Board
khoih-prog/FTPClient_Generic
FTP Client for Generic boards such as AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.). FTP Client can use WiFi (ESP_WiFi, Portenta_H7 WiFi, WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT), Ethernet W6100, W5100S, W5200,,..
kittennbfive/avr-i2s
Adding an I2S-Mic to an Atmega328P
khoih-prog/AsyncWebServer_Ethernet
Asynchronous HTTP and WebSocket Server Library for many boards besides ESP8266, using W5x00 or ENC28J60 Ethernet. Currently supporting only ESP8266. This is Asynchronous HTTP and WebSocket Server Library for ESP8266 using W5x00 or ENC28J60 Ethernet with lwIP_5100, lwIP_5500 or lwIP_enc28j60 library. Now supporting using CString to save heap to send very large data
Triplkrypl/avr-net-enc28j60
Ethernet library for AVR microcontroller and Ethernet chip enc28j60
cbdevnet/megadmx
Microcontroller ArtNet and DMX experiments (ATmega8/ATtiny13, ENC28J60)
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
dilshan/ntp-clock
Ethernet base NTP clock panel driver
khoih-prog/WebServer_ESP32_ENC
Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for ESP32 boards using ENC28J60 with LwIP Ethernet library. paragraph=The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS
rauschenbach/udp_echo_server
enc28j60+stm32+lwip+FreeRTOS
soramimi/pico-ntpclock
Networking with Raspberry Pi Pico and ENC28J60
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
ModLogNet/ESP_ENC_CDP
This is written for ESP32's and supports CDP, LLDP, and DHCP using an ENC28J60
khoih-prog/AsyncESP32_ENC_Manager
ESP32 + LwIP ENC28J60, including ESP32-S2, ESP32-S3 and ESP32-C3, Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal