Pleo inside

17. October 2008

Two Danish engineers disassembling Pleo: Link

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Embedded systems, General

Embedded web server on ATmega128 with ENC28j60

29. September 2008

I bought a Ethernet interface and a micro controller form http://www.futurlec.com/ for a cheap price. (With a very slow delivery).

IMG_1322

The base code used to create this web server are provided by tuxgraphics.org:

HTTP/TCP with an atmega88 microcontroller (AVR web server)

The code has been changed to support atmage16 and atmega128 by extracting the SPI initialization and the hard coded pin numbers from the source. This is needed because the registers and pins are different from the atmega88 family.

IMG_1306

 

Here are the source that supports atmega16 and 128.

eth_rem_dev_tcp-2.11_atmega16_final28092008.rar (179.07 kb)

User's manual ET-MINI ENC28J60.pdf (299.37 kb)

 

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Embedded systems