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 ....

Committer:
MidnightCow
Date:
Thu Jul 30 02:21:13 2015 +0000
Revision:
9:d0615c97295e
Parent:
8:4b43259a1e33
Test

Who changed what in which revision?

UserRevisionLine numberNew contents of line
MidnightCow 8:4b43259a1e33 1 http://developer.mbed.org/teams/WIZnet/code/WIZnetInterface/#c830d2e7e0f5