SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1155
Design and Implementation of Rover for Mars Communication: Review
and Idea
Mr. Anilkumar Patil1, Rohan Jayadev2, Ashita Shah3
1Mr. Anilkumar Patil, Assistant Professor, Dept of ENTC Engineering, DYPIEMR-PUNE, Maharashtra, India
2Rohan Jayadev, Student(BE ENTC), DYPIEMR-PUNE, Maharashtra, India
3Ashita Shah, Student(BE ENTC), DYPIEMR-PUNE, Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract – It shows how the mars rover communicates
back to the earth. It includes a virtual Mars station and a
virtual Earth station. The Mars rover captures an image and
sends it to the virtual Mars station. Now the image is
converted into a suitable signal so that it is transmitted to an
orbiting satellite. This satellite sends the signal to the virtual
earth station. It is converted to the original image on the
virtual earth station. This signal is sent to another orbiting
satellite if in case the communication with the first satellite
fails.
Key Words Used: Virtual Mars station, Virtual Earth
station, Rover, Orbiting satellite
1. INTRODUCTION
In Mars Mission (1971), orbiters/landers failed because of
the contact lost between the Mars and the Earth Station.
Thus the main focus is on how the rover on the mars would
communicate successfully to the earth station without the
failure of the orbiting satellite which would lead to the loss
of information. Hence this paper focuses on how the rover
would successfully transmit information to the earth from
the Mars without information lost. Also it proposes an
alternative for the probability of loss of information.
2. BLOCK DIAGRAM OF COMMUNICATION IN MARS
ROVER
Fig 1-: Block Diagram of communication in Mars Rover
2.1 Problem Statement
 Deciding the distance between the two virtual
servers so that they don’t communicate directly
between them.
 This would be decided by using link margin
calculation
2.2 Basic Working
 Capturing an image:
1. Stepper Motor would rotate the raspberry
pi camera for 10 degrees/second thus
rotating 36 times.
2. The images would arranged in a sequence
to generate a panaromic image.
 This image would be transmitted using
compression techniques like DCT, DWT, etc. to the
transceiver IC CC1120 at the virtual mars station.
 It would then be converted to a suitablesignal using
BPSK Modulation technique
 Through the dipole antenna it would be giventothe
two orbiting satellites through free bands available
of 144-148 VHF and 435-438 VHF.
 If any one of the orbiting satellite fails then the
signal would be transmitted through the other
satellite thus avoiding the loss of information.
 It would then be received through a dipole antenna
at the virtual earth station and would be converted
to the original format using BPSK Demodulation
technique.
Transmission of signal to both the satellites so that even if
one satellite would fail the other would transmit the signal
effectively.
3. PARTS AND DESIGN OF THE ROVER
3.1 Parts of the Rover
Table -1: Parts of the rover
PARTS QUANTITY
DESCRIPTION
STEERING WHEELS 6 For mobility purpose
SOLAR POWER CELLS
1 For power source (12 volts, 7 amperes
battery)
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1156
DC MOTORS
STEPPER MOTORS
2
2
To achieve 2.1 degrees/sec of rotation.
One motor to drive the wheels and one to
turn the wheels. One stepper motor to
rotate the rover, another to rotate the
camera module. DC motor driver IC
L293D would be used.
RASPBERRY PI
MODULE
1
One motor gives 10 degrees rotation
hence rotating for 36 times and
arranging in sequence which would be
done using digital image processing.
PI CAMERA
1
30 frames/second.
DIPOLE ANTENNA
2
One at the virtual mars station and the
other at the virtual earth station.
TRANSCEIVER IC
CC1120
2
For full duplex communication at the
transmitting and the reception side.
Hence this would involve deciding the charging and
discharging timetaken by the solarpowercellstoachievethe
required ratings. Also deciding theformatoftheimagewould
be transmitted and compression techniques which would be
used to transmit the image. Taking care of the time
constraints involved in sequencing of the image captured to
form a panaromic view. For steering purpose, Ackerman
steering principle would be used.
3.2 Mobility System
• Six 25 cm diameter wheels.
• Rover body has 30 cm ground clearance
• Solar panels
• Wheel baseline- 1 m side by side, 1.25 m front to
back.
• Straight line driving speed is 3.75 cm/sec
• Rover can turn in place at roughly 2.1 degrees/sec.
• Rover is statistically stable at a tilt of 45 degrees.
• Driving on more than 30 degrees slope is not
recommended
• Rocks taller than a wheel are considered as mobility
hazards.
Position of the rover is estimated by how much the wheels
have turned. Orientation is measured by inertial
measurement unit that has 3 axis accelerometer and 3 axis
angular rate sensors.
3.3 Design of the Rover
Fig 2:- Top View and Side View of the Rover
4. COMPONENTS USED
4.1 Raspberry Pi Module
• Operating system is of Raspbian.
• BCM2837 (BROADCOM) is the system on chipused.
• CPU is 1.2 GHz (64 or 32) bit quad core ARM Cortex.
• It has an operating frequency 900 MHz.
• Has micro SD slot for storage purpose.
• 4 watts power.
Fig -3: Raspberry Pi 3 B
4.2 Raspberry Pi Camera
Camera module is a 5 megapixel custom designed add-on for
Raspberry pi, featuring a fixed focus lens. It is capable of
2592x1944 pixel static images, and also supports 1080pixel
30 frames per second, 720pixel 60 frames per second.
Camera is supported in Raspberry pi.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1157
Fig -4: Raspberry Pi 5 MP Camera Board Module
4.3 Transceiver IC CC1120
• CC1120 is a high performance single chip
Transceiver
• Configurable Data Rates 0 to 200 kbps
(64 dB bandwidth at 12.5 kHz Offset)
• Good Receiver Sensitivity
Fig -5: Transceiver IC CC1120
4.4 PIC18F4550
PIC18F4550 is an 8-bit microcontroller and is based on 16
bit instruction set architecture. PIC18F4550 consists of 32
KB flash memory, 2 KB Static RAM and 256 Bytes EEPROM.
This is a 40 pin microcontroller having 5 input outputports.
Fig -6: PIC18F4550
4.5 DC Motor
 To achieve precision rotation, DC motors would be
used. 2.1 degrees/second rotation would be
achieved.
 One motor would be used to drive the wheels.
 One motor would be used to turn the wheels.
 One would be mounted on raspberry pi through a
rod to achieve 10 degrees of rotation.
 Hence it would rotate 36 times hence giving a
rotation of 360 degrees.
 Driver IC L293D would be used to drive the motor.
Fig -7: DC Motor- 100 rpm
4.6 Solar Power Cells
 This would be used as a power source.
The time needed for it to charge and discharge
would be calculated to achieve 12 volts, 7 amperes
current.
Fig -8: Solar Power Cell
4.7 Stepper Motor
 One motor is used to rotate the rover
 The other is used to rotate the camera.
 A stepper motor is used so as to achieve precise
rotation.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1158
Fig 9 -: Stepper Motor
4.8 Dipole Antenna
 It would be used at the transmitting and the
receiving stations. Transmission of the signal and
for reception of the signal so that the it would be
converted to the original format again.
Fig -10: Dipole Antenna
5. SOFTWARE USED
5.1 Python Language
 Python is a widely used high-level,general-purpose,
interpreted, dynamic programming language. Its
design philosophy emphasizescodereadability,and
its syntax allows programmers to express concepts
in fewer lines of code than would be possible in
languages such as C++ or Java.
6. APPLICATIONS
• Communication between the rover and the earth
station is achieved.
• The information from mars is obtained and
analyzed on the earth station.
REFERENCES
[1] Jong Hoon Ahnn. The robot control using the wireless
communication and the serial communication. Presented to
the Engineering Division of the Graduate School of Cornell
University.
http://www.cs.cornell.edu/~ja275/nasa/nasa%20final%20
report.pdf
[2] Rajeev K Piyare and Ravinesh Singh. Wireless Control of
an Automated Guided Vehicle.
http://www.iaeng.org/publication/IMECS2011/IMECS2011
_pp828-833.pdf
[3] K.K. Belostotskaya and V.I. Gusevsky. The Antenna
System of Mars Rover. Published in Microwaves, Radar and
Wireless Communications 2000. MIKON- 2000. 13th
International Conference on 22-24 May 2000.
http://ieeexplore.ieee.org/document/913919/
[4] Jeffrey J. Biesiadecki and Mark W. Maimone. The Mars
Exploration Rover Surface Mobility Flight Software: Driving
Ambition. Published in 2006 IEEE Aerospace Conference
Proceedings, March 2006, Big Sky, Montana, USA.
https://www.robotics.jpl.nasa.gov/publications/Mark_Maim
one/biesiadecki_maimone06.pdf
[5] Robert D Braun and RobertMManning.MarsExploration
Entry, Descent and Landing Challenges. Published in
Aerospace Conference, 2006 IEEE.
http://www.ssdl.gatech.edu/papers/conferencePapers/IEE
E-2006-0076.pdf
[6] Songze Li, David T.H. Kao, A. Salman Avestimehr. Rover-
to-Orbiter Communication in Mars: Taking Advantageofthe
Varying Topology. Published in Information Theory (ISIT),
2015 IEEE International Symposium on 14-19 June 2015.
http:// ieeexplore.ieee.org/document/7347383/

Contenu connexe

Tendances

DISH ANTENNA CONTROL USING TV REMOTE
DISH ANTENNA CONTROL USING TV REMOTEDISH ANTENNA CONTROL USING TV REMOTE
DISH ANTENNA CONTROL USING TV REMOTEARJUN K P
 
Autonomous Terrain Mapping Using COTS Hardware
Autonomous Terrain Mapping Using COTS HardwareAutonomous Terrain Mapping Using COTS Hardware
Autonomous Terrain Mapping Using COTS HardwareJames Anderson
 
RT15 Berkeley | Optimized Power Flow Control in Microgrids - Sandia Laboratory
RT15 Berkeley | Optimized Power Flow Control in Microgrids - Sandia LaboratoryRT15 Berkeley | Optimized Power Flow Control in Microgrids - Sandia Laboratory
RT15 Berkeley | Optimized Power Flow Control in Microgrids - Sandia LaboratoryOPAL-RT TECHNOLOGIES
 
Abstract IRNSS Architecture and Applications
Abstract  IRNSS Architecture and ApplicationsAbstract  IRNSS Architecture and Applications
Abstract IRNSS Architecture and Applicationsvishnu murthy
 
Enabling RTK-like positioning offshore using the global VERIPOS GNSS network
Enabling RTK-like positioning offshore using the global VERIPOS GNSS networkEnabling RTK-like positioning offshore using the global VERIPOS GNSS network
Enabling RTK-like positioning offshore using the global VERIPOS GNSS networkHydrographic Society Benelux
 
A new approach for an intelligent swarm robotic system
A new approach for an intelligent swarm robotic systemA new approach for an intelligent swarm robotic system
A new approach for an intelligent swarm robotic systemeSAT Journals
 
Advanced railway security system (arss) based on zigbee communication for tra...
Advanced railway security system (arss) based on zigbee communication for tra...Advanced railway security system (arss) based on zigbee communication for tra...
Advanced railway security system (arss) based on zigbee communication for tra...rashmimabattin28
 

Tendances (8)

DISH ANTENNA CONTROL USING TV REMOTE
DISH ANTENNA CONTROL USING TV REMOTEDISH ANTENNA CONTROL USING TV REMOTE
DISH ANTENNA CONTROL USING TV REMOTE
 
Autonomous Terrain Mapping Using COTS Hardware
Autonomous Terrain Mapping Using COTS HardwareAutonomous Terrain Mapping Using COTS Hardware
Autonomous Terrain Mapping Using COTS Hardware
 
RT15 Berkeley | Optimized Power Flow Control in Microgrids - Sandia Laboratory
RT15 Berkeley | Optimized Power Flow Control in Microgrids - Sandia LaboratoryRT15 Berkeley | Optimized Power Flow Control in Microgrids - Sandia Laboratory
RT15 Berkeley | Optimized Power Flow Control in Microgrids - Sandia Laboratory
 
Abstract IRNSS Architecture and Applications
Abstract  IRNSS Architecture and ApplicationsAbstract  IRNSS Architecture and Applications
Abstract IRNSS Architecture and Applications
 
Drone
DroneDrone
Drone
 
Enabling RTK-like positioning offshore using the global VERIPOS GNSS network
Enabling RTK-like positioning offshore using the global VERIPOS GNSS networkEnabling RTK-like positioning offshore using the global VERIPOS GNSS network
Enabling RTK-like positioning offshore using the global VERIPOS GNSS network
 
A new approach for an intelligent swarm robotic system
A new approach for an intelligent swarm robotic systemA new approach for an intelligent swarm robotic system
A new approach for an intelligent swarm robotic system
 
Advanced railway security system (arss) based on zigbee communication for tra...
Advanced railway security system (arss) based on zigbee communication for tra...Advanced railway security system (arss) based on zigbee communication for tra...
Advanced railway security system (arss) based on zigbee communication for tra...
 

Similaire à Design and Implementation of Rover for Mars Communication: Review and Idea

IRJET- Amphibian Spy Robot for Continuous Monitoring
IRJET- Amphibian Spy Robot for Continuous MonitoringIRJET- Amphibian Spy Robot for Continuous Monitoring
IRJET- Amphibian Spy Robot for Continuous MonitoringIRJET Journal
 
IRJET- Amphibian Spy Robot for Continuous Monitoring
IRJET-  	  Amphibian Spy Robot for Continuous MonitoringIRJET-  	  Amphibian Spy Robot for Continuous Monitoring
IRJET- Amphibian Spy Robot for Continuous MonitoringIRJET Journal
 
IRJET- Note to Coin Converter using Digital Image Correlation Technique i...
IRJET-  	  Note to Coin Converter using Digital Image Correlation Technique i...IRJET-  	  Note to Coin Converter using Digital Image Correlation Technique i...
IRJET- Note to Coin Converter using Digital Image Correlation Technique i...IRJET Journal
 
Design and Implementation of Payload Camera Control System for Unmanned Aeria...
Design and Implementation of Payload Camera Control System for Unmanned Aeria...Design and Implementation of Payload Camera Control System for Unmanned Aeria...
Design and Implementation of Payload Camera Control System for Unmanned Aeria...ijtsrd
 
Automated Wind and Solar Powered Water Drone Monitoring and Controlling System
Automated Wind and Solar Powered Water Drone Monitoring and Controlling SystemAutomated Wind and Solar Powered Water Drone Monitoring and Controlling System
Automated Wind and Solar Powered Water Drone Monitoring and Controlling SystemIRJET Journal
 
Robotic Catching Arm using Microcontroller
Robotic Catching Arm using MicrocontrollerRobotic Catching Arm using Microcontroller
Robotic Catching Arm using MicrocontrollerIRJET Journal
 
Orientation of Radar Antenna
Orientation of Radar AntennaOrientation of Radar Antenna
Orientation of Radar AntennaIOSR Journals
 
IRJET- Explosive Ordinanace Disposal Robot
IRJET- Explosive Ordinanace Disposal RobotIRJET- Explosive Ordinanace Disposal Robot
IRJET- Explosive Ordinanace Disposal RobotIRJET Journal
 
IRJET- Design & Development of Two-Wheeled Self Balancing Robot
IRJET-  	  Design & Development of Two-Wheeled Self Balancing RobotIRJET-  	  Design & Development of Two-Wheeled Self Balancing Robot
IRJET- Design & Development of Two-Wheeled Self Balancing RobotIRJET Journal
 
Remote Monitoring System for Solar Inverters
Remote Monitoring System for Solar InvertersRemote Monitoring System for Solar Inverters
Remote Monitoring System for Solar InvertersIRJET Journal
 
IRJET- FPGA based Controller Design for Mobile Robots
IRJET- FPGA based Controller Design for Mobile RobotsIRJET- FPGA based Controller Design for Mobile Robots
IRJET- FPGA based Controller Design for Mobile RobotsIRJET Journal
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...IOSR Journals
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...IOSR Journals
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...IOSR Journals
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...IOSR Journals
 
intelligent braking system report
intelligent braking system reportintelligent braking system report
intelligent braking system reportSumit Kumar
 
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...IRJET Journal
 

Similaire à Design and Implementation of Rover for Mars Communication: Review and Idea (20)

IRJET- Amphibian Spy Robot for Continuous Monitoring
IRJET- Amphibian Spy Robot for Continuous MonitoringIRJET- Amphibian Spy Robot for Continuous Monitoring
IRJET- Amphibian Spy Robot for Continuous Monitoring
 
IRJET- Amphibian Spy Robot for Continuous Monitoring
IRJET-  	  Amphibian Spy Robot for Continuous MonitoringIRJET-  	  Amphibian Spy Robot for Continuous Monitoring
IRJET- Amphibian Spy Robot for Continuous Monitoring
 
IRJET- Note to Coin Converter using Digital Image Correlation Technique i...
IRJET-  	  Note to Coin Converter using Digital Image Correlation Technique i...IRJET-  	  Note to Coin Converter using Digital Image Correlation Technique i...
IRJET- Note to Coin Converter using Digital Image Correlation Technique i...
 
Design and Implementation of Payload Camera Control System for Unmanned Aeria...
Design and Implementation of Payload Camera Control System for Unmanned Aeria...Design and Implementation of Payload Camera Control System for Unmanned Aeria...
Design and Implementation of Payload Camera Control System for Unmanned Aeria...
 
Automated Wind and Solar Powered Water Drone Monitoring and Controlling System
Automated Wind and Solar Powered Water Drone Monitoring and Controlling SystemAutomated Wind and Solar Powered Water Drone Monitoring and Controlling System
Automated Wind and Solar Powered Water Drone Monitoring and Controlling System
 
Robotic Catching Arm using Microcontroller
Robotic Catching Arm using MicrocontrollerRobotic Catching Arm using Microcontroller
Robotic Catching Arm using Microcontroller
 
Orientation of Radar Antenna
Orientation of Radar AntennaOrientation of Radar Antenna
Orientation of Radar Antenna
 
L010127578
L010127578L010127578
L010127578
 
IRJET- Explosive Ordinanace Disposal Robot
IRJET- Explosive Ordinanace Disposal RobotIRJET- Explosive Ordinanace Disposal Robot
IRJET- Explosive Ordinanace Disposal Robot
 
B044020609
B044020609B044020609
B044020609
 
IRJET- Design & Development of Two-Wheeled Self Balancing Robot
IRJET-  	  Design & Development of Two-Wheeled Self Balancing RobotIRJET-  	  Design & Development of Two-Wheeled Self Balancing Robot
IRJET- Design & Development of Two-Wheeled Self Balancing Robot
 
Remote Monitoring System for Solar Inverters
Remote Monitoring System for Solar InvertersRemote Monitoring System for Solar Inverters
Remote Monitoring System for Solar Inverters
 
IRJET- FPGA based Controller Design for Mobile Robots
IRJET- FPGA based Controller Design for Mobile RobotsIRJET- FPGA based Controller Design for Mobile Robots
IRJET- FPGA based Controller Design for Mobile Robots
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
 
E010132736
E010132736E010132736
E010132736
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
 
intelligent braking system report
intelligent braking system reportintelligent braking system report
intelligent braking system report
 
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
 

Plus de IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

Plus de IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Dernier

Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitterShivangiSharma879191
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 

Dernier (20)

Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 

Design and Implementation of Rover for Mars Communication: Review and Idea

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1155 Design and Implementation of Rover for Mars Communication: Review and Idea Mr. Anilkumar Patil1, Rohan Jayadev2, Ashita Shah3 1Mr. Anilkumar Patil, Assistant Professor, Dept of ENTC Engineering, DYPIEMR-PUNE, Maharashtra, India 2Rohan Jayadev, Student(BE ENTC), DYPIEMR-PUNE, Maharashtra, India 3Ashita Shah, Student(BE ENTC), DYPIEMR-PUNE, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract – It shows how the mars rover communicates back to the earth. It includes a virtual Mars station and a virtual Earth station. The Mars rover captures an image and sends it to the virtual Mars station. Now the image is converted into a suitable signal so that it is transmitted to an orbiting satellite. This satellite sends the signal to the virtual earth station. It is converted to the original image on the virtual earth station. This signal is sent to another orbiting satellite if in case the communication with the first satellite fails. Key Words Used: Virtual Mars station, Virtual Earth station, Rover, Orbiting satellite 1. INTRODUCTION In Mars Mission (1971), orbiters/landers failed because of the contact lost between the Mars and the Earth Station. Thus the main focus is on how the rover on the mars would communicate successfully to the earth station without the failure of the orbiting satellite which would lead to the loss of information. Hence this paper focuses on how the rover would successfully transmit information to the earth from the Mars without information lost. Also it proposes an alternative for the probability of loss of information. 2. BLOCK DIAGRAM OF COMMUNICATION IN MARS ROVER Fig 1-: Block Diagram of communication in Mars Rover 2.1 Problem Statement  Deciding the distance between the two virtual servers so that they don’t communicate directly between them.  This would be decided by using link margin calculation 2.2 Basic Working  Capturing an image: 1. Stepper Motor would rotate the raspberry pi camera for 10 degrees/second thus rotating 36 times. 2. The images would arranged in a sequence to generate a panaromic image.  This image would be transmitted using compression techniques like DCT, DWT, etc. to the transceiver IC CC1120 at the virtual mars station.  It would then be converted to a suitablesignal using BPSK Modulation technique  Through the dipole antenna it would be giventothe two orbiting satellites through free bands available of 144-148 VHF and 435-438 VHF.  If any one of the orbiting satellite fails then the signal would be transmitted through the other satellite thus avoiding the loss of information.  It would then be received through a dipole antenna at the virtual earth station and would be converted to the original format using BPSK Demodulation technique. Transmission of signal to both the satellites so that even if one satellite would fail the other would transmit the signal effectively. 3. PARTS AND DESIGN OF THE ROVER 3.1 Parts of the Rover Table -1: Parts of the rover PARTS QUANTITY DESCRIPTION STEERING WHEELS 6 For mobility purpose SOLAR POWER CELLS 1 For power source (12 volts, 7 amperes battery)
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1156 DC MOTORS STEPPER MOTORS 2 2 To achieve 2.1 degrees/sec of rotation. One motor to drive the wheels and one to turn the wheels. One stepper motor to rotate the rover, another to rotate the camera module. DC motor driver IC L293D would be used. RASPBERRY PI MODULE 1 One motor gives 10 degrees rotation hence rotating for 36 times and arranging in sequence which would be done using digital image processing. PI CAMERA 1 30 frames/second. DIPOLE ANTENNA 2 One at the virtual mars station and the other at the virtual earth station. TRANSCEIVER IC CC1120 2 For full duplex communication at the transmitting and the reception side. Hence this would involve deciding the charging and discharging timetaken by the solarpowercellstoachievethe required ratings. Also deciding theformatoftheimagewould be transmitted and compression techniques which would be used to transmit the image. Taking care of the time constraints involved in sequencing of the image captured to form a panaromic view. For steering purpose, Ackerman steering principle would be used. 3.2 Mobility System • Six 25 cm diameter wheels. • Rover body has 30 cm ground clearance • Solar panels • Wheel baseline- 1 m side by side, 1.25 m front to back. • Straight line driving speed is 3.75 cm/sec • Rover can turn in place at roughly 2.1 degrees/sec. • Rover is statistically stable at a tilt of 45 degrees. • Driving on more than 30 degrees slope is not recommended • Rocks taller than a wheel are considered as mobility hazards. Position of the rover is estimated by how much the wheels have turned. Orientation is measured by inertial measurement unit that has 3 axis accelerometer and 3 axis angular rate sensors. 3.3 Design of the Rover Fig 2:- Top View and Side View of the Rover 4. COMPONENTS USED 4.1 Raspberry Pi Module • Operating system is of Raspbian. • BCM2837 (BROADCOM) is the system on chipused. • CPU is 1.2 GHz (64 or 32) bit quad core ARM Cortex. • It has an operating frequency 900 MHz. • Has micro SD slot for storage purpose. • 4 watts power. Fig -3: Raspberry Pi 3 B 4.2 Raspberry Pi Camera Camera module is a 5 megapixel custom designed add-on for Raspberry pi, featuring a fixed focus lens. It is capable of 2592x1944 pixel static images, and also supports 1080pixel 30 frames per second, 720pixel 60 frames per second. Camera is supported in Raspberry pi.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1157 Fig -4: Raspberry Pi 5 MP Camera Board Module 4.3 Transceiver IC CC1120 • CC1120 is a high performance single chip Transceiver • Configurable Data Rates 0 to 200 kbps (64 dB bandwidth at 12.5 kHz Offset) • Good Receiver Sensitivity Fig -5: Transceiver IC CC1120 4.4 PIC18F4550 PIC18F4550 is an 8-bit microcontroller and is based on 16 bit instruction set architecture. PIC18F4550 consists of 32 KB flash memory, 2 KB Static RAM and 256 Bytes EEPROM. This is a 40 pin microcontroller having 5 input outputports. Fig -6: PIC18F4550 4.5 DC Motor  To achieve precision rotation, DC motors would be used. 2.1 degrees/second rotation would be achieved.  One motor would be used to drive the wheels.  One motor would be used to turn the wheels.  One would be mounted on raspberry pi through a rod to achieve 10 degrees of rotation.  Hence it would rotate 36 times hence giving a rotation of 360 degrees.  Driver IC L293D would be used to drive the motor. Fig -7: DC Motor- 100 rpm 4.6 Solar Power Cells  This would be used as a power source. The time needed for it to charge and discharge would be calculated to achieve 12 volts, 7 amperes current. Fig -8: Solar Power Cell 4.7 Stepper Motor  One motor is used to rotate the rover  The other is used to rotate the camera.  A stepper motor is used so as to achieve precise rotation.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1158 Fig 9 -: Stepper Motor 4.8 Dipole Antenna  It would be used at the transmitting and the receiving stations. Transmission of the signal and for reception of the signal so that the it would be converted to the original format again. Fig -10: Dipole Antenna 5. SOFTWARE USED 5.1 Python Language  Python is a widely used high-level,general-purpose, interpreted, dynamic programming language. Its design philosophy emphasizescodereadability,and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. 6. APPLICATIONS • Communication between the rover and the earth station is achieved. • The information from mars is obtained and analyzed on the earth station. REFERENCES [1] Jong Hoon Ahnn. The robot control using the wireless communication and the serial communication. Presented to the Engineering Division of the Graduate School of Cornell University. http://www.cs.cornell.edu/~ja275/nasa/nasa%20final%20 report.pdf [2] Rajeev K Piyare and Ravinesh Singh. Wireless Control of an Automated Guided Vehicle. http://www.iaeng.org/publication/IMECS2011/IMECS2011 _pp828-833.pdf [3] K.K. Belostotskaya and V.I. Gusevsky. The Antenna System of Mars Rover. Published in Microwaves, Radar and Wireless Communications 2000. MIKON- 2000. 13th International Conference on 22-24 May 2000. http://ieeexplore.ieee.org/document/913919/ [4] Jeffrey J. Biesiadecki and Mark W. Maimone. The Mars Exploration Rover Surface Mobility Flight Software: Driving Ambition. Published in 2006 IEEE Aerospace Conference Proceedings, March 2006, Big Sky, Montana, USA. https://www.robotics.jpl.nasa.gov/publications/Mark_Maim one/biesiadecki_maimone06.pdf [5] Robert D Braun and RobertMManning.MarsExploration Entry, Descent and Landing Challenges. Published in Aerospace Conference, 2006 IEEE. http://www.ssdl.gatech.edu/papers/conferencePapers/IEE E-2006-0076.pdf [6] Songze Li, David T.H. Kao, A. Salman Avestimehr. Rover- to-Orbiter Communication in Mars: Taking Advantageofthe Varying Topology. Published in Information Theory (ISIT), 2015 IEEE International Symposium on 14-19 June 2015. http:// ieeexplore.ieee.org/document/7347383/