You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

2.0 KiB

m1284p_wiz5500

Lots of projects using ATMEGA 1284p(644p partially) and Ethernet NIC Wiznet 5500.

Based on W5500 EVB examples, but heavily modified.

Building in Eclipse Kepler with AVR-Eclipse plugin and avr-gcc 4.9.2 toolchain.

Hardware part of the projects

This is my own m644p/m1284p custom board looks like:

m1284p Board 3D Top

Tested system photo:

m1284p System photo

Software part. What done ( In order of increasing complexity )

  1. Wiznet Loopback TCP/UDP Static IP
  2. Wiznet Loopback TCP/UDP DHCP IP
  3. DNS example
  4. SNTP + DNS example
  5. Telnet server example
  6. ICMP aka ping example
  7. Simple Web Server (one page with HTTP POST/GET queries)
  8. HTTPD Web Server with all contents in AVR FLASH (with AJAX queries)
  9. HTTPD Web Server with all content on SD card (Chang FAT FS lib using) (with AJAX queries)
  10. FTPC example (only active mode sorry) with store content on SD card (console dialog from serial terminal like putty..)
  11. ?
  12. ?
  13. ?
  14. ?
  15. ?
  16. ?

What TODO:

Remarks:

Author porting to AVR m1284p/m644p

  • Ibragimov Maksim aka maxxir