You are on page 1of 6

Wildlife Image Clicker and auto uploading image to website(dropbox/gmail).

Autonomous Photo Clicker and website up loader system - This photo clicker uses a board to
autonomously click pictures of wildlife when it detects any heat or motion at a specific
distance and upload to dropbox via raspberry pi.
https://sci-hub.tw/https://ieeexplore.ieee.org/abstract/document/8389111/

Raspberry Pi Document Scanner With Automatic Upload to Dropbox -


https://www.instructables.com/id/Raspberry-Pi-Based-Document-Scanner-With-Automatic/

Sending and Receiving Pictures From a Raspberry Pi via MQTT– Expected Outcome - A
picture is taken from the Pi camera. The image is converted to Base64, chunked, and
published, then received and reconstructed for display.
https://developer.ibm.com/recipes/tutorials/sending-and-receiving-pictures-from-a-raspberry-
pi-via-mqtt/

Abstract:-
Wildlife photography is always risk of deadly injuries when the photographer want to take
photo
Hardware Development
Components Required:-

 Raspberry Pi
 Raspberry Pi Camera Module.
 Memory Card with Raspbian Jessie.
 WiFi
 Document or Receipt to be Scanned
 Monitor or TV screen(with HDMI or VGA input).
 USB keyboard and mouse.

Software Packages to be installed:-

 Raspbian Jessie
 OpenCV 3 installed on the Raspberry Pi
 WinSCP for remotely transferring files to the Raspberry Pi

Flow Chart of the System:-

Start
SD Card Loaded with OS RAspian
Write a command to acces GPIO
Give Direction to the Pin
Raspberri Pi
Pi Camera
Save Photo in SD Card & Upload on Website

Block diagram:
Wi-Fi

Pi Camera

PIR
sensor
Cloud Server
Light
Raspberry Pi
Sensor

Ultrasonic Gmail Dropbox


sensor
Power
Supply

Fig1 Block diagram of the system

Figure 1 shows the block diagram of the system which comprise of


Raspberry Pi , Pi camera , PIR Sensor , Ultrasonic Sensor , power supply , cloud server , gmail
or dropbox .
By raspberry pi we read the data that sense by the sensor , open the Pi camera capture the photo
and upload that photo to cloud server so that it go to Gmail or Dropbox .

Component used in block diagram:


1-The Raspberry Pi is a series of small single-board computers developed by the Raspberry Pi
Foundation in the United Kingdom  to promote teaching of basic computer science in schools .
Processor speed ranges from 700 MHz to 1.4 GHz for the Pi 3 Model B+ or 1.5 GHz for the Pi 4;
on-board memory ranges from 256 MB to 1 GB with up to 4 GB available on the Pi 4 random-
access memory (RAM). Secure Digital (SD) cards in MicroSDHC form factor (SDHC on early
models) are used to store the operating system and program memory.
2-Pi camera
The Raspberry Pi camera module can be used to take high-definition video, as well as stills
photographs.
 the module has a five megapixel fixed-focus camera that supports 1080p30, 720p60 and VGA90
video modes, as well as stills capture. It attaches via a 15cm ribbon cable to the CSI port on the
Raspberry Pi.
3-PIR Sensor
A passive infrared sensor (PIR sensor) is an electronic sensor that measures infrared (IR) light
radiating from objects in its field of view. They are most often used in PIR-based motion
detectors. PIR sensors are commonly used in security alarms and automatic lighting applications.
PIR sensors detect general movement, but do not give information on who or what moved.
4-Ultrasonic Sensor
Ultrasonic transducers or ultrasonic sensors are a type of acoustic sensor divided into three broad
categories: transmitters, receivers and transceivers. Transmitters convert electrical
signals into ultrasound, receivers convert ultrasound into electrical signals, and transceivers can
both transmit and receive ultrasound.
Ultrasonic sensors work by emitting sound waves at a frequency too high for humans to hear.
They then wait for the sound to be reflected back, calculating distance based on the time
required. This is similar to how radar measures the time it takes a radio wave to return after
hitting an object.
5-light-dependent resistor Sensor (LDR)
A photoresistor (or light-dependent resistor, LDR, or photo-conductive cell) is a light-controlled
variable resistor. The resistance of a photoresistor decreases with increasing incident light
intensity; in other words, it exhibits photoconductivity. A photoresistor can be applied in light-
sensitive detector circuits, and light-activated and dark-activated switching circuits.
6- Cloud Server
A cloud server is a logical server that is built, hosted and delivered through a cloud computing
platform over the Internet.
7-Gmail or Dropbox
 

Circuit diagram:
Fig 2 Circuit diagram of the system

Figure 2 shows the circuit diagram of the system where the Sensor is connect to the raspberry Pi
and how the connection is been made at which GPIO (General pin input output ) the sensor is
connected.

Software Development :

You might also like