HTTP SD Card File Server

Dependencies:   SDFileSystem WIZnetInterface mbed

Fork of HTTP_SD_Server_K64F by FRDM-K64F Code Share

Prerequisite

This Program is the example how to show SD card file list with web-browser for WIZwiki-W7500.

To implement this function, you need a Platform board, network Interface board and SD card. Below are what we used.

  • WIZwiki-W7500 from WIZnet (Platform board and Ethernet I/F board)
  • SD card

Hardware Configuration

WIZwiki-W7500 Pin map

pin map

Software

SPI Initialization

main.cpp

SDFileSystem sd(PB_3, PB_2, PB_1, PB_0, "sd");

Refer to ....

History

Test default tip

2015-07-30, by MidnightCow [Thu, 30 Jul 2015 02:21:13 +0000] rev 9

Test


Web Browsing a file list in SD card of WIZwiki-W7500.

2015-06-26, by MidnightCow [Fri, 26 Jun 2015 01:17:43 +0000] rev 8

Web Browsing a file list in SD card of WIZwiki-W7500.
; 1st Released


Updated libraries. Seems to be more stable.

2015-04-12, by gsteiert [Sun, 12 Apr 2015 03:04:28 +0000] rev 7

Updated libraries. Seems to be more stable.


Committing forked copy of HTTP SD Server fro the FRDM-K64F board

2014-08-07, by gsteiert [Thu, 07 Aug 2014 03:32:26 +0000] rev 6

Committing forked copy of HTTP SD Server fro the FRDM-K64F board


committing working copy for LPC1768

2014-08-06, by gsteiert [Wed, 06 Aug 2014 03:35:59 +0000] rev 5

committing working copy for LPC1768


Replaced old copy of ethernet library with official ethernet library.

2014-05-10, by gsteiert [Sat, 10 May 2014 02:25:42 +0000] rev 4

Replaced old copy of ethernet library with official ethernet library.


Initial Release of HTTP SD Card File Server

2014-04-19, by gsteiert [Sat, 19 Apr 2014 05:26:40 +0000] rev 3

Initial Release of HTTP SD Card File Server


Publishing project

2013-12-06, by gsteiert [Fri, 06 Dec 2013 03:59:01 +0000] rev 2

Publishing project


Committing for publishing

2013-12-06, by gsteiert [Fri, 06 Dec 2013 03:57:29 +0000] rev 1

Committing for publishing


Basic I2C functionality

2013-09-07, by gsteiert [Sat, 07 Sep 2013 04:43:57 +0000] rev 0

Basic I2C functionality