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: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6664
BUG-BOT: Bluetooth Controlled Surveillance Robot
Pranav Santhosh1, Divya Dinesh P2, Nithin Kumar S3, Vineeth U4, Sithara Jayaraj5
1,2,3,4 Student, Dept. of Electronics and Communication Engineering, MACE, Kerala, India 5Assistant Professor, Dept.
of Electronics and Communication Engineering, MACE, Kerala, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract – When natural calamities like earth quake, land
slide, flood occur, certain areas become inaccessible and
people get isolated. There comes a need of robots that can
move through rough terrains and collect information about
the conditions. For this purpose, we are introducing an
innovative six-legged robot. This robot can be used in spying,
surveillance and in rescue operations. The six-leg concept
inspired from ants gives the robot a better adaptability to the
rough balancing areas. The sixlegssupportmore movementof
freedom and have more stability than the traditional wheel
concept robot. By attaching camera these robots can produce
a visual result of the environment it stands.
Key Words: Bug-Bot, Arduino Mega, Raspberry Pi 3 B+,
Fusion 360, Corel Draw
1.INTRODUCTION
The most common way of designing a robot is by studying
the environment it has to work and by creating a robot
according to the inference. But when situations like
calamities happen the area of working will be changing very
quickly and the current algorithms can’t do anything there.
So a new algorithm is needed for this purpose.
The Bug-Bot is an answer to this problem. If we observe the
history, we can see that bugs have overcome natural
disasters like no other living beings. Inspired from the
structure of bugs the Bug-Bot will have this adaptive nature.
This peculiarity of the Bug-Bot gives it an upper hand in
rescue operations over its competing models.
The Bug-Bot can be used in spying purpose too. The bug like
shape gives more support to climb the walls and to pass
through small gaps. When these features are included it will
become a spying robot.
The walking algorithm[1] of robots is a new and very fast
advancing branch in robots. So the Bug-Bot can improve its
walking style in future and more features can be included to
make more versatile robot.
Our Bug-Bot have the following features
1.Shape suited to versatile conditions.
2.Full body can be 3D printed.
3.Bluetooth or RF communication is possible.
4.Easily maintainable and modifiable.
5.Rechargeable batteries as power source.
6.Can be controlled using mobile app.
2. BUG-BOT CREATION
The design concepts, various software used, hardware
Implementation will be explained in this section
2.1 Basic Concept of Bug-Bot
The bug-bot consist of a main body and six legs. Each leg
consists of three pieces, coxa, femur and tibia[2].
Fig -1: Structure of one leg
First is connected to the body of the bug-bot, it is termed as
Coxa. Third one is the one that touches the ground, it is
termed as Tibia. Second pieceis connected between first and
third piece, it is called Femur. Each leg consists of three
motors. The first motor is connected to the joint between
body and leg. It facilitates the to and fro motion. The second
and third motors facilitate the height adjustment and body
balancing. This design is inspired from the structure of ant.
Bio-mimicking is always a better way to develop good
designs.
2.2 Gait Planning
A gait is a sequence of leg motions coordinated with a
sequence of body motions formoving the overall body of the
robot in the desired direction and for orientation from one
place to another[3]. A gait is described as periodic when
similar states of the samelegduring successivestrokesoccur
at the same interval for all legs.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6665
The gait mainly used here is tripod gait. Tripod gait is a
regular, periodic gait where the anterior and posterior legs
on one side lift in time with the contralateral middle leg,
forming alternating tripods. This is a gait suitable for high
speed walking over relatively flat ground. The gait can be
made suitable to rough terrains by making the motion non-
periodic. It is implementedbysuitablepulsewidthchangesin
the programming part.
In Fig.1 the black spot shows the legs are in air and white
shows the legs are in ground.
Fig -2: Gait control in legs
2.3 Mechanical Design
Fig -3: 3-Dimensional view of parts
To create the bot six parts were 3D printed and fourteen
parts were laser cut. All the parts were created using Fusion
360 software[4]. Fusion 360 is a cloud-based 3D CAD
modelling software with many advanced features. The six
parts for 3D printing designed in Fusion 360 were printed
using Ultimaker 3D Printer. The rest twelve were edited in
Corel draw and laser cut. CorelDraw[5] is a vector graphics
editor developed and marketed by Corel Corporation.
Fig -4: Corel Draw design for laser cut
2.4 Electrical Design
The Bug-Bot contains an Arduino mega[6], HC-05 bluetooth
module, Raspberry pi 3B+, Pi Camera, DC to DC buck
convertor and 18 servo motors. All the 18 servo motors are
metal geared MG92B servos. The power supply used here is
11.1 V Li-PO rechargeable battery. The buck convertor is
used to step down the voltage from 11.1 V to 6.2 V. The 18
servo motors are connected directly to the buck convertor
for power. The control pins of the motor are connected to
the Arduino mega board from Pin 22 to Pin 33. The Arduino
board is powered through Vin and GND pins. The HC-05
module is directly connected to theArduinoboardforpower
and data transmission.
The Raspberry Pi is connected to the buck convertor for
power. Pi Camera is connected to the Raspberry Pi[7].
Fig -5: 3-Electrical Design
2.5 Operation of Bug-Bot
The forward motion is done by the simple tripod gate
algorithm. The anterior and posterior legs on one side lift in
time with the contralateral middle leg, forming alternate
tripods which cause forward motion.
The lifted legs move forward and touches ground. The
resting legs will now be lifted upwards and will move
forward along with the backward movement of the ground
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6666
touching legs. When ground touching legs try to go
backwards the friction will stop them from being move
backwards thus the body will move forward as a relative
motion. Thus, one step in forward motion is done. The same
movement of the group of legs produce one complete cycle
of motion. The backward motion is obtained by doing this
same process in backward direction.
The sideways movement is made by grouping one side legs
together and moving them simultaneously. When motion is
to right side the right-side legs will move backwards and the
left side legs will move forward. As a result, the body will get
tilted to right side.
Movement control signal from application:
Forward motion :2
Left side motion :4
Right side motion :6
Backward motion :8
Fig -6: Basic structure of Bug-Bot
3. EXPERIMENTAL RESULT
Our project was experimentally tested in the laboratory and
it exhibited the desired result. The communication between
the mobile application and the bug-bot has been achieved
through Bluetooth and it has a range over ten meters.
4. FUTURE SCOPE
The walking algorithm for robots is an advancing branch in
robotics. So more innovative ideas can be brought to the
bug-bot in the future like wall climbing and gliding over the
water surface.
5. CONCLUSION
In this paper, we have described the design concepts,
hardware and software used, schematics, simulator details
and experimental results.
REFERENCES
[1] Uluc Saranli. Dynamic locomotion with a hexapodrobot.
PhD thesis, The University of Michigan
[2] NASA. All-terrain hex-limbed extra-terrestrial explorer.
http:
//athlete:jpl:nasa:gov/
[3] Boston Dynamics. Boston dynamics: Dedicated to the
science and art of how things
move.http://www:bostondynamics:com/
robot bigdog:html
[4] Fusion 360,
https://academy.autodesk.com/course/126271/introductio
n- 3d-modelling
[5] CorelDraw,
https://www.coreldraw.com/en/pages/tutorials/coreldraw
/
[6] Arduino. Arduino - arduinoboardmega2560.
http://arduino:cc/en/Main/
ArduinoBoardMega2560
[7] Raspberry Pi Foundation. Raspberry pi. http:
//www:raspberrypi:org/

More Related Content

Similar to IRJET- Bug-Bot: Bluetooth Controlled Surveillance Robot

IRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoTIRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoTIRJET Journal
 
IRJET- Multi-Function Rover based on Rocker-Bogie Mechanism
IRJET-  	  Multi-Function Rover based on Rocker-Bogie MechanismIRJET-  	  Multi-Function Rover based on Rocker-Bogie Mechanism
IRJET- Multi-Function Rover based on Rocker-Bogie MechanismIRJET Journal
 
QuadraSpider: A Four-Legged Spider Robot Design and Control
QuadraSpider: A Four-Legged Spider Robot Design and ControlQuadraSpider: A Four-Legged Spider Robot Design and Control
QuadraSpider: A Four-Legged Spider Robot Design and ControlIRJET Journal
 
Multipurpose Warfield Surveillance Robot Using IoT
Multipurpose Warfield Surveillance Robot Using IoTMultipurpose Warfield Surveillance Robot Using IoT
Multipurpose Warfield Surveillance Robot Using IoTIRJET Journal
 
Design of a Library of Motion Functions for a Humanoid Robot for a Soccer Game
Design of a Library of Motion Functions for a Humanoid Robot for a Soccer GameDesign of a Library of Motion Functions for a Humanoid Robot for a Soccer Game
Design of a Library of Motion Functions for a Humanoid Robot for a Soccer GameUniversidad Complutense de Madrid
 
Development of Pick and Place Robot for Industrial Applications
Development of Pick and Place Robot for Industrial ApplicationsDevelopment of Pick and Place Robot for Industrial Applications
Development of Pick and Place Robot for Industrial ApplicationsIRJET Journal
 
DEVELOPMENT OF GESTURE CONTROLLED HEXAPOD USING WIRELESS TECHNOLOGY
DEVELOPMENT OF GESTURE CONTROLLED HEXAPOD USING WIRELESS TECHNOLOGYDEVELOPMENT OF GESTURE CONTROLLED HEXAPOD USING WIRELESS TECHNOLOGY
DEVELOPMENT OF GESTURE CONTROLLED HEXAPOD USING WIRELESS TECHNOLOGYIRJET Journal
 
Two wheeled self balancing robot for autonomous navigation
Two wheeled self balancing robot for autonomous navigationTwo wheeled self balancing robot for autonomous navigation
Two wheeled self balancing robot for autonomous navigationIAEME Publication
 
Final report minor_project
Final report minor_projectFinal report minor_project
Final report minor_projectOmkar Rane
 
Wireless bomb disposal robot ppt
Wireless bomb disposal robot pptWireless bomb disposal robot ppt
Wireless bomb disposal robot pptAbhishek Gupta
 
A Proportional-Integral-Derivative Control Scheme of Mobile Robotic platforms...
A Proportional-Integral-Derivative Control Scheme of Mobile Robotic platforms...A Proportional-Integral-Derivative Control Scheme of Mobile Robotic platforms...
A Proportional-Integral-Derivative Control Scheme of Mobile Robotic platforms...IOSR Journals
 
IRJET- Smart Luggage Carrying Robot Using Raspberry Pi
IRJET- Smart Luggage Carrying Robot Using Raspberry PiIRJET- Smart Luggage Carrying Robot Using Raspberry Pi
IRJET- Smart Luggage Carrying Robot Using Raspberry PiIRJET Journal
 
IRJET - Voice Controlled Robot using NodeMCU
IRJET - Voice Controlled Robot using NodeMCUIRJET - Voice Controlled Robot using NodeMCU
IRJET - Voice Controlled Robot using NodeMCUIRJET Journal
 
ROBOT ARM WITH SMARTPHONE CONTROL
ROBOT ARM WITH SMARTPHONE CONTROLROBOT ARM WITH SMARTPHONE CONTROL
ROBOT ARM WITH SMARTPHONE CONTROLIRJET Journal
 
IRJET - Tele-Replication of Human Hand Movements
IRJET -  	  Tele-Replication of Human Hand MovementsIRJET -  	  Tele-Replication of Human Hand Movements
IRJET - Tele-Replication of Human Hand MovementsIRJET Journal
 
Vehicle Controlled by Hand Gesture Using Raspberry pi
Vehicle Controlled by Hand Gesture Using Raspberry piVehicle Controlled by Hand Gesture Using Raspberry pi
Vehicle Controlled by Hand Gesture Using Raspberry piIRJET Journal
 
IRJET- Design, Manufacturing and Analysis of Robotic Arm with SCARA Confi...
IRJET-  	  Design, Manufacturing and Analysis of Robotic Arm with SCARA Confi...IRJET-  	  Design, Manufacturing and Analysis of Robotic Arm with SCARA Confi...
IRJET- Design, Manufacturing and Analysis of Robotic Arm with SCARA Confi...IRJET Journal
 

Similar to IRJET- Bug-Bot: Bluetooth Controlled Surveillance Robot (20)

IRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoTIRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoT
 
IRJET- Multi-Function Rover based on Rocker-Bogie Mechanism
IRJET-  	  Multi-Function Rover based on Rocker-Bogie MechanismIRJET-  	  Multi-Function Rover based on Rocker-Bogie Mechanism
IRJET- Multi-Function Rover based on Rocker-Bogie Mechanism
 
QuadraSpider: A Four-Legged Spider Robot Design and Control
QuadraSpider: A Four-Legged Spider Robot Design and ControlQuadraSpider: A Four-Legged Spider Robot Design and Control
QuadraSpider: A Four-Legged Spider Robot Design and Control
 
Multipurpose Warfield Surveillance Robot Using IoT
Multipurpose Warfield Surveillance Robot Using IoTMultipurpose Warfield Surveillance Robot Using IoT
Multipurpose Warfield Surveillance Robot Using IoT
 
Design of a Library of Motion Functions for a Humanoid Robot for a Soccer Game
Design of a Library of Motion Functions for a Humanoid Robot for a Soccer GameDesign of a Library of Motion Functions for a Humanoid Robot for a Soccer Game
Design of a Library of Motion Functions for a Humanoid Robot for a Soccer Game
 
Hardware Project
Hardware ProjectHardware Project
Hardware Project
 
Automatic P2R Published Paper P1277-1283
Automatic P2R Published Paper P1277-1283Automatic P2R Published Paper P1277-1283
Automatic P2R Published Paper P1277-1283
 
Development of Pick and Place Robot for Industrial Applications
Development of Pick and Place Robot for Industrial ApplicationsDevelopment of Pick and Place Robot for Industrial Applications
Development of Pick and Place Robot for Industrial Applications
 
Robot arm ppt
Robot arm pptRobot arm ppt
Robot arm ppt
 
DEVELOPMENT OF GESTURE CONTROLLED HEXAPOD USING WIRELESS TECHNOLOGY
DEVELOPMENT OF GESTURE CONTROLLED HEXAPOD USING WIRELESS TECHNOLOGYDEVELOPMENT OF GESTURE CONTROLLED HEXAPOD USING WIRELESS TECHNOLOGY
DEVELOPMENT OF GESTURE CONTROLLED HEXAPOD USING WIRELESS TECHNOLOGY
 
Two wheeled self balancing robot for autonomous navigation
Two wheeled self balancing robot for autonomous navigationTwo wheeled self balancing robot for autonomous navigation
Two wheeled self balancing robot for autonomous navigation
 
Final report minor_project
Final report minor_projectFinal report minor_project
Final report minor_project
 
Wireless bomb disposal robot ppt
Wireless bomb disposal robot pptWireless bomb disposal robot ppt
Wireless bomb disposal robot ppt
 
A Proportional-Integral-Derivative Control Scheme of Mobile Robotic platforms...
A Proportional-Integral-Derivative Control Scheme of Mobile Robotic platforms...A Proportional-Integral-Derivative Control Scheme of Mobile Robotic platforms...
A Proportional-Integral-Derivative Control Scheme of Mobile Robotic platforms...
 
IRJET- Smart Luggage Carrying Robot Using Raspberry Pi
IRJET- Smart Luggage Carrying Robot Using Raspberry PiIRJET- Smart Luggage Carrying Robot Using Raspberry Pi
IRJET- Smart Luggage Carrying Robot Using Raspberry Pi
 
IRJET - Voice Controlled Robot using NodeMCU
IRJET - Voice Controlled Robot using NodeMCUIRJET - Voice Controlled Robot using NodeMCU
IRJET - Voice Controlled Robot using NodeMCU
 
ROBOT ARM WITH SMARTPHONE CONTROL
ROBOT ARM WITH SMARTPHONE CONTROLROBOT ARM WITH SMARTPHONE CONTROL
ROBOT ARM WITH SMARTPHONE CONTROL
 
IRJET - Tele-Replication of Human Hand Movements
IRJET -  	  Tele-Replication of Human Hand MovementsIRJET -  	  Tele-Replication of Human Hand Movements
IRJET - Tele-Replication of Human Hand Movements
 
Vehicle Controlled by Hand Gesture Using Raspberry pi
Vehicle Controlled by Hand Gesture Using Raspberry piVehicle Controlled by Hand Gesture Using Raspberry pi
Vehicle Controlled by Hand Gesture Using Raspberry pi
 
IRJET- Design, Manufacturing and Analysis of Robotic Arm with SCARA Confi...
IRJET-  	  Design, Manufacturing and Analysis of Robotic Arm with SCARA Confi...IRJET-  	  Design, Manufacturing and Analysis of Robotic Arm with SCARA Confi...
IRJET- Design, Manufacturing and Analysis of Robotic Arm with SCARA Confi...
 

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

Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxMustafa Ahmed
 
Danikor Product Catalog- Screw Feeder.pdf
Danikor Product Catalog- Screw Feeder.pdfDanikor Product Catalog- Screw Feeder.pdf
Danikor Product Catalog- Screw Feeder.pdfthietkevietthinh
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxhublikarsn
 
Unsatisfied Bhabhi ℂall Girls Ahmedabad Book Esha 6378878445 Top Class ℂall G...
Unsatisfied Bhabhi ℂall Girls Ahmedabad Book Esha 6378878445 Top Class ℂall G...Unsatisfied Bhabhi ℂall Girls Ahmedabad Book Esha 6378878445 Top Class ℂall G...
Unsatisfied Bhabhi ℂall Girls Ahmedabad Book Esha 6378878445 Top Class ℂall G...Payal Garg #K09
 
Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information SystemsAnge Felix NSANZIYERA
 
Adsorption (mass transfer operations 2) ppt
Adsorption (mass transfer operations 2) pptAdsorption (mass transfer operations 2) ppt
Adsorption (mass transfer operations 2) pptjigup7320
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...HenryBriggs2
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxpritamlangde
 
Compressing and Sparsifying LLM in GenAI Applications
Compressing and Sparsifying LLM in GenAI ApplicationsCompressing and Sparsifying LLM in GenAI Applications
Compressing and Sparsifying LLM in GenAI ApplicationsMFatihSIRA
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesChandrakantDivate1
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiessarkmank1
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...ppkakm
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxMustafa Ahmed
 
8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessorAshwiniTodkar4
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwaitjaanualu31
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementDr. Deepak Mudgal
 

Recently uploaded (20)

Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptx
 
Danikor Product Catalog- Screw Feeder.pdf
Danikor Product Catalog- Screw Feeder.pdfDanikor Product Catalog- Screw Feeder.pdf
Danikor Product Catalog- Screw Feeder.pdf
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptx
 
Unsatisfied Bhabhi ℂall Girls Ahmedabad Book Esha 6378878445 Top Class ℂall G...
Unsatisfied Bhabhi ℂall Girls Ahmedabad Book Esha 6378878445 Top Class ℂall G...Unsatisfied Bhabhi ℂall Girls Ahmedabad Book Esha 6378878445 Top Class ℂall G...
Unsatisfied Bhabhi ℂall Girls Ahmedabad Book Esha 6378878445 Top Class ℂall G...
 
Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information Systems
 
