Wiznet makers

gemma

Published October 24, 2022 ©

60 UCC

7 WCC

20 VAR

0 Contests

0 Followers

0 Following

Original Link

Control an IP camera with Arduino

How to control a motorized IP camera with Arduino to take pictures from different locations and post them online as if they came from differ

COMPONENTS Hardware components

Arduino - Arduino Mega 2560

x 1


Arduino - Arduino Ethernet Shield

x 1

Software Apps and online services

Arduino - Arduino IDE

x 1


PROJECT DESCRIPTION

Solution: use Arduino + Ethernet Shield

TWO WORDS ABOUT ARDUINO:
Arduino (official sitre https://www.arduino.cc) is a programmable microcontroller, an all-Italian Open Source project. In a nutshell it is an electronic board equipped with a microprocessor, a memory to contain programs, various digital and analog inputs and outputs, a C / C ++ programming interface and a myriad of interfaceable components. Arduino is a low-cost platform and is currently used both by students for experimental projects, by hobbyists who are passionate about electronics, and for more professional uses.

There are several versions of Arduino. In my project I used Arduino Mega 2560 R3: Arduino Mega 2560 R3:

Aarduino Mega 2560-r3

Arduino is cspable to connect to the network, and therefore also to the internet through an additional board called Ethernet Shield:

Arduino Ethernet Shield - Arduino Modulo Ethernet

The two boards are used by superimposing the Ethernet Shield module on the Arduino board so that the connecting combs on the Ethernet board fit into the connector holes on the Arduino board.

We will use the integrated Micro SD memory reader of the Ethernet Shield module to store the captured images before sending them to the FTP server.

Documents
Comments Write