HTTP SD Card File Server
Dependencies: SDFileSystem WIZnetInterface mbed
Fork of HTTP_SD_Server_K64F by
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
Software
SPI Initialization
main.cpp
SDFileSystem sd(PB_3, PB_2, PB_1, PB_0, "sd");
Refer to ....
- Wiki : /teams/WIZnet/code/HTTP_SDCard_File_Server_WIZwiki-W7500/wiki/HTTP_SDCard_File_Server_WIZwiki-W7500
- Korean Version : http://midnightcow.tistory.com/category/위즈네트/WIZwiki-W7500
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
9:d0615c97295e | 2015-07-30 | MidnightCow | Test |
8:4b43259a1e33 | 2015-06-26 | MidnightCow | Web Browsing a file list in SD card of WIZwiki-W7500. |
7:04744a9ce2b9 | 2015-04-12 | gsteiert | Updated libraries. Seems to be more stable. |
6:ca17ce165ebc | 2014-08-07 | gsteiert | Committing forked copy of HTTP SD Server fro the FRDM-K64F board |
5:27b09a0f3fb6 | 2014-08-06 | gsteiert | committing working copy for LPC1768 |
4:6e648db29edf | 2014-05-10 | gsteiert | Replaced old copy of ethernet library with official ethernet library. |
3:4f71a37a1ed2 | 2014-04-19 | gsteiert | Initial Release of HTTP SD Card File Server |
2:5c9ce3b50de6 | 2013-12-06 | gsteiert | Publishing project |
1:64f023138627 | 2013-12-06 | gsteiert | Committing for publishing |
0:28bc7ce77e20 | 2013-09-07 | gsteiert | Basic I2C functionality |