Skip to content

elechouse/EMAC-DEMO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EMAC Library for TAIJIUINO Due Pro R2

TAIJIUINO Due Pro R2 ethernet

This library is used to test the EMAC function of TAIJIUINO Due Pro R2.

##Note##

This library is develop by Palliser from Arduino forum, and it is not the final version. Forum Discussion.

Palliser's github, Palliser think the code is not perfect enough, so he didn't upload these codes at present.

We upload it here just want to make a demo to our users.

How To

  1. Place emac.h rstc.h ----> ...\arduino-1.5.2-windows\arduino-1.5.2\hardware\arduino\sam\system\libsam\include

    emac.c rstc.c ----> ...\arduino-1.5.2-windows\arduino-1.5.2\hardware\arduino\sam\system\libsam\source respectively

    variant.cpp and variant.h ---> ...\arduino-1.5.2-windows\arduino-1.5.2\hardware\arduino\sam\variants\arduino_due_x, arduino_due_x folder alread have variant.cpp and variant.h, you need replace them, back up first.

    emac.h, rstc.h, emac.c, rstc.c, variant.cpp and variant.h are in CopyToAnotherDir

  2. Copy EMAC folder to $ArduionScketch/libraries

  3. Connect DUE Ethernet Module with TAIJIUINO Due Pro R2, open example Arduino_Due_EMAC_Mod, upload it to TAIJIUINO Due Pro R2.

  4. Set your PC ip address to 192.168.0.3, submask 255.255.255.0, gate way 192.168.0.1. Connect your PC and DUE Ethernet Module through network cable. Restart your TaijiDue, wait for the connection is established. Ping 192.168.0.2, and the result:

    ping result

About

EMAC demo for TAIJIUINO Due Pro R2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages