ENC28J60 is a SPI-interfaced 10Mbit Ethernet controller with MAC and PHY. It's popular with hobbyists and there are many breakout boards and software libraries for it.
1
vote
1answer
45 views
Difference between SMPEND and SMPMID
I'm interfacing an SPI chip with a PIC18 device, programmed with a C program compiled with the XC8 compiler, using libraries from plib.h. In the docs, I read:
...
1
vote
2answers
64 views
How to setup a development network for the ENC28J60 on XP?
I'm working on an ethernet connection with the ENC28J60. During development, I'd like to connect the chip to my computer directly (i.e. not via a gateway). This ...
2
votes
0answers
57 views
DHCP with ENC28J60 on PowerLine Adaptors
I have a board based on an Atmega328 and an ENC28J60 which uses uIP.
When the board is connected to the network via a switch it can acquire an address via DHCP faultlessly. The DISCOVER, OFFER, ...
11
votes
3answers
419 views
Why is Ethernet So Power Hungry?
I was just perusing the Microchip ENC28J60 Ethernet Controller datasheet and saw that the operating current can be as high as 180mA while transmitting and 120 mA typical while active but not ...
1
vote
1answer
234 views
Enc28j60 - no communication over ethernet
the problem is: no communication over the ethernet - no packet is received or send from my board. Both diodes indicate that theres should be connection (one constantly lit other blinks on packet) and ...
0
votes
1answer
285 views
PIC, SPI problem with SD card and other devices
I'm using a PIC24H as a master connected with a microSD card, ENC28J60 and a MCP28S08 port expander. I'm using the FatFs library for a microSD card and the Microchip TCP/IP stack for ENC28J60.
All ...
3
votes
3answers
315 views
Ethernet shield (ENC28J60) design troubles
I made a through-hole shield based on the ENC28J60, but I haven't had luck getting the device to do anything at all.
At this point I'm afraid I'm in over my head. I've spent some time reading the ...
1
vote
3answers
2k views
Sending audio over ethernet
I am trying to send audio from a microphone such as this over Ethernet to a computer. My first idea was to connect the mic to an arduino's ADC and send the data using an ethernet module such as the ...
4
votes
3answers
282 views
Did I Kill My Chip?
I've got an ENC28J60 Ethernet Controller in a circuit I'm building. I was testing it out but when I got to the point of talking to it over SPI with my micro-controller I got utter silence back from ...
3
votes
1answer
423 views
ENC28J60 not getting link
I use the ENC28J60 MAC+PHY ethernet controller (datasheet) in a fairly standard setup as shown in the schematics below.
I can talk to the ENC via SPI, but I cannot get a link-up when I plug in an ...
1
vote
2answers
2k views
When connecting to Ethernet through ENC28J60, why use ATmega88 instead of ATmega8?
I know the general differences between ATmegaX8 family (ATmega88, ATmega168, and ATmega328) and the ATmegaX family (ATmega8, ATmega16, and ATmega32).
But I'm confused, as when I intended to work on a ...
2
votes
2answers
652 views
connecting avr microcontroller to the internet
I'd like to connect my AVR microcontroller to the Internet.
I tried the enc28j60 ethernet controller, but I faced some problems with it. Besides I've read a lot about it and found it easy to be used ...
1
vote
1answer
2k views
using avr atmega32 as web server using ENC28J60 chip
looking for help on making a website on ATMega32 using the ENC28J60 chip
iam searching for more than a week .. i found many already-made projects on this, but nothing worked with me .. iam very ...
3
votes
2answers
514 views
Hot ENC28J60 @ 132 mW
I have a problem with a relatively simple board which consists of an ENC28J60 Ethernet controller and an ATmega168.
The circuit around the ENC28J60 is straight out of the datasheet and I have the ...
4
votes
5answers
996 views
Where can I source extra long headers from
I have recently purchased a sparkfun protoboard that I wish to stack above an ethernet shield. (I have 2 different ethernet shields, an Arduino one and a seeed studio enc28j60 shield.)
The problem I ...