EmbeddedRelated.com
Forums

Embedded Web Server

Started by Unknown June 27, 2005
chris.davenport@gmail.com wrote:

> I'm looking for an embedded microprocessor that can run a web server. > The purpose of it will be to configure an embedded system via a web > page similar to how you configure most routers.
Are you augmenting an existing design, where you just need to add the web / telnet front-end? If so, the Lantronix XPort and Digi ME are a turnkey platform built into an RJ-45 jack - MCU, RAM, Flash, MAC, PHY, crystal, etc. At about $50 ea, there is no smaller solution. Add one to your board and use either serial or GPIO from the jack to your main MCU. The units can be scripted to front-end a CLI or a basic serial command interface. http://www.lantronix.com/device-networking/embedded-device-servers/xport.html http://www.digi.com/products/embeddedmodules/digiconnectme.jsp However, if you're looking to use this Ethernet MCU as your primary processor, then others are probably better suited. But consider the total cost involved, including development cost - you may find that a smaller, cheaper primary MCU with one of the Digi or Lantronix is cheaper / simpler overall. HTH, Richard
On 27 Jun 2005 09:37:11 -0700, chris.davenport@gmail.com wrote:

>I'm looking for an embedded microprocessor that can run a web server. >The purpose of it will be to configure an embedded system via a web >page similar to how you configure most routers. > >Any tips on processors to look at?
We run a multithreaded web server on a Philips LPC2106 (60 MHz ARM, 128k Flash, 64k RAM on chip) with an external Ethernet chip (RTL8019AS or AX88796). Cheap, fast, small. If you need more web page space, you could use the LPC2138 (60 MHz ARM, 512k Flash, 32k RAM on chip). For more details of the stack, see: http://www.mpeltd.demon.co.uk/powernet.htm Depending on your spec/cost/time tradeoffs, there is no need for Linux and "big" hardware, providing that the software is designed for smaller systems. Stephen -- Stephen Pelc, stephenXXX@INVALID.mpeltd.demon.co.uk MicroProcessor Engineering Ltd - More Real, Less Time 133 Hill Lane, Southampton SO15 5AF, England tel: +44 (0)23 8063 1441, fax: +44 (0)23 8033 9691 web: http://www.mpeltd.demon.co.uk - free VFX Forth downloads
Take a look at

http://www.sics.se/~adam/uip/

and

http://www.stacktools.com/page/cdir.c?dir=ucmodules/ST2011