HTTP_SDCard_File_Server_WIZwiki-W7500 avec gestion des extensions MIME
Dependencies: SDFileSystem WIZnetInterface mbed STATIC_COLORS
Fork of HTTP_SDCard_File_Server_WIZwiki-W7500 by
WIZnet WIZwiki-W7500
http://www.wiznet.co.kr/product-item/w7500/
Windows serial configuration https://developer.mbed.org/handbook/Windows-serial-configuration https://developer.mbed.org/media/downloads/drivers/mbedWinSerial_16466.exe
How to write the firmware into WIZwiki-W7500 https://developer.mbed.org/teams/WIZnet/wiki/How-to-write-the-firmware-into-WIZwiki-W
Data Output using Serial Port https://blog.wiznettechnology.com/2015/08/14/wiznet-wizwiki-w7500-tutorial-exercise-2-data-output-using-serial-port/ http://wizwiki.net/wiki/doku.php?id=products:w7500:peripherals:uart
SDFileSystem Instanciation
SDFileSystem sd(PB_3, PB_2, PB_1, PB_0, "sd"); WIZwiki-W7500
Ethernet Initialization
eth.init () uses the eth.init (MAC) If you use DHCP instead, and when using a Static IP uses eth.init ((uint8_t *) MAC, IP, MASK, GATEWAY). This section uses a static IP.
- define MAC "\x
\x\x\x\x\x" Should be Replacedwith your MAC - define IP "192.168.77.100" Should belong with your lan.
- define MASK "255.255.255.0"
- define GATEWAY "192.168.77.1"
eth.init((uint8_t*)MAC); Use DHCP for WIZnetInterface eth.init((uint8_t*)MAC,IP,MASK,GATEWAY); IP,mask,Gateway
Also watch its pages, the initial contributor to the project For Import the example https://developer.mbed.org/teams/WIZnet/code/HTTP_SDCard_File_Server_WIZwiki-W7500/
Wiki on ARMmbed https://developer.mbed.org/teams/WIZnet/code/HTTP_SDCard_File_Server_WIZwiki-W7500/wiki/HTTP_SDCard_File_Server_WIZwiki-W7500
WIZwiki_W7500 LED RGB :
LED1 = LED_RED = LEDR = PC_8
LED2 = LED_GREEN = LEDG = PC_9
LED3 = LED_BLUE = LEDB = PC_5
LED4 = LED_BLUE
History
mise en place de la lib. STATIC_COLORS
2016-05-15, by Fo170 [Sun, 15 May 2016 14:11:45 +0000] rev 12
mise en place de la lib. STATIC_COLORS
ajout des affichages LED RVB
2016-05-08, by Fo170 [Sun, 08 May 2016 17:04:06 +0000] rev 11
ajout des affichages LED RVB
HTTP SD Card File Server WIZwiki-W7500 avec prise en charge des extensions MIME
2016-05-08, by Fo170 [Sun, 08 May 2016 00:51:53 +0000] rev 10
HTTP SD Card File Server WIZwiki-W7500 avec prise en charge des extensions MIME
Test
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