easyterm Posted May 18, 2017 Posted May 18, 2017 Hello! How exactly connect this device: ENC28J60 ethernet over SPI. Not understand about INT(IRQ) pin - is where number mapped this pin to plug in Zero and how configure FEX?
nopnop2002 Posted May 18, 2017 Posted May 18, 2017 1 hour ago, easyterm said: Not understand about INT(IRQ) pin - is where number mapped this pin to plug in Zero and how configure FEX? In case of arduino, INT doesn't use it. http://www.homautomation.org/2014/10/27/how-to-choose-the-right-library-to-add-ethernet-enc28j60-to-your-arduino/
easyterm Posted May 18, 2017 Author Posted May 18, 2017 Yes, but performance is low. In Raspberry it is used for increase performance: https://www.raspberrypi.org/forums/viewtopic.php?t=18397
easyterm Posted May 19, 2017 Author Posted May 19, 2017 And where is place for attach to /dev/spidev1.0 ?
easyterm Posted May 19, 2017 Author Posted May 19, 2017 After compile module on local Zero and copying to the directory and run depmod : sudo modprobe enc28j60 modprobe: ERROR: could not insert 'enc28j60': Exec format error and dmesg | grep enc28j60 | tail -n 1 [ 724.091705] enc28j60: no symbol version for module_layout
Recommended Posts