Use your forum account to login.

LOGIN

TOP Contributors

  1. MikroElektronika Team (42 codes)
  2. Alcides Ramos (30 codes)
  3. Dany (24 codes)
  4. NART SCHINACKOW (22 codes)
  5. Rajendra Bhatt (6 codes)
  6. Roman Black (6 codes)
  7. Alberto Trasimeni (6 codes)
  8. Andrew Hazelden (6 codes)
  9. Russell Kelly (5 codes)
  10. Peter Erasmus (5 codes)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Example

ETH click - Example

Rating:

Author: MikroElektronika Team

Last Updated: 2012-04-24

Category: Ethernet

Downloaded: 736 times

Not followed.

Example shows how to use the ENC28J60:
the board will reply to ARP & ICMP echo requests
the board will reply to UDP requests on any port :
returns the request in upper char with a header made of remote host IP & port number

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "ETH click - Example" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "ETH click - Example" changes.

Do you want to report abuse regarding "ETH click - Example".

  • Information
  • Comments (0)

Example Blog

ETH click board

ETH click board

Front and back view of ETH click board designed in mikroBUS form factor. mikroBUS is specially designed pinout standard with SPI, I2C, Analog, UART, Interrupt, PWM, Reset and Power supply pins.

View full image

ENC28J60 is a 28-pin, 10BASE-T stand alone Ethernet Controller with an on-board MAC & PHY, 8K Bytes of Buffer RAM and SPI serial interface. Chip supports programmable automatic retransmit on collision and automatic rejection of erroneous packets.

PIC examples are written for:
- EasyPIC v7 - PIC18F45K22
- EasyPIC PRO v7 - PIC18F87K22

ETH click board schematics

ETH click board schematics

Board is designed to use 3.3V power supply only.

View full image

ALSO FROM THIS AUTHOR

Network Ethernet Library

Ethernet library designed to simplify handling of the underlying hardware (ENC24J600/ENC28J60 and internal ethernet module on PIC18 and PIC32). Library supports: TCP Stack (Server/Client), UDP, IPv4 protocol, ARP requests, ICMP echo requests, ARP client with cache, DNS client, DHCP client.

[Learn More]

CAN SPI 5V click - Example

This is code that shows simple connection of two CAN SPI modules with MCP2551.
Messages are sent by pressing PortB buttons and received message can be seen on PortD LEDs.

[Learn More]

SHT1x click - Example

This code demonstrates how to use SHT1x click board in mikroBUS form factor. SHT11 sensor uses I2C communication and measures temperature and relative humidity.

[Learn More]