SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
ยฉ 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 959
Miniature Satellite
Yashaswi Rahut1, Aditya Rohan Das2, Ashu Kumar3
1,2,3 Student, Department of Computer Science, SRM Institute of Science and Technology, Ramapuram,
Chennai, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The proposed project is a miniature satellite that
uses Machine Learning to perform analysis. The mainpurpose
of this satellite is to measure the pressure using the BMP180
sensor (barometer), temperature using the MPU6050 and UV
radiation levels using the GYML8511 at every layer of the
atmosphere right up till the Karman line or the point of
minimum gravity. The components such asthesensorsandthe
Arduino pro mini (the microcontroller) will be held within a 4
cm wide 3-D printed nylon fiber cube which will act as the
primary exoskeleton of the satellite and will serve as
protection from harsh weather conditions and any sort of
impact. The data recorded by these sensors will be stored in a
16GB SD card and can be retrieved when ever the satellite
lands on the surface. The satellite will use a MPU6050, this
device will act as a triple axis accelerometer and a gyroscope.
This sensor will help measure the trajectory and record the
projectile motion of the satellite as it rises and descends with
the help of the helium weather balloon. The Satellite will be
powered by a 12V Lipo battery. Using the multiple linear
regression feature of machine learning we can predict the
trajectory and nature of motion of other similar objects that
may enter our orbit and fall. The satellite is designed to
constantly record data right from the time of take-off till its
battery dies. During this time period not only will the satellite
record and store the recorded data in the SD card but it will
use this data as test data to compare it to its reference data
which the satellite will obtain from its previous launch. Using
the multiple linear regression algorithm the satellite will be
able to predict future data and accordingly forecast the
weather accurately. This satellite is extremely light and
inexpensive making it easy to deploy it.
Key Words: Machine learning, development boards,
embedded systems, Arduino pro mini, multiple linear
regression, sensors, cube, Arduino IDE.
1. INTRODUCTION
This Every weather forecast from daily weather conditions
to natural disastors like cyclone, everything is possible only
using the satellites. Everyone from government agencies to
small farmers, depend on these predictions.
Weather satellites are very bulky and costly and they take a
long time to build. So the main aim of our satellite is to cut
down on cost, size, and time required to manufacture these
satellites there allowing them to be launched more
frequently.
The main aim of the proposed designfora miniaturesatellite
is to not only drastically cut down on the cost and size of the
satellite but to also introduce machine learning to cube
satellites allowing the satellite itself to make make weather
predictions. The satellite does this through the multiple
linear regression algorithm. Multiplelinear regressionis one
of the most common form of linear regressions. It is type of
predictive analysis. It is used to explain the relationship
between one continuous dependent variable with two or
more independent variables. The independent variables is
either of two types continuous and descrete. Multiple linear
regression forms the relationship between two or more
input variables and an output variable by fitting a linear
equation to the dataset observed. Each value of the
independent variable x i.e. the input variable is associated
with a value of the dependent variable y.
The satellite is designed to constantly record data rightfrom
the time of take-off till its battery dies. During this time
period not only will the satellite record and store the
recorded data in the SD card but it will use this data as test
data to compare it to its reference data which the satellite
will obtain from its previous launch. At first the satellitemay
make a few errors in the predictions but as the satellite
begins to gather more data and draw more comparisons
between the test and reference data the multiple linear
regression algorithm will help reduce this margin of error
and will eventually give us an accurate result.
One of the main parts of the architecture of any satellite are
the sensors. A sensor is a device that records or measures a
physical quantity and responds to the values in different
ways.
The various types of sensors that the proposed miniature
satellite uses are
1) BMP180 sensor (barometer) for measuring
atmospheric pressure.
2) MPU6050 for measuring temperature, this sensor
will act as a triple axis accelerometer and a
gyroscope. This sensor will help measure the
trajectory and record the projectile motion of the
satellite as it rises and descends with the help ofthe
helium weather balloon.
3) GYML8511 for measuring UV radiation intensity at
every level of the atmosphere.
All of this recorded data that we will obtain from the sensors
will be stored within a 16GB SD card that will be retrieved
on landing.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
ยฉ 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 960
2. EXISTING SYSTEM
A lot of satellites exist which are used for multiple purpose
such as research and monitoring. Most of these satellites are
quite large, hence making it difficult and expensive to deploy
them. Satellite that exist within the Karman line are usually
referred to as microgravity satellite,mostlyusedforresearch
studies.
Example:
1. Shijian -10, which carries 20 experiments covering
fluid physics, material science and the effects of
radiation and microgravity on various biological
system.
2. Jai hind 1s: This particular satellite was developed
by the students of Hindustan University. The
internal system of the satellite is held within a 4 cm
wide cube. The main purpose of this satellite is to
measure atmospheric parameters such as
temperature, pressure and gas composition.
3. PROPOSED SYSTEM
The proposed system is a miniature microgravity satellite.
The main purpose of this satellite is to measure thepressure
using the BMP180 sensor (barometer), temperature using
the MPU6050, UV radiation levels using the GYML8511 and
at every level or layer of the atmosphere right up till the
point of minimum gravity while ascending and descending.
The components such as the sensors and the Arduino pro
mini(the microcontroller) will be held within a 4 cm wide 3-
D printed nylon fiber cube which will act as the primary
exoskeleton of the satellite which will protect from harsh
weather conditions and any sort of impact.
The MPU6050 will act as a gyroscope and will record the
trajectory of the satellite along with temperature and triple
axes acceleration. The pressure will be measured using the
BMP180 sensor (barometer), the satellite will record UV
radiation levels using the GYML8511.
The satellite will store the recorded data within a SD card
The satellite uses Machine learning with the help of Multiple
Linear Regression Algorithm for analyzing and predicting
similar data. The Multiple Linear Regression Algorithm is
specifically designed to make comparisonsbetweentest and
reference data and accordingly predict the most possible
outcome. The more trials the algorithm takes the more
accurate its predictions become over time.
The satellite will be suspended from a helium weather
balloon which is capable of carrying it to great heights.Right
from the start of the launch uptill the point where its battery
dies the satellite will keep recording data and will keep
feeding it to the algorithm.
4. SYSTEM ARCHITECTURE
The entire system architectureforthe miniaturesatellite can
be divided into three parts data collection, storage and
analysis.
.
Fig -1: System Architecture
4.1 Data collection
The sole purpose of the sensors are to collect data fromyour
surrounding environment. In this case the data we record
are pressure, temperature, UV radiation intensity, speed,
acceleration and the trajectory of the satellite. The sensors
used are analog sensors and hence they are interfaced with
the ADC (analog to digital conversion) pins of the Arduino
pro mini. The satellite consists of sensors used to measure
the pressure using the BMP180 sensor (barometer),
temperature using the MPU6050, UV radiation levels using
the GYML8511 and at every level or layer of the atmosphere
right up till the point of minimum gravity while ascending
and descending.
4.2 Processing and Storage
The main development board that is used in the miniature
satellite is the Arduino Pro Mini microcontroller which
serves as an embedded system for the the satellite.
The Arduino Pro Mini is a microcontroller board, it is also
based on the ATmega328 like Arduino UNO. It has 14 digital
pins which can be used as both input and output (of which 6
can be used as PWM outputs), an on-board resonator, 6
analog inputs, a reset button, and pin holes for soldering
pins. A six pin header can be connectedtoSparkfunbreakout
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
ยฉ 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 961
board or an FTDI cable to provide USB power and
communication with the Arduino Pro Mini development
board.
All the sensors that are put to use are interfaced with the
ADC pins of the Arduino Pro Mini. The Pro Mini has 8 analog
inputs, each analog pin provide 10 bits of resolution (i.e.
2^10 = 1024 different values).
The data that is received from the sensors is stored in a
16GB SD card. This is done using a SD card module. The
Arduino uses the SD library to create a file in an SD card for
writing and saving data recorded by the sensor. The data
from the sensors of the satellite is stored in the SD card. This
data is in CSV (Comma Separated Values) format making it
easier and more convenient to segregate the data. The csv
format also makes it easier to per-form machine learning on
the data.
4.3 Data analysis using multiple linear regression
The data that is retrieved from the SD card as a training
model for machine learning. This data is fed into the Python
script which uses the multiple linear regression algorithm.
Multiple linear regressionis oneofthemostcommonformof
linear regressions. It is type of predictive analysis. It is used
to explain the relationship between one continuous
dependent variable withtwo ormoreindependentvariables.
The independent variables is either of two types continuous
and descrete. Multiple linear regression forms the
relationship between two or more input variables and an
output variable by fitting a linear equation to the dataset
observed. Each value of the independent variable x i.e. the
input variable is associated with a value of the dependent
variable y.
Fig โ€“ 2: Linear Regression
Mathematical Equations:
Formally, the model for multiple linear regression, given n
observations, is
Yi = A0 + A1Xi1 + A2Xi2 + ... ApXip + Ei for i = 1, 2 ... n.
Multiple regression is derived from simplelinearregression.
It is used to predict the value based on the value of two or
more other variables. The variable which is predicted is
known the dependent variable. The variables we use to
predict the value of the dependent variable are called the
independent variables (or regressor variables). Multiple
regression also allows you to determine the overall fit of the
model and the relative contribution of each of thepredictors
to the total variance explained.
5. IMPLEMENTATION
The primary use of the miniature satellite is to monitor the
atmospheric conditions in the edge of the Mesosphere (70-
80 km above sea level); this includesPressure,Temperature,
and Ultraviolet radiation intensity. Besides atmospheric
conditions the satellite is also designed to measure its
altitude, acceleration and rotation(Pitch,yaw,roll)alongthe
triple axis plane. The satellite does this using the GYML8511
sensor which also acts as a gyroscope. This data is used to
measure the trajectory of the satellite. Using multiple linear
regression in the proposed system we can predict future
data based on the test data we obtain from the satellite. This
data is useful for meteorological researchontheatmosphere
and the study of the trajectory of cube satellites in the
mesosphere. The satellite can be launched using a helium
weather balloon that can carry it to heights upto 100km
above sea level.
The satellite will also use a secondaryparachuteincasethere
is any damage inflicted to the weather balloon or if the
balloon looses pressure. The entire system will be held
within a 4cm wide 3D printed nylon fibrecubewhichwill act
as its main exoskeleton. The power will be supplied to the
satellite by a 12V lipo battery.
4. CONCLUSION
The proposed project is a miniature satellite that uses
Machine Learning to perform analysis. The primary use of
the miniature satellite is to monitor the atmospheric
conditions in the edge of the Mesosphere and accordingly
use this data to predict changes and forcecast atmospheric
conditions using multiple linear regression. The main aim of
the proposed design for a miniature satellite is to not only
drastically cut down on the cost and size of the satellite but
to also intro-duce machine learning to cube satellites
allowing the satellite itself to make make weather
predictions.
5. REFERENCES
Arduino website: https://www.arduino.cc/
NASA: https://www.nasa.gov/
CubeSat: www.cubesat.org/

More Related Content

What's hot

Future guidelines the meteorological view - Isabel Martรญnez (AEMet)
Future guidelines the meteorological view - Isabel Martรญnez (AEMet)Future guidelines the meteorological view - Isabel Martรญnez (AEMet)
Future guidelines the meteorological view - Isabel Martรญnez (AEMet)IrSOLaV Pomares
ย 
Solar panel monitoring solution using IoT-Faststream Technologies
Solar panel monitoring solution using IoT-Faststream TechnologiesSolar panel monitoring solution using IoT-Faststream Technologies
Solar panel monitoring solution using IoT-Faststream TechnologiesSudipta Maity
ย 
Design of Kalman filter for Airborne Applications
Design of Kalman filter for Airborne ApplicationsDesign of Kalman filter for Airborne Applications
Design of Kalman filter for Airborne ApplicationsIJERA Editor
ย 
IJSRED-V2I3P82
IJSRED-V2I3P82IJSRED-V2I3P82
IJSRED-V2I3P82IJSRED
ย 
PARU Solar Single-Axis Tracker
PARU Solar Single-Axis TrackerPARU Solar Single-Axis Tracker
PARU Solar Single-Axis Trackerparucompany
ย 
SOLAR TRACKING SYSTEM FOR MAXIMUM POWER OUTPUT
 SOLAR TRACKING SYSTEM FOR MAXIMUM POWER OUTPUT SOLAR TRACKING SYSTEM FOR MAXIMUM POWER OUTPUT
SOLAR TRACKING SYSTEM FOR MAXIMUM POWER OUTPUTSamar Gul
ย 
Arduino based Dual Axis Smart Solar Tracker
Arduino based Dual Axis Smart Solar TrackerArduino based Dual Axis Smart Solar Tracker
Arduino based Dual Axis Smart Solar TrackerIJAEMSJORNAL
ย 
Rehabilitation equipment slides
Rehabilitation equipment slides Rehabilitation equipment slides
Rehabilitation equipment slides cairo university
ย 
Redeeming of processor for cyber physical systems
Redeeming of processor for cyber physical systemsRedeeming of processor for cyber physical systems
Redeeming of processor for cyber physical systemseSAT Publishing House
ย 
MAXIMUM SOLAR ABSORPTION USING DUAL AXIS SOLAR PANEL ppt
MAXIMUM SOLAR ABSORPTION USING DUAL AXIS SOLAR PANEL pptMAXIMUM SOLAR ABSORPTION USING DUAL AXIS SOLAR PANEL ppt
MAXIMUM SOLAR ABSORPTION USING DUAL AXIS SOLAR PANEL pptAnkit Kaul
ย 
Sun tracking solar panel
Sun tracking solar panelSun tracking solar panel
Sun tracking solar panelAkshay Thakur
ย 
Solar tracker using pmdc motor
Solar tracker using pmdc motorSolar tracker using pmdc motor
Solar tracker using pmdc motorsankalp061
ย 
Final ppt on automatic solar traking system
Final ppt on automatic solar traking systemFinal ppt on automatic solar traking system
Final ppt on automatic solar traking systemSHASHIKANT GARUD
ย 
Space Situational Awareness Forum - GERMAN AEROSPACE CENTRE Presentation
Space Situational Awareness Forum - GERMAN AEROSPACE CENTRE PresentationSpace Situational Awareness Forum - GERMAN AEROSPACE CENTRE Presentation
Space Situational Awareness Forum - GERMAN AEROSPACE CENTRE PresentationSpace_Situational_Awareness
ย 
Automatic solar tracking system using interfacing ic and geared motor
Automatic  solar tracking  system  using  interfacing  ic and geared motorAutomatic  solar tracking  system  using  interfacing  ic and geared motor
Automatic solar tracking system using interfacing ic and geared motoranbarasuasokan
ย 
IRJET- Mobile Charging by using Coin Insertion Module and Renewable Resource
IRJET- Mobile Charging by using Coin Insertion Module and Renewable ResourceIRJET- Mobile Charging by using Coin Insertion Module and Renewable Resource
IRJET- Mobile Charging by using Coin Insertion Module and Renewable ResourceIRJET Journal
ย 
LANDSLIDE EARLY WARNING SYSTEM
LANDSLIDE EARLY WARNING SYSTEMLANDSLIDE EARLY WARNING SYSTEM
LANDSLIDE EARLY WARNING SYSTEMvivatechijri
ย 

What's hot (19)

Future guidelines the meteorological view - Isabel Martรญnez (AEMet)
Future guidelines the meteorological view - Isabel Martรญnez (AEMet)Future guidelines the meteorological view - Isabel Martรญnez (AEMet)
Future guidelines the meteorological view - Isabel Martรญnez (AEMet)
ย 
Solar panel monitoring solution using IoT-Faststream Technologies
Solar panel monitoring solution using IoT-Faststream TechnologiesSolar panel monitoring solution using IoT-Faststream Technologies
Solar panel monitoring solution using IoT-Faststream Technologies
ย 
Design of Kalman filter for Airborne Applications
Design of Kalman filter for Airborne ApplicationsDesign of Kalman filter for Airborne Applications
Design of Kalman filter for Airborne Applications
ย 
IJSRED-V2I3P82
IJSRED-V2I3P82IJSRED-V2I3P82
IJSRED-V2I3P82
ย 
PARU Solar Single-Axis Tracker
PARU Solar Single-Axis TrackerPARU Solar Single-Axis Tracker
PARU Solar Single-Axis Tracker
ย 
SOLAR TRACKING SYSTEM FOR MAXIMUM POWER OUTPUT
 SOLAR TRACKING SYSTEM FOR MAXIMUM POWER OUTPUT SOLAR TRACKING SYSTEM FOR MAXIMUM POWER OUTPUT
SOLAR TRACKING SYSTEM FOR MAXIMUM POWER OUTPUT
ย 
Arduino based Dual Axis Smart Solar Tracker
Arduino based Dual Axis Smart Solar TrackerArduino based Dual Axis Smart Solar Tracker
Arduino based Dual Axis Smart Solar Tracker
ย 
Rehabilitation equipment slides
Rehabilitation equipment slides Rehabilitation equipment slides
Rehabilitation equipment slides
ย 
Solar tracking system final report GTU
Solar tracking system final report GTU Solar tracking system final report GTU
Solar tracking system final report GTU
ย 
Redeeming of processor for cyber physical systems
Redeeming of processor for cyber physical systemsRedeeming of processor for cyber physical systems
Redeeming of processor for cyber physical systems
ย 
MAXIMUM SOLAR ABSORPTION USING DUAL AXIS SOLAR PANEL ppt
MAXIMUM SOLAR ABSORPTION USING DUAL AXIS SOLAR PANEL pptMAXIMUM SOLAR ABSORPTION USING DUAL AXIS SOLAR PANEL ppt
MAXIMUM SOLAR ABSORPTION USING DUAL AXIS SOLAR PANEL ppt
ย 
Sun tracking solar panel
Sun tracking solar panelSun tracking solar panel
Sun tracking solar panel
ย 
Solar tracker using pmdc motor
Solar tracker using pmdc motorSolar tracker using pmdc motor
Solar tracker using pmdc motor
ย 
Final ppt on automatic solar traking system
Final ppt on automatic solar traking systemFinal ppt on automatic solar traking system
Final ppt on automatic solar traking system
ย 
sun tracking solar panel
sun tracking solar panelsun tracking solar panel
sun tracking solar panel
ย 
Space Situational Awareness Forum - GERMAN AEROSPACE CENTRE Presentation
Space Situational Awareness Forum - GERMAN AEROSPACE CENTRE PresentationSpace Situational Awareness Forum - GERMAN AEROSPACE CENTRE Presentation
Space Situational Awareness Forum - GERMAN AEROSPACE CENTRE Presentation
ย 
Automatic solar tracking system using interfacing ic and geared motor
Automatic  solar tracking  system  using  interfacing  ic and geared motorAutomatic  solar tracking  system  using  interfacing  ic and geared motor
Automatic solar tracking system using interfacing ic and geared motor
ย 
IRJET- Mobile Charging by using Coin Insertion Module and Renewable Resource
IRJET- Mobile Charging by using Coin Insertion Module and Renewable ResourceIRJET- Mobile Charging by using Coin Insertion Module and Renewable Resource
IRJET- Mobile Charging by using Coin Insertion Module and Renewable Resource
ย 
LANDSLIDE EARLY WARNING SYSTEM
LANDSLIDE EARLY WARNING SYSTEMLANDSLIDE EARLY WARNING SYSTEM
LANDSLIDE EARLY WARNING SYSTEM
ย 

Similar to IRJET- Miniature Satellite

AUTOMATIC REAL-TIME RAILWAY FISHPLATE MONITORINGSYSTEM FOR EARLY WARNING USIN...
AUTOMATIC REAL-TIME RAILWAY FISHPLATE MONITORINGSYSTEM FOR EARLY WARNING USIN...AUTOMATIC REAL-TIME RAILWAY FISHPLATE MONITORINGSYSTEM FOR EARLY WARNING USIN...
AUTOMATIC REAL-TIME RAILWAY FISHPLATE MONITORINGSYSTEM FOR EARLY WARNING USIN...IRJET Journal
ย 
Astronomical Almanacโ€™s Algorithm Based Dual Axis Solar Tracker
Astronomical Almanacโ€™s Algorithm Based Dual Axis Solar TrackerAstronomical Almanacโ€™s Algorithm Based Dual Axis Solar Tracker
Astronomical Almanacโ€™s Algorithm Based Dual Axis Solar TrackerIRJET Journal
ย 
IRJET- IoT based Dual Axis Solar Tracker System
IRJET- IoT based Dual Axis Solar Tracker SystemIRJET- IoT based Dual Axis Solar Tracker System
IRJET- IoT based Dual Axis Solar Tracker SystemIRJET Journal
ย 
IRJET- Weather Station Quadcopter using Arduino with NRF24L01 and GPS Module
IRJET-  	  Weather Station Quadcopter using Arduino with NRF24L01 and GPS ModuleIRJET-  	  Weather Station Quadcopter using Arduino with NRF24L01 and GPS Module
IRJET- Weather Station Quadcopter using Arduino with NRF24L01 and GPS ModuleIRJET Journal
ย 
Auto-Stellar
Auto-StellarAuto-Stellar
Auto-StellarIRJET Journal
ย 
Policing of the Environment by using an Integrated system
Policing of the Environment by using an Integrated systemPolicing of the Environment by using an Integrated system
Policing of the Environment by using an Integrated systemIRJET Journal
ย 
IRJET- Smart Security System for Vehicles
IRJET- Smart Security System for VehiclesIRJET- Smart Security System for Vehicles
IRJET- Smart Security System for VehiclesIRJET Journal
ย 
Real-Time Map Building using Ultrasound Scanning
Real-Time Map Building using Ultrasound ScanningReal-Time Map Building using Ultrasound Scanning
Real-Time Map Building using Ultrasound ScanningIRJET Journal
ย 
Fault Detection In Vehicles Using Sensors
Fault Detection In Vehicles Using SensorsFault Detection In Vehicles Using Sensors
Fault Detection In Vehicles Using SensorsIJARIDEA Journal
ย 
IRJET- Radiosonde Payload for Weather Balloons
IRJET-  	  Radiosonde Payload for Weather BalloonsIRJET-  	  Radiosonde Payload for Weather Balloons
IRJET- Radiosonde Payload for Weather BalloonsIRJET Journal
ย 
ACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINO
ACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINOACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINO
ACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINOIRJET Journal
ย 
IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIRJET Journal
ย 
IRJET- Offline Location Detection and Accident Indication using Mobile Sensors
IRJET- Offline Location Detection and Accident Indication using Mobile SensorsIRJET- Offline Location Detection and Accident Indication using Mobile Sensors
IRJET- Offline Location Detection and Accident Indication using Mobile SensorsIRJET Journal
ย 
IRJET- Arduino Based Weather Monitoring System
IRJET- Arduino Based Weather Monitoring SystemIRJET- Arduino Based Weather Monitoring System
IRJET- Arduino Based Weather Monitoring SystemIRJET Journal
ย 
IRJET- GIS using Zigbee
IRJET- GIS using ZigbeeIRJET- GIS using Zigbee
IRJET- GIS using ZigbeeIRJET Journal
ย 
BOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTIONBOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTIONIRJET Journal
ย 
Advanced Anti Accidental Solution by Pre Analyzing, Tracking and Detection of...
Advanced Anti Accidental Solution by Pre Analyzing, Tracking and Detection of...Advanced Anti Accidental Solution by Pre Analyzing, Tracking and Detection of...
Advanced Anti Accidental Solution by Pre Analyzing, Tracking and Detection of...IRJET Journal
ย 
IRJET- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET- Smart Weather Monitoring and Real Time Alert System using IoTIRJET- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET- Smart Weather Monitoring and Real Time Alert System using IoTIRJET Journal
ย 
IRJET- Survey Paper on Human Following Robot
IRJET- Survey Paper on Human Following RobotIRJET- Survey Paper on Human Following Robot
IRJET- Survey Paper on Human Following RobotIRJET Journal
ย 
IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing SystemIRJET Journal
ย 

Similar to IRJET- Miniature Satellite (20)

AUTOMATIC REAL-TIME RAILWAY FISHPLATE MONITORINGSYSTEM FOR EARLY WARNING USIN...
AUTOMATIC REAL-TIME RAILWAY FISHPLATE MONITORINGSYSTEM FOR EARLY WARNING USIN...AUTOMATIC REAL-TIME RAILWAY FISHPLATE MONITORINGSYSTEM FOR EARLY WARNING USIN...
AUTOMATIC REAL-TIME RAILWAY FISHPLATE MONITORINGSYSTEM FOR EARLY WARNING USIN...
ย 
Astronomical Almanacโ€™s Algorithm Based Dual Axis Solar Tracker
Astronomical Almanacโ€™s Algorithm Based Dual Axis Solar TrackerAstronomical Almanacโ€™s Algorithm Based Dual Axis Solar Tracker
Astronomical Almanacโ€™s Algorithm Based Dual Axis Solar Tracker
ย 
IRJET- IoT based Dual Axis Solar Tracker System
IRJET- IoT based Dual Axis Solar Tracker SystemIRJET- IoT based Dual Axis Solar Tracker System
IRJET- IoT based Dual Axis Solar Tracker System
ย 
IRJET- Weather Station Quadcopter using Arduino with NRF24L01 and GPS Module
IRJET-  	  Weather Station Quadcopter using Arduino with NRF24L01 and GPS ModuleIRJET-  	  Weather Station Quadcopter using Arduino with NRF24L01 and GPS Module
IRJET- Weather Station Quadcopter using Arduino with NRF24L01 and GPS Module
ย 
Auto-Stellar
Auto-StellarAuto-Stellar
Auto-Stellar
ย 
Policing of the Environment by using an Integrated system
Policing of the Environment by using an Integrated systemPolicing of the Environment by using an Integrated system
Policing of the Environment by using an Integrated system
ย 
IRJET- Smart Security System for Vehicles
IRJET- Smart Security System for VehiclesIRJET- Smart Security System for Vehicles
IRJET- Smart Security System for Vehicles
ย 
Real-Time Map Building using Ultrasound Scanning
Real-Time Map Building using Ultrasound ScanningReal-Time Map Building using Ultrasound Scanning
Real-Time Map Building using Ultrasound Scanning
ย 
Fault Detection In Vehicles Using Sensors
Fault Detection In Vehicles Using SensorsFault Detection In Vehicles Using Sensors
Fault Detection In Vehicles Using Sensors
ย 
IRJET- Radiosonde Payload for Weather Balloons
IRJET-  	  Radiosonde Payload for Weather BalloonsIRJET-  	  Radiosonde Payload for Weather Balloons
IRJET- Radiosonde Payload for Weather Balloons
ย 
ACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINO
ACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINOACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINO
ACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINO
ย 
IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEM
ย 
IRJET- Offline Location Detection and Accident Indication using Mobile Sensors
IRJET- Offline Location Detection and Accident Indication using Mobile SensorsIRJET- Offline Location Detection and Accident Indication using Mobile Sensors
IRJET- Offline Location Detection and Accident Indication using Mobile Sensors
ย 
IRJET- Arduino Based Weather Monitoring System
IRJET- Arduino Based Weather Monitoring SystemIRJET- Arduino Based Weather Monitoring System
IRJET- Arduino Based Weather Monitoring System
ย 
IRJET- GIS using Zigbee
IRJET- GIS using ZigbeeIRJET- GIS using Zigbee
IRJET- GIS using Zigbee
ย 
BOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTIONBOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTION
ย 
Advanced Anti Accidental Solution by Pre Analyzing, Tracking and Detection of...
Advanced Anti Accidental Solution by Pre Analyzing, Tracking and Detection of...Advanced Anti Accidental Solution by Pre Analyzing, Tracking and Detection of...
Advanced Anti Accidental Solution by Pre Analyzing, Tracking and Detection of...
ย 
IRJET- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET- Smart Weather Monitoring and Real Time Alert System using IoTIRJET- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET- Smart Weather Monitoring and Real Time Alert System using IoT
ย 
IRJET- Survey Paper on Human Following Robot
IRJET- Survey Paper on Human Following RobotIRJET- Survey Paper on Human Following Robot
IRJET- Survey Paper on Human Following Robot
ย 
IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing System
ย 

More from 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
ย 

More from 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...
ย 

Recently uploaded

UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
ย 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfRagavanV2
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
ย 
Call Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
ย 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
ย 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .DerechoLaboralIndivi
ย 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
ย 
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
ย 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
ย 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
ย 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxJuliansyahHarahap1
ย 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsArindam Chakraborty, Ph.D., P.E. (CA, TX)
ย 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
ย 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7Call Girls in Nagpur High Profile Call Girls
ย 
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Call Girls in Nagpur High Profile
ย 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
ย 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...tanu pandey
ย 

Recently uploaded (20)

UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
ย 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
ย 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
ย 
Call Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
ย 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
ย 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
ย 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
ย 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
ย 
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
ย 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
ย 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
ย 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
ย 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
ย 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
ย 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
ย 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
ย 
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
ย 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
ย 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
ย 

IRJET- Miniature Satellite

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 ยฉ 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 959 Miniature Satellite Yashaswi Rahut1, Aditya Rohan Das2, Ashu Kumar3 1,2,3 Student, Department of Computer Science, SRM Institute of Science and Technology, Ramapuram, Chennai, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The proposed project is a miniature satellite that uses Machine Learning to perform analysis. The mainpurpose of this satellite is to measure the pressure using the BMP180 sensor (barometer), temperature using the MPU6050 and UV radiation levels using the GYML8511 at every layer of the atmosphere right up till the Karman line or the point of minimum gravity. The components such asthesensorsandthe Arduino pro mini (the microcontroller) will be held within a 4 cm wide 3-D printed nylon fiber cube which will act as the primary exoskeleton of the satellite and will serve as protection from harsh weather conditions and any sort of impact. The data recorded by these sensors will be stored in a 16GB SD card and can be retrieved when ever the satellite lands on the surface. The satellite will use a MPU6050, this device will act as a triple axis accelerometer and a gyroscope. This sensor will help measure the trajectory and record the projectile motion of the satellite as it rises and descends with the help of the helium weather balloon. The Satellite will be powered by a 12V Lipo battery. Using the multiple linear regression feature of machine learning we can predict the trajectory and nature of motion of other similar objects that may enter our orbit and fall. The satellite is designed to constantly record data right from the time of take-off till its battery dies. During this time period not only will the satellite record and store the recorded data in the SD card but it will use this data as test data to compare it to its reference data which the satellite will obtain from its previous launch. Using the multiple linear regression algorithm the satellite will be able to predict future data and accordingly forecast the weather accurately. This satellite is extremely light and inexpensive making it easy to deploy it. Key Words: Machine learning, development boards, embedded systems, Arduino pro mini, multiple linear regression, sensors, cube, Arduino IDE. 1. INTRODUCTION This Every weather forecast from daily weather conditions to natural disastors like cyclone, everything is possible only using the satellites. Everyone from government agencies to small farmers, depend on these predictions. Weather satellites are very bulky and costly and they take a long time to build. So the main aim of our satellite is to cut down on cost, size, and time required to manufacture these satellites there allowing them to be launched more frequently. The main aim of the proposed designfora miniaturesatellite is to not only drastically cut down on the cost and size of the satellite but to also introduce machine learning to cube satellites allowing the satellite itself to make make weather predictions. The satellite does this through the multiple linear regression algorithm. Multiplelinear regressionis one of the most common form of linear regressions. It is type of predictive analysis. It is used to explain the relationship between one continuous dependent variable with two or more independent variables. The independent variables is either of two types continuous and descrete. Multiple linear regression forms the relationship between two or more input variables and an output variable by fitting a linear equation to the dataset observed. Each value of the independent variable x i.e. the input variable is associated with a value of the dependent variable y. The satellite is designed to constantly record data rightfrom the time of take-off till its battery dies. During this time period not only will the satellite record and store the recorded data in the SD card but it will use this data as test data to compare it to its reference data which the satellite will obtain from its previous launch. At first the satellitemay make a few errors in the predictions but as the satellite begins to gather more data and draw more comparisons between the test and reference data the multiple linear regression algorithm will help reduce this margin of error and will eventually give us an accurate result. One of the main parts of the architecture of any satellite are the sensors. A sensor is a device that records or measures a physical quantity and responds to the values in different ways. The various types of sensors that the proposed miniature satellite uses are 1) BMP180 sensor (barometer) for measuring atmospheric pressure. 2) MPU6050 for measuring temperature, this sensor will act as a triple axis accelerometer and a gyroscope. This sensor will help measure the trajectory and record the projectile motion of the satellite as it rises and descends with the help ofthe helium weather balloon. 3) GYML8511 for measuring UV radiation intensity at every level of the atmosphere. All of this recorded data that we will obtain from the sensors will be stored within a 16GB SD card that will be retrieved on landing.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 ยฉ 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 960 2. EXISTING SYSTEM A lot of satellites exist which are used for multiple purpose such as research and monitoring. Most of these satellites are quite large, hence making it difficult and expensive to deploy them. Satellite that exist within the Karman line are usually referred to as microgravity satellite,mostlyusedforresearch studies. Example: 1. Shijian -10, which carries 20 experiments covering fluid physics, material science and the effects of radiation and microgravity on various biological system. 2. Jai hind 1s: This particular satellite was developed by the students of Hindustan University. The internal system of the satellite is held within a 4 cm wide cube. The main purpose of this satellite is to measure atmospheric parameters such as temperature, pressure and gas composition. 3. PROPOSED SYSTEM The proposed system is a miniature microgravity satellite. The main purpose of this satellite is to measure thepressure using the BMP180 sensor (barometer), temperature using the MPU6050, UV radiation levels using the GYML8511 and at every level or layer of the atmosphere right up till the point of minimum gravity while ascending and descending. The components such as the sensors and the Arduino pro mini(the microcontroller) will be held within a 4 cm wide 3- D printed nylon fiber cube which will act as the primary exoskeleton of the satellite which will protect from harsh weather conditions and any sort of impact. The MPU6050 will act as a gyroscope and will record the trajectory of the satellite along with temperature and triple axes acceleration. The pressure will be measured using the BMP180 sensor (barometer), the satellite will record UV radiation levels using the GYML8511. The satellite will store the recorded data within a SD card The satellite uses Machine learning with the help of Multiple Linear Regression Algorithm for analyzing and predicting similar data. The Multiple Linear Regression Algorithm is specifically designed to make comparisonsbetweentest and reference data and accordingly predict the most possible outcome. The more trials the algorithm takes the more accurate its predictions become over time. The satellite will be suspended from a helium weather balloon which is capable of carrying it to great heights.Right from the start of the launch uptill the point where its battery dies the satellite will keep recording data and will keep feeding it to the algorithm. 4. SYSTEM ARCHITECTURE The entire system architectureforthe miniaturesatellite can be divided into three parts data collection, storage and analysis. . Fig -1: System Architecture 4.1 Data collection The sole purpose of the sensors are to collect data fromyour surrounding environment. In this case the data we record are pressure, temperature, UV radiation intensity, speed, acceleration and the trajectory of the satellite. The sensors used are analog sensors and hence they are interfaced with the ADC (analog to digital conversion) pins of the Arduino pro mini. The satellite consists of sensors used to measure the pressure using the BMP180 sensor (barometer), temperature using the MPU6050, UV radiation levels using the GYML8511 and at every level or layer of the atmosphere right up till the point of minimum gravity while ascending and descending. 4.2 Processing and Storage The main development board that is used in the miniature satellite is the Arduino Pro Mini microcontroller which serves as an embedded system for the the satellite. The Arduino Pro Mini is a microcontroller board, it is also based on the ATmega328 like Arduino UNO. It has 14 digital pins which can be used as both input and output (of which 6 can be used as PWM outputs), an on-board resonator, 6 analog inputs, a reset button, and pin holes for soldering pins. A six pin header can be connectedtoSparkfunbreakout
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 ยฉ 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 961 board or an FTDI cable to provide USB power and communication with the Arduino Pro Mini development board. All the sensors that are put to use are interfaced with the ADC pins of the Arduino Pro Mini. The Pro Mini has 8 analog inputs, each analog pin provide 10 bits of resolution (i.e. 2^10 = 1024 different values). The data that is received from the sensors is stored in a 16GB SD card. This is done using a SD card module. The Arduino uses the SD library to create a file in an SD card for writing and saving data recorded by the sensor. The data from the sensors of the satellite is stored in the SD card. This data is in CSV (Comma Separated Values) format making it easier and more convenient to segregate the data. The csv format also makes it easier to per-form machine learning on the data. 4.3 Data analysis using multiple linear regression The data that is retrieved from the SD card as a training model for machine learning. This data is fed into the Python script which uses the multiple linear regression algorithm. Multiple linear regressionis oneofthemostcommonformof linear regressions. It is type of predictive analysis. It is used to explain the relationship between one continuous dependent variable withtwo ormoreindependentvariables. The independent variables is either of two types continuous and descrete. Multiple linear regression forms the relationship between two or more input variables and an output variable by fitting a linear equation to the dataset observed. Each value of the independent variable x i.e. the input variable is associated with a value of the dependent variable y. Fig โ€“ 2: Linear Regression Mathematical Equations: Formally, the model for multiple linear regression, given n observations, is Yi = A0 + A1Xi1 + A2Xi2 + ... ApXip + Ei for i = 1, 2 ... n. Multiple regression is derived from simplelinearregression. It is used to predict the value based on the value of two or more other variables. The variable which is predicted is known the dependent variable. The variables we use to predict the value of the dependent variable are called the independent variables (or regressor variables). Multiple regression also allows you to determine the overall fit of the model and the relative contribution of each of thepredictors to the total variance explained. 5. IMPLEMENTATION The primary use of the miniature satellite is to monitor the atmospheric conditions in the edge of the Mesosphere (70- 80 km above sea level); this includesPressure,Temperature, and Ultraviolet radiation intensity. Besides atmospheric conditions the satellite is also designed to measure its altitude, acceleration and rotation(Pitch,yaw,roll)alongthe triple axis plane. The satellite does this using the GYML8511 sensor which also acts as a gyroscope. This data is used to measure the trajectory of the satellite. Using multiple linear regression in the proposed system we can predict future data based on the test data we obtain from the satellite. This data is useful for meteorological researchontheatmosphere and the study of the trajectory of cube satellites in the mesosphere. The satellite can be launched using a helium weather balloon that can carry it to heights upto 100km above sea level. The satellite will also use a secondaryparachuteincasethere is any damage inflicted to the weather balloon or if the balloon looses pressure. The entire system will be held within a 4cm wide 3D printed nylon fibrecubewhichwill act as its main exoskeleton. The power will be supplied to the satellite by a 12V lipo battery. 4. CONCLUSION The proposed project is a miniature satellite that uses Machine Learning to perform analysis. The primary use of the miniature satellite is to monitor the atmospheric conditions in the edge of the Mesosphere and accordingly use this data to predict changes and forcecast atmospheric conditions using multiple linear regression. The main aim of the proposed design for a miniature satellite is to not only drastically cut down on the cost and size of the satellite but to also intro-duce machine learning to cube satellites allowing the satellite itself to make make weather predictions. 5. REFERENCES Arduino website: https://www.arduino.cc/ NASA: https://www.nasa.gov/ CubeSat: www.cubesat.org/