HTTP SD Card File Server

Dependencies:   SDFileSystem WIZnetInterface mbed

Fork of HTTP_SD_Server_K64F by FRDM-K64F Code Share

HTTP_SDCard_File_Server_WIZwiki W7500

HTTP SDCard File Server

This program is forked from https://developer.mbed.org/teams/FRDM-K64F-Code-Share/code/HTTP_SD_Server_K64F/rev/ca17ce165ebc made by Greg Steiert.

This program is for example of WIZwiki-W7500 shows the file list of SD card through Web-Browser.

For porting WIZwiki-W7500, I have change this program as the following

  • LED1 : blink every 1s
  • LED2 : Trun on while client is connected

SPI Pin map for SD card interface

  • SDFileSystem sd(PB_3, PB_2, PB_1, PB_0, "sd"); WIZwiki-W7500

Remove mbed-rtos lib

Replace EthernetInterface with WIZnetInterface lib

Demos

Initialization

/media/uploads/MidnightCow/wizwiki_w7500_init.png

Connect to WIZwiki-W7500 through Web-Browser

  • Terminal

/media/uploads/MidnightCow/wizwiki_w7500_root.png

  • Web-Browser

/media/uploads/MidnightCow/root_list.png

Click [img] directory

/media/uploads/MidnightCow/img_list.png

Click [WIZnet_log_IoT.png] file

/media/uploads/MidnightCow/wiznet_log_iot.png


All wikipages