Skip to content

dioannidis/fp_ethernet_enc28j60

Folders and files

NameName
Last commit message
Last commit date

Latest commit

870f8e7 · Apr 21, 2020

History

37 Commits
Apr 21, 2020
Jun 1, 2019
Mar 9, 2020
Mar 9, 2020
Jul 26, 2019

Repository files navigation

Free Pascal Ethernet ENC28J60

Free Pascal ENC28J60 driver.

Currently the driver configure the ENC28J60 Ethernet Controller and receives only the Broadcast ARP messages.

Because an Arduino UNO is used for development, the SPI and UART communication are specific for the ATMEGA328P MCU.

The demo project shows how anyone can use the chip in polling mode or using the interrupt pin of the ENC28J60 via a pin change interrupt on the ATMEGA328P ( enabled or disabled with FP_ENC28J60_USEINTERRUPT define in the project ).

You'll need a recent FPC trunk ( after 26 July 2019 ) as a bunch of issues regarding AVR are fixed.

About

Free Pascal ENC28J60 AVR low level driver.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages