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
 
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

Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
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 Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
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
 

Recently uploaded (20)

Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
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
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
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
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
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
 

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/