Adsorption (mass transfer operations 2) ppt
Adsorption (mass transfer operations 2) pptAdsorption (mass transfer operations 2) ppt
Adsorption (mass transfer operations 2) ppt
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
Compressing and Sparsifying LLM in GenAI Applications
Compressing and Sparsifying LLM in GenAI ApplicationsCompressing and Sparsifying LLM in GenAI Applications
Compressing and Sparsifying LLM in GenAI Applications
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptx
 
8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth Reinforcement
 

IRJET- Bug-Bot: Bluetooth Controlled Surveillance Robot

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6664 BUG-BOT: Bluetooth Controlled Surveillance Robot Pranav Santhosh1, Divya Dinesh P2, Nithin Kumar S3, Vineeth U4, Sithara Jayaraj5 1,2,3,4 Student, Dept. of Electronics and Communication Engineering, MACE, Kerala, India 5Assistant Professor, Dept. of Electronics and Communication Engineering, MACE, Kerala, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract – When natural calamities like earth quake, land slide, flood occur, certain areas become inaccessible and people get isolated. There comes a need of robots that can move through rough terrains and collect information about the conditions. For this purpose, we are introducing an innovative six-legged robot. This robot can be used in spying, surveillance and in rescue operations. The six-leg concept inspired from ants gives the robot a better adaptability to the rough balancing areas. The sixlegssupportmore movementof freedom and have more stability than the traditional wheel concept robot. By attaching camera these robots can produce a visual result of the environment it stands. Key Words: Bug-Bot, Arduino Mega, Raspberry Pi 3 B+, Fusion 360, Corel Draw 1.INTRODUCTION The most common way of designing a robot is by studying the environment it has to work and by creating a robot according to the inference. But when situations like calamities happen the area of working will be changing very quickly and the current algorithms can’t do anything there. So a new algorithm is needed for this purpose. The Bug-Bot is an answer to this problem. If we observe the history, we can see that bugs have overcome natural disasters like no other living beings. Inspired from the structure of bugs the Bug-Bot will have this adaptive nature. This peculiarity of the Bug-Bot gives it an upper hand in rescue operations over its competing models. The Bug-Bot can be used in spying purpose too. The bug like shape gives more support to climb the walls and to pass through small gaps. When these features are included it will become a spying robot. The walking algorithm[1] of robots is a new and very fast advancing branch in robots. So the Bug-Bot can improve its walking style in future and more features can be included to make more versatile robot. Our Bug-Bot have the following features 1.Shape suited to versatile conditions. 2.Full body can be 3D printed. 3.Bluetooth or RF communication is possible. 4.Easily maintainable and modifiable. 5.Rechargeable batteries as power source. 6.Can be controlled using mobile app. 2. BUG-BOT CREATION The design concepts, various software used, hardware Implementation will be explained in this section 2.1 Basic Concept of Bug-Bot The bug-bot consist of a main body and six legs. Each leg consists of three pieces, coxa, femur and tibia[2]. Fig -1: Structure of one leg First is connected to the body of the bug-bot, it is termed as Coxa. Third one is the one that touches the ground, it is termed as Tibia. Second pieceis connected between first and third piece, it is called Femur. Each leg consists of three motors. The first motor is connected to the joint between body and leg. It facilitates the to and fro motion. The second and third motors facilitate the height adjustment and body balancing. This design is inspired from the structure of ant. Bio-mimicking is always a better way to develop good designs. 2.2 Gait Planning A gait is a sequence of leg motions coordinated with a sequence of body motions formoving the overall body of the robot in the desired direction and for orientation from one place to another[3]. A gait is described as periodic when similar states of the samelegduring successivestrokesoccur at the same interval for all legs.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6665 The gait mainly used here is tripod gait. Tripod gait is a regular, periodic gait where the anterior and posterior legs on one side lift in time with the contralateral middle leg, forming alternating tripods. This is a gait suitable for high speed walking over relatively flat ground. The gait can be made suitable to rough terrains by making the motion non- periodic. It is implementedbysuitablepulsewidthchangesin the programming part. In Fig.1 the black spot shows the legs are in air and white shows the legs are in ground. Fig -2: Gait control in legs 2.3 Mechanical Design Fig -3: 3-Dimensional view of parts To create the bot six parts were 3D printed and fourteen parts were laser cut. All the parts were created using Fusion 360 software[4]. Fusion 360 is a cloud-based 3D CAD modelling software with many advanced features. The six parts for 3D printing designed in Fusion 360 were printed using Ultimaker 3D Printer. The rest twelve were edited in Corel draw and laser cut. CorelDraw[5] is a vector graphics editor developed and marketed by Corel Corporation. Fig -4: Corel Draw design for laser cut 2.4 Electrical Design The Bug-Bot contains an Arduino mega[6], HC-05 bluetooth module, Raspberry pi 3B+, Pi Camera, DC to DC buck convertor and 18 servo motors. All the 18 servo motors are metal geared MG92B servos. The power supply used here is 11.1 V Li-PO rechargeable battery. The buck convertor is used to step down the voltage from 11.1 V to 6.2 V. The 18 servo motors are connected directly to the buck convertor for power. The control pins of the motor are connected to the Arduino mega board from Pin 22 to Pin 33. The Arduino board is powered through Vin and GND pins. The HC-05 module is directly connected to theArduinoboardforpower and data transmission. The Raspberry Pi is connected to the buck convertor for power. Pi Camera is connected to the Raspberry Pi[7]. Fig -5: 3-Electrical Design 2.5 Operation of Bug-Bot The forward motion is done by the simple tripod gate algorithm. The anterior and posterior legs on one side lift in time with the contralateral middle leg, forming alternate tripods which cause forward motion. The lifted legs move forward and touches ground. The resting legs will now be lifted upwards and will move forward along with the backward movement of the ground
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6666 touching legs. When ground touching legs try to go backwards the friction will stop them from being move backwards thus the body will move forward as a relative motion. Thus, one step in forward motion is done. The same movement of the group of legs produce one complete cycle of motion. The backward motion is obtained by doing this same process in backward direction. The sideways movement is made by grouping one side legs together and moving them simultaneously. When motion is to right side the right-side legs will move backwards and the left side legs will move forward. As a result, the body will get tilted to right side. Movement control signal from application: Forward motion :2 Left side motion :4 Right side motion :6 Backward motion :8 Fig -6: Basic structure of Bug-Bot 3. EXPERIMENTAL RESULT Our project was experimentally tested in the laboratory and it exhibited the desired result. The communication between the mobile application and the bug-bot has been achieved through Bluetooth and it has a range over ten meters. 4. FUTURE SCOPE The walking algorithm for robots is an advancing branch in robotics. So more innovative ideas can be brought to the bug-bot in the future like wall climbing and gliding over the water surface. 5. CONCLUSION In this paper, we have described the design concepts, hardware and software used, schematics, simulator details and experimental results. REFERENCES [1] Uluc Saranli. Dynamic locomotion with a hexapodrobot. PhD thesis, The University of Michigan [2] NASA. All-terrain hex-limbed extra-terrestrial explorer. http: //athlete:jpl:nasa:gov/ [3] Boston Dynamics. Boston dynamics: Dedicated to the science and art of how things move.http://www:bostondynamics:com/ robot bigdog:html [4] Fusion 360, https://academy.autodesk.com/course/126271/introductio n- 3d-modelling [5] CorelDraw, https://www.coreldraw.com/en/pages/tutorials/coreldraw / [6] Arduino. Arduino - arduinoboardmega2560. http://arduino:cc/en/Main/ ArduinoBoardMega2560 [7] Raspberry Pi Foundation. Raspberry pi. http: //www:raspberrypi:org/