# 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 * [Kicad open hardware](../master/KiCad_M644_breakout_v1.2d/) #### 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](../master/03_m1284p_WIZNET_loopback_STATIC_IP/) 2. [Wiznet Loopback TCP/UDP DHCP IP](../master/04_m1284p_WIZNET_loopback_DHCP/) 3. [DNS example](../master/05_m1284p_WIZNET_DNS_client/) 4. [SNTP + DNS example](../master/06_m1284p_WIZNET_DNS_SNTP_client/) 5. [Telnet server example](../master/07_m1284p_WIZNET_telnets_basic/) 6. [ICMP aka ping example](../master/08_m1284p_WIZNET_ICMP_aka_ping/) 7. [Simple Web Server (one page with HTTP POST/GET queries)](../master/09_m1284p_WIZNET_simple_webserver/) 8. [HTTPD Web Server with all contents in AVR FLASH (with AJAX queries)](../master/11_m1284p_WIZNET_HTTPServer_FLASH_pages/) 9. [HTTPD Web Server with all content on SD card (Chang FAT FS lib using) (with AJAX queries)](../master/12_m1284p_WIZNET_HTTPServer_SDCARD_pages/) 10. [FTPC example (only active mode sorry) with store content on SD card (console dialog from serial terminal like putty..)](../master/14_m1284p_WIZNET_FTPC_FATFS/) 11. [?](../master//) 12. [?](../master//) 13. [?](../master//) 14. [?](../master//) 15. [?](../master//) 16. [?](../master//) ### TODO: Add all other links here ## What TODO: ## Remarks: ## Author porting to AVR m1284p/m644p * **Ibragimov Maksim** aka **maxxir**