ENC28J60 Web Server
Brian Carpenter
Posts: 728
Has anyone been able to conquer this beast yet? I am looking to serve up web pages from the device.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
It's Only A Stupid Question If You Have Not Googled It First!!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
It's Only A Stupid Question If You Have Not Googled It First!!
Comments
www.deepdarc.com/ybox2/
www.ladyada.net/make/ybox2/
http://forums.parallax.com/showthread.php?p=741661
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
--Steve
Propalyzer: Propeller PC Logic Analyzer
http://forums.parallax.com/showthread.php?p=788230
I'm pretty sure·he intends to release a new web server demo based on the new tcp stack.·
Is there schematics or drivers written for a specific PHY?
The W5100 is ideal for a web server and it is low power, high speed to boot.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
JMH
I was just at harrisons site http://harrisonpham.com/dp/proptcp and he has a schematic there which includes a ENC28J60, as well as code. The code.google.com/p/proptcp site is working as well.
Many kudos to harrison for his excellent work.
Doug
I'm all for the web server idea. I think a lot of us around here would be overjoyed with a simple serial to net implementation that would be a drop in replacement for FullDuplexSerial and the like.
Wish I had time to play with all this stuff....
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
For me, the past is not over yet.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
JMH
My current tcp/ip stack comes with an object that provides an API that is a drop in replacement for FullDuplexSerial.
The W5100 datasheet states that its max current usage is 183mA @ 10BaseT while the ENC28J60 datasheet says 180mA. I'm pretty sure both devices use about the same power (it depends on the external components used to set the PHY output waveforms). Early silicon revisions of the W5100 also have a bug in the PHY that causes it to overheat and pull excessive amounts of current when the ethernet cable is disconnected. I don't know if Wiznet was able to fix the problem or not.
Other than that, the W5100 really looks like a great chip. I really wish it was around when I started to work with this stuff.