In this example, the image data acquired from the camera is stored on the Micro SD card and displayed through a web browser.
Dependencies: Ethernet_Camera_LS_Y201_SDcard SDFileSystem WIZnetInterface mbed
Fork of HTTP_SDcard_file_server_WIZwiki-W7500 by
Prerequisite
In this example, the image data acquired from the camera is stored on the Micro SD card and displayed through a web browser.
To implement this function, you need a Platform board, network Interface board, camera module.
This example uses LS-Y201 Camera module.
- WIZwiki-W7500 from WIZnet (Platform board and Ethernet I/F board)
- LS-Y201 (Camera module)
- Micro SD Card
Hardware Configuration
- connect Ethernet Cable & USB Cable
- connect Camera module
Software
Init network information
#define IP "192.168.0.100" #define MASK "255.255.255.0" #define GATEWAY "192.168.0.1" #define PORT 80
Caution
Must fix network information
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
4:d645de922ae6 | 2017-04-12 | Ricky_Kwon | update all library |
3:e28c4dd19cc0 | 2015-06-29 | WizLeo | camera library revised |
2:f2d70f552a3e | 2015-06-29 | WizLeo | SD card file server with ethernet camera |
1:7d3ed406dd3d | 2015-06-23 | justinkim | HTTP_SDcard_file_server example for WIZwiki-W7500 |
0:fbb29d9ea96b | 2013-04-07 | azsymaivan | HTTP Server, using SD card and EthernetInterface. This code work, but sometimes mbed frizing. Always frizing occurs when mbed sent information to HTTP client. Exactly when call function tcpip_apimsg(struct api_msg *apimsg) in file "tcpip.c". |