Skip to content
Snippets Groups Projects
Commit 65f5b413 authored by Siddhi Bodhe's avatar Siddhi Bodhe
Browse files

week10

parent ef192dd2
No related branches found
No related tags found
No related merge requests found
Pipeline #467370 passed
......@@ -27,6 +27,65 @@
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<style>
/* Use flexbox to create a row layout */
.image-container {
display: flex;
}
/* Optional: Add some spacing between images */
.image-container img {
margin-right: 10px;
}
h2 {
margin-right: 150px;
margin-left: 150px;
}
h3 {
margin-right: 150px;
margin-left: 150px;
}
h4 {
margin-right: 150px;
margin-left: 150px;
}
p {
margin: 30px;
}
div {
text-align: justify;
text-justify: inter-word;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
p {
margin-right: 150px;
margin-left: 150px;
}
p {
font-size: 24px;
}
* {
box-sizing: border-box;
}
.column {
float: left;
width: 33.33%;
padding: 5px;
}
/* Clearfix (clear floats) */
.row::after {
content: "";
clear: both;
display: table;
}
</style>
</head>
<body>
......@@ -97,67 +156,114 @@
<div class="d-inline-flex text-white">
<h6 class="text-uppercase m-0"><a class="text-white" href="">Assignments</a></h6>
<h6 class="text-body m-0 px-3">/</h6>
<h6 class="text-uppercase text-body m-0">Output Devices</h6>
<h6 class="text-uppercase text-body m-0">Mechanical Design and Machine Design</h6>
</div>
</div>
<!-- Page Header Start -->
<!--Documentation Start-->
<p><FONT><b><a href="groupassignmentweek-10.html">Group Assignment</a></b>
</FONT></p>
<div>
<p><FONT COLOR="black">On the Wednesday of tenth week, Mr. Neil sir conducted our tenth global session. He took the random generator in first 90 minutes. He gave us overall explaination about week-10 which includes Mechanical Design and Machine Design.
<br>
In this assignment, I have made documentation on-<br>
<b><a href="groupassignmentweek-10.html">Group Assignment</a></b><br>
1. design a machine that includes mechanism + actuation + automation + application.<br>
2. build the mechanical parts and operate it manually.<br>
3. document the group project and your individual contribution.<br>
<b>Individual Assignment</b><br>
1. document your individual contribution of the project. <br>
<b>My Contribution:-</b>
<p><FONT COLOR="black">
<b> Firmware and Interfacing</b><br>
We have used "grbl" firmware for our machine. GRBL is open-source software that translates G-codes into motor movements for precise control in CNC machines, ensuring accurate operation and flawless execution of your designs. The process starts with CAD software, which reads the design, and then CAM software converts it into G-codes. These G-codes are the lifeblood of your CNC machine, controlling everything from the laser module to the cutting and engraving processes.GRBL is an embedded, high-performance software designed for controlling the motion of machines that move, create, or both. Its compatibility with a range of CNC machines and superior motion control makes it a top choice for applications such as milling, laser cutting, and metal engraving.
When selecting your first CNC machine compatible with GRBL, it is important to consider factors like the type of machine, worktop size, laser power, and control software. GRBL offers numerous advantages for motion control, including superior accuracy, rapid operation, and economical cost, making it an ideal choice for controlling CNC machines with Arduino Uno.
<br></FONT></p>
<div>
<img width="700" height="450"src="images/Week-10/c-01.png">
</div><br>
<p><FONT COLOR="black">
Firstly, search "grbl Github" on google or click on &#128073; <a href="https://github.com/grbl/grbl">grbl github</a> to get grbl file to import in Arduino board for machine work.
</FONT></p>
<div>
<img width="700" height="450"src="images/Week-10/c-02.png">
</div><br>
<p><FONT COLOR="black">
Now, download zip file by clicking on "Download ZIP" option which is situated in the drop down list of "Code" button.
</FONT></p>
<div>
<img width="700" height="450"src="images/Week-10/c-03.png">
</div><br>
<p><FONT COLOR="black">
Extract the downloaded ZIP file by clicking on "Extract All" option by clicking on right click.
</FONT></p>
<div>
<img width="700" height="450"src="images/Week-10/c-04.png">
</div><br>
<p><FONT COLOR="black">
Open Arduino IDE and firstly select board type-Arduino UNO. Then, add "grbl" ZIP file which we have taken from extracted "grbl master" file by going to include library option situated in "Sketch" option.
</FONT></p>
<div>
<img width="700" height="450"src="images/Week-10/c-05.png">
</div><br>
<p><FONT COLOR="black">
Now, the library is installed into Arduino IDE.
</FONT></p>
<div>
<img width="700" height="450"src="images/Week-10/c-06.png">
</div><br>
<p><FONT COLOR="black">
Go to "Examples" option located in the dropdown list of "File" option and upload installed library in IDE.
</FONT></p>
<div>
<img width="700" height="450"src="images/Week-10/c-07.png">
</div><br>
<p><FONT COLOR="black">
Here is the library of grbl firmware.
</FONT></p>
<div>
<img width="700" height="450"src="images/Week-10/c-08.png">
</div><br>
<p><FONT COLOR="black">
Now, Compile the code and upload it into Arduino board. Finally the firmware uploading is done.
</FONT></p>
<div>
<img width="700" height="450"src="images/Week-10/c-09.png">
</div><br>
<p><FONT COLOR="black">
Now, to operate our machine we needed Graphical User Interface. So, we decided to use UGS-Universal GCode Sender. To download this open source GUI, again search "ugs github" on google.
</FONT></p>
<div>
<img width="700" height="450"src="images/Week-10/c-10.png">
</div><br>
<p><FONT COLOR="black">
Download ZIP file by clicking on "Download ZIP" option.
</FONT></p>
<div>
<img width="700" height="450"src="images/Week-10/c-11.png">
</div><br>
<p><FONT COLOR="black">
Now, extract the downloaded ZIP file and go to "bin" folder to open UGS GUI.
</FONT></p>
<div>
<img width="700" height="450"src="images/Week-10/c-12.png">
</div><br>
<div>
<img width="700" height="450"src="images/Week-10/c-13.png">
</div><br>
</FONT></p>
</div>
<!--Documentation End-->
<!-- Footer Start -->
<div class="container-fluid bg-dark text-light mt-5 py-5 wow fadeInUp" data-wow-delay="0.1s">
<div class="container pt-5">
<div class="row g-5">
<div class="col-lg-3 col-md-6">
<h3 class="text-white mb-4">Quick Links</h3>
<div class="d-flex flex-column justify-content-start">
<a class="text-light mb-2" href="#"><i class="bi bi-arrow-right text-primary me-2"></i>Home</a>
<a class="text-light mb-2" href="#"><i class="bi bi-arrow-right text-primary me-2"></i>About </a>
<a class="text-light mb-2" href="#"><i class="bi bi-arrow-right text-primary me-2"></i>Assignments</a>
<a class="text-light mb-2" href="#"><i class="bi bi-arrow-right text-primary me-2"></i>Final Project</a>
</div>
</div>
<div class="col-lg-3 col-md-6">
<h3 class="text-white mb-4">Popular Links</h3>
<div class="d-flex flex-column justify-content-start">
<a class="text-light mb-2" href="#"><i class="bi bi-arrow-right text-primary me-2"></i>Home</a>
<a class="text-light mb-2" href="#"><i class="bi bi-arrow-right text-primary me-2"></i>About </a>
<a class="text-light mb-2" href="#"><i class="bi bi-arrow-right text-primary me-2"></i>Assignments</a>
<a class="text-light mb-2" href="#"><i class="bi bi-arrow-right text-primary me-2"></i>Final Project</a>
</div>
</div>
<div class="col-lg-3 col-md-6">
<h3 class="text-white mb-4">Get In Touch</h3>
<p class="mb-2"><i class="bi bi-geo-alt text-primary me-2"></i>Sanjivani College of Engineering, Kopargaon-423601, India</p>
<p class="mb-2"><i class="bi bi-envelope-open text-primary me-2"></i>siddhibodhe100@.com</p>
<p class="mb-0"><i class="bi bi-telephone text-primary me-2"></i>+91 7057760100</p>
</div>
</div>
</div>
</div>
<div class="container-fluid bg-primary text-light py-4">
<div class="container">
<div class="row g-5">
<div class="col-md-6 text-center text-md-start">
<p class="mb-md-0">&copy; <a class="text-white border-bottom" href="#">Siddhi Bodhe Fab Academy 2024</a>. All Rights Reserved.</p>
</div>
<div class="col-md-6 text-center text-md-end">
<p class="mb-0">Designed by <a class="text-white border-bottom" href="https://htmlcodex.com">HTML Codex</a></p>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Footer Start -->
<div>
<p><center><u><h3><FONT COLOR="2b2e4a">Siddhi Bodhe Fab Academy&#128513;</FONT></h3></u></center></p><br><br>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary btn-lg-square back-to-top"><i class="fa fa-angle-double-up"></i></a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment