Using Camera module, FTP Client on WIZwiki-W7500, send the image data to FTP Server.

Dependencies:   CameraC328 SDFileSystem WIZnetInterface mbed-src

Fork of Camera_FTP_WIZwiki-W7500 by Ricky Kwon

Prerequisite

This example send the image data acquired from the camera to an FTP Server.

To implement this function, you need a Platform board, network Interface board, camera module.

Available camera modules are C328, LJ-DSC02. Because the cameras listed above all have similar internal protocols.

This example uses LJ-DSC02.

  • WIZwiki-W7500 from WIZnet (Platform board and Ethernet I/F board)
  • LJ-DSC02 (Camera module)
  • FTP Server(AL FTP)
  • Micro SD Card

Hardware Configuration

/media/uploads/Ricky_Kwon/camera.png

  • connect Ethernet Cable & USB Cable
  • connect Camera module

Software

Init FTP Server information

static char ID[]={"abc"};                   //Set FTPServer Login ID
static char PASSWORD[]={"123"};             //Set FTPServer Login Password
const char ftpServer_control_ip_addr[] = "192.168.1.2";

Caution

Must fix FTP server ip, id, pass

History

update all library default tip

2017-04-12, by Ricky_Kwon [Wed, 12 Apr 2017 02:06:13 +0000] rev 5

update all library


update all library

2017-04-07, by Ricky_Kwon [Fri, 07 Apr 2017 03:50:03 +0000] rev 4

update all library


optimization

2015-07-29, by Ricky_Kwon [Wed, 29 Jul 2015 01:39:43 +0000] rev 3

optimization


optimization

2015-07-22, by Ricky_Kwon [Wed, 22 Jul 2015 01:14:39 +0000] rev 2

optimization


optimization

2015-07-21, by Ricky_Kwon [Tue, 21 Jul 2015 23:52:52 +0000] rev 1

optimization


FTP+CAMERA

2015-07-21, by Ricky_Kwon [Tue, 21 Jul 2015 17:33:35 +0000] rev 0

FTP+CAMERA