Hello everybody!
I want to connect this ethernet board: Serial Ethernet Board - ENC28J60 Development Tool (Schematic: Downloading Files from Our Website Is Faster Than Ever - MikroE ) on Arduino. Can I do that, and how?
Tnx!
Hello everybody!
I want to connect this ethernet board: Serial Ethernet Board - ENC28J60 Development Tool (Schematic: Downloading Files from Our Website Is Faster Than Ever - MikroE ) on Arduino. Can I do that, and how?
Tnx!
Looks nice.
A quick look shows MOSI and MISO ==> you have to connect it to the SPI bus, pin 11,12,13 of the Arduino,
CS can be connected to any other pin that is free.
RST is a reset
WOL is probably Wake on Lan, (very interesting imho)
INT is interrupt (received data)
You might start reading - SPI - Arduino Reference -
Machineria:
Hello everybody!I want to connect this ethernet board: http://www.mikroe.com/eng/products/view/196/serial-ethernet-proto-board/ (Schematic: http://www.mikroe.com/eng/downloads/get/1255/sereth_proto_manual_v100.pdf ) on Arduino. Can I do that, and how?
Tnx!
Hello, please see this topic: http://arduino.cc/forum/index.php?topic=68569
You'll need to use other library instead of Arduino's standard Ethernet library. I'm creating one, see these links:
Please let me know if it works with your module from mikroe.com.
@robtillaart: Tnx. man so much! soon i will connect it and test it!
@alvarojusten: Tnx. man, when I finish the test i will send you result on P.M
At...
.. you will find information about using a similar shield... also 28j60 based. I THINK, SUSPECT, that the wiring will be tha same (details at page cited above).... and strongly suspect that the software for the Nuelectronics device will work for yours. If either point proves true, please let me know, so I can update the page, to tell others using the...
... board that the advice at art5serve is for them, too?