Sign In | Join Free | My xpshou.com
China Oky Newstar Technology Co., Ltd logo
Oky Newstar Technology Co., Ltd
Starter Kits,Controller Board, Sensor Modules Factory DIY Educational programmable Robot Projects manufacturer
Active Member

12 Years

Home > Sensor Module for Arduino >

ENC28J60 10Mbs LAN Module Ethernet Network module for Arduino For MCU AVR PIC ARM

Oky Newstar Technology Co., Ltd
Contact Now

ENC28J60 10Mbs LAN Module Ethernet Network module for Arduino For MCU AVR PIC ARM

Place of Origin : Guangdong China (Mainland)

Brand Name : Oky Newstar

Model Number : oky3486

MOQ : 1 Piece/Pieces

Packaging Details : 4cm x 2cm x 1cm (1.57in x 0.79in x 0.39in)

Delivery Time : 3-5 workdays after payment

Payment Terms : L/C,D/A,D/P,T/T,Western Union,MoneyGram

Supply Ability : 1000 Piece/Pieces per Day

Contact Now

ENC28J60 10Mbs LAN Module Ethernet Network module for Arduino For MCU AVR PIC ARM

Specifications:

ENC28J60 10Mbs LAN Module Ethernet Network Module Ethernet Module for MCU AVR PIC ARM Arduino

The ENC28J60 Ethernet Network Module contains all the necessary hardware to implement an Ethernet interface including the isolation transformer and LINK/STATUS and power LEDs. This Ethernet module offers you an inexpensive way to connect your Arduino to the Internet. This Ethernet module costs less than the W5100 modules because the TCP stack processing is performed by the Arduino. This provides you with a low cost module that will allow you to experiment with LAN connections. You will receive pin out connections to an Arduino and a script for getting a DHCP address from your LAN.

ENC28J60 3.3V 25MHz Crystal Ethernet Network Board Module - Blue
Brand new ENC28J60 25MHz Crystal Ethernet Network Board Module
Ethernet chip ENC28J60, SSOP28 package
Supports full-duplex and half-duplex mode
SPI interface, SPI clock up to 20MHz
IEEE 802.3 compliant Ethernet controller: Integrated MAC and 10 BASE-T PHY
Built-in isolation transformer, HR911102A RJ45 connector
Compatible interface of SmartM51 & AVR development board
On-board 25MHz Crystal
Single power supply: + 3.3V
On-board HR911105A Ethernet DC converter

Arduino Script with DHCP

#include <EtherCard.h>
static byte mymac[] = {0xDD,0xDD,0xDD,0x00,0x00,0x01};
byte Ethernet::buffer[700];

void setup () {

Serial.begin(9600);
Serial.println("DHCP Demo");

if (!ether.begin(sizeof Ethernet::buffer, mymac, 10))
Serial.println( "Failed to access Ethernet controller");
else
Serial.println("Ethernet controller initialized");

if (!ether.dhcpSetup())
Serial.println("Failed to get configuration from DHCP");
else
Serial.println("DHCP configuration done");

ether.printIp("IP Address:t", ether.myip);
ether.printIp("Netmask:t", ether.mymask);
ether.printIp("Gateway:t", ether.gwip);
}

void loop() {

ether.packetLoop(ether.packetReceive());
}

ENC28J60 3.3V 25MHz Crystal Ethernet Network Board Module

Competitive Advantage:

1. Convenient & Friendly Customer Service
2. Low Prices Direct From Factory Suppliers
3. Fast Delivery Around the World.
4. High Quality With Global Standards.
5. 1 Year Factory Warranty
6. Safe Shipping Way and Payment


Product Tags:

shields for arduino

      

arduino temperature sensor

      
China ENC28J60 10Mbs LAN Module Ethernet Network module for Arduino For MCU AVR PIC ARM wholesale

ENC28J60 10Mbs LAN Module Ethernet Network module for Arduino For MCU AVR PIC ARM Images

Inquiry Cart 0
Send your message to this supplier
 
*From:
*To: Oky Newstar Technology Co., Ltd
*Subject:
*Message:
Characters Remaining: (0/3000)