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.
README.md
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:
Tested system photo:
Software part. What done ( In order of increasing complexity )
- Wiznet Loopback TCP/UDP Static IP
- Wiznet Loopback TCP/UDP DHCP IP
- DNS example
- SNTP + DNS example
- Telnet server example
- ICMP aka ping example
- Simple Web Server (one page with HTTP POST/GET queries)
- HTTPD Web Server with all contents in AVR FLASH (with AJAX queries)
- HTTPD Web Server with all content on SD card (Chang FAT FS lib using) (with AJAX queries)
- ?
- ?
- ?
- ?
- ?
- ?
- ?
TODO: Add all other links here
What TODO:
Remarks:
Author porting to AVR m1284p/m644p
- Ibragimov Maksim aka maxxir