maxxir / m1284p_wiz5500

Lots of projects using ATMEGA 1284p and Ethernet NIC Wiznet 5500 (based on W5500 EVB examples)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

m1284p_wiz5500

Read this in other languages: English, Русский.

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 and date of creation )

  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. FTPD example (both active-passive modes working) with store content on SD card, checked on FTP clients: Windows 7 cmd, FAR, Total commander, WinSCP.
  12. Combined HTTPD + FTPD for dynamic upload WEB server pages, with all content on SD card (Chang FAT FS lib using) (with AJAX queries)
  13. ZEVERO SD PetitFS Bootloader for both M1284p/M644p
  14. Bootloaded code: Combined Wiznet Loopback TCP/UDP Static IP + FTPD server (for bootloading via FTP client) + SD-bootloader ZEVERO, working on M644p/M1284p
  15. Bootloaded code: Combined HTTPD server (with AJAX) + FTPD server (for bootloading via FTP client and upload WEB server contents) + SD-bootloader ZEVERO, working on M1284p only
  16. IOT Blynk client Example with Blynk smartphone application (checked only Android side) - NO Arduino CODE, used Wiznet Sockets
  17. Bootloaded code: IOT BLYNK client combined with FTPD server (for bootloading via FTP client)+ SD-bootloader ZEVERO, working on M1284p only
  18. TFTP client
  19. MQTT client

Blynk application screenshot:

Blynk application

What TODO:

All done.

Remarks:

>>Hardware and Software parts (no Blynk) discussion your are welcome here..

>>Blynk part discussion your are welcome here..

Author porting to AVR m1284p/m644p

  • Ibragimov Maksim aka maxxir

About

Lots of projects using ATMEGA 1284p and Ethernet NIC Wiznet 5500 (based on W5500 EVB examples)


Languages

Language:C 85.9%Language:C++ 11.4%Language:HTML 1.2%Language:Stata 0.6%Language:Makefile 0.4%Language:JavaScript 0.2%Language:Assembly 0.1%Language:CSS 0.1%Language:Python 0.1%Language:Batchfile 0.0%