Skip to main content
Free Delivery  ·  COD Available  ·  15-Day Returns
Elecvora
ENC28J60 Ethernet Module(10 Pin Package: SSOP) — image 1
Hover to zoom

1 / 2 · Click to enlarge

ENC28J60 Ethernet Module(10 Pin Package: SSOP)

5.02 ratings
531+ bought in past month
AI Summary
USB Interface Module for everyday users

The ENC28J60 Ethernet Module(10 Pin Package: SSOP) is a value-for-money usb interface module designed for everyday users. It features Model No. / Name: Ethernet Module and Output Frequency: 25 MHz.

₹787
Free Shipping💵 COD Available

Available Offers

Free Delivery on this order. No minimum order value.

15-Day Easy Returns — hassle-free return & full refund.

Secure Payment — 100% safe checkout with UPI, Cards & Net Banking.

Total: ₹787
Buying tip: A smart budget buy — solid performance without breaking the bank.
Estimated delivery: 24 Aug7 Sept
Free Shipping
Pan India delivery
15-Day Returns
Hassle-free policy
Secure Payment
Razorpay protected
Quality Assured
Vetted products only

Available Offers

💳

5% Cashback

Pay with UPI & get 5% cashback (up to ₹50) via Razorpay

🏦

No-Cost EMI

Available on select bank cards at checkout. 0% interest for 3 months.

📦

Free Shipping

Free delivery on all orders. No minimum order value.

💵

Cash on Delivery

COD available on orders up to ₹5,000 across India.

Quick Specs

Model No. / Name: Ethernet Module
Output Frequency: 25 MHz
Ethernet Port: HanRun HR911105A
Length (mm): 57
Width (mm): 34
Weight (g): 14

Ideal For

Electronics projectsArduino / Raspberry Pi buildsPrototyping
Share:
SKU: robu-16296Category: USB Interface Module

About This Product

The ENC28J60 Ethernet Module(10 Pin Package: SSOP) is a value-for-money usb interface module designed for everyday users. It delivers reliable performance at an accessible price.

Key Specifications

  • Model No. / Name: Ethernet Module
  • Output Frequency: 25 MHz — smooth, flicker-free operation
  • Ethernet Port: HanRun HR911105A — compatible with modern devices
  • Length (mm): 57
  • Width (mm): 34
  • Weight (g): 14
  • Case/Package: SSOP 12
  • Shipping Weight: 0.018 kg

Why Buy from Elecvora?

Elecvora sources this product directly, cutting out multiple middlemen. Every order includes free shipping, a 15-day return policy, and secure payment via Razorpay.

The ENC28J60 Ethernet Module(10 Pin Package: SSOP) is a board which contains an Ethernet port and converts Ethernet input into SPI. The board is based on Microchip’s ENC28J60 integrated circuit and it can be used to provide internet connectivity to microcontroller systems like Arduino boards over Ethernet.

Since the board is small in size and it supports SPI, it is applicable to a variety of projects.

Utilizes the new SSOP 10 package Microchip ENC28J60 Stand-Alone Ethernet Controller IC featuring a host of features to handle most of network protocol requirements. The board connects directly to most microcontrollers with a standard SPI interface with a transfer speed of up to 25MHz.

The ENC28J60 Ethernet Module(10 Pin Package: SSOP) is an industry standard Serial Peripheral Interface (SPI). It is designed to serve as an Ethernet network interface for any controller equipped with SPI.

This ENC28J60 Ethernet Module(10 Pin Package: SSOP) includes all you need to change your Arduino into an ethernet device for your network. These days many makers prefer WiFi type network communication. Ethernet still has lots of application and still stays a fast and secure way to connect to network devices.


The ENC28J60 consists of seven major functional blocks:
  1. An SPI interface that serves as a communication channel between the host controller and the ENC28J60.
  2. Equips control registers for controlling and monitoring the ENC28J60.
  3. A dual port RAM buffer for received and transmitted data packets.
  4. An arbiter to control the access to the RAM buffer when requests are made from DMA, transmit and receive blocks.
  5. The bus interface that interprets data and commands received via the SPI interface.
  6. The MAC (Medium Access Control) module that implements the IEEE 802.3 compliant MAC logic.
  7. The PHY (Physical Layer) module that encodes and decodes the analog data that is present on the twisted-pair interface.

Connection Diagram:

Features :

  1. Fully Compatible with 10/100/1000Base-T Networks
  2. Integrated MAC and 10Base-T PHY
  3. Supports One 10Base-T Port with Automatic Polarity Detection and Correction
  4. Supports Full and Half-Duplex modes
  5. Automatic Programmable Retransmit on Collision
  6. Programmable Padding and CRC Generation
  7.  Automatic Rejection of Erroneous Packets
  8. SPI Interface with Clock Speeds Up to 20 MHz
  9. Chipboard ENC28J60/SS.
  10. The board 25MHZ crystal.
  11. The network interface board HR911105A.
  12. 5 V power supply pin.
  13. Stable performance.
  14. For Arduino, SPI, AVR, PIC, LPC, STM32.

Package Includes :

1 x Ethernet Module ENC28J60

Setup Guide

1
Identify the pins
Locate VCC (power), GND (ground), and data pins (SDA/SCL for I2C, MOSI/MISO for SPI, or TX/RX for UART). Refer to the pinout diagram on the product page.
2
Wire to your microcontroller
Connect VCC to 3.3V or 5V (check the module spec), GND to GND, and data pins to the appropriate GPIO pins on your Arduino or Raspberry Pi.
3
Install libraries
In Arduino IDE, go to Sketch → Include Library → Manage Libraries and search for the sensor library. Install the recommended version.
4
Upload example sketch
Open File → Examples → [library name] → Basic Example. Upload to your board and open Serial Monitor to view output.
5
Calibrate if needed
Some sensors (temperature, humidity, distance) may need a short warm-up period or calibration. Run the calibration sketch if provided.