<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OTHER &#8211; DOO YON KIM</title>
	<atom:link href="https://www.doyoki.com/category/other/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.doyoki.com</link>
	<description></description>
	<lastBuildDate>Wed, 04 Feb 2026 08:47:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://www.doyoki.com/wp-content/uploads/2016/02/LOGGGGO22-CENTER-35.jpg</url>
	<title>OTHER &#8211; DOO YON KIM</title>
	<link>https://www.doyoki.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>SPACE TRAVELLING</title>
		<link>https://www.doyoki.com/space-travelling/</link>
		
		<dc:creator><![CDATA[kdoodoo]]></dc:creator>
		<pubDate>Tue, 03 Jul 2018 02:08:49 +0000</pubDate>
				<category><![CDATA[OTHER]]></category>
		<category><![CDATA[Product]]></category>
		<category><![CDATA[WEBAPP]]></category>
		<guid isPermaLink="false">https://www.doyoki.com/?p=485</guid>

					<description><![CDATA[WHAT&#8217;S BEHIND Proposal The original plan was to make a visualization of mathematical equation. If you are familiar with Maya there is phong function. The function that changes the surface of the object in 3D. However, the Phong is named after a mathematician whose name is Phong. So, what we see on the screen is [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><iframe style="border-radius: 6px;" src="https://www.doyoki.com/project/icm/finalfin2/" width="1000" height="700" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br />
WHAT&#8217;S BEHIND</p>
<p><img fetchpriority="high" decoding="async" class="size-full wp-image-555 aligncenter" src="https://www.doyoki.com/wp-content/uploads/2016/09/screen-shot-2015-11-30-at-3-43-28-pm.png" alt="Screen Shot 2015-11-30 at 3.43.28 PM" width="1440" height="747" /></p>
<ol>
<li>Proposal<br />
The original plan was to make a visualization of mathematical equation. If you are familiar with Maya there is phong function. The function that changes the surface of the object in 3D. However, the Phong is named after a mathematician whose name is Phong. So, what we see on the screen is often from the mathematical equation done by some mathematicians. So, my goal was to make a visual representation of the mathematical equation.</li>
<li>Average Equation<br />
So, I started with a simple equation using array. The reason that I thought of using array is that because the value that influence the visual got to be changing over time. So, I started with average equation. It was easy approach because the array can be divided by the length of the array. So, mouse X values are summed up in the array and the sum of mouseX is divided by the length of the array. I divided the windowwidth into two that if the mouse X is on the left side, it will be the negative value and if the mouse X is on the right side it would be positive value. In this way the visual would be able to increase and decrease its shape over time.</li>
<li>User Testing A<br />
I showed this to the class and classmates were perplexed by the complexity. They did not get the what the mouseX is doing and why the visual is keep changing. I needed to explain what the logic is behind and clarify the user interaction.</li>
<li>User Testing  B<br />
I simplified the visual and showed it to one of the ITPers and I got a suggestion of using a webcam. So, I created the webcam and mouseX interaction. However, even after, the mouse X was not responding fast enough. I needed something that the value changes dramatically. If you put your mouse on the right side for a long time then, you would be able to see the lines moving and moving objects over the webcam will change the movements of the lines. Also if you put your mouse on the left side for a long time then, you would be able to see the lines are diminishing. <a href="https://www.doyoki.com/project/icm/finalfin3/" target="_blank" rel="noopener">https://www.doyoki.com/project/icm/finalfin3/</a></li>
<li>Thanksgiving Break<br />
I was in the bed, dreamed that I was in the darkness and saw black ellipses moving. So, I woke up and I just opened up the laptop and started to make a black ellipse changing its radius. However, the ellipse was only getting big but small. So, I changed the if statement adding &#8220;c = -c;&#8221; Now, ellipse was changing big and small.</li>
<li>Exponential Equation<br />
So, I played more with ellipse making more like my dream. I needed an exponential equation. So, I changed the code from  &#8220;c = c d&#8221; to &#8220;c = c d*f.&#8221; The &#8220;f&#8221; is the counter in the for loop so it would change the value in more dramatic as:<br />
1 1 * 1 = 2<br />
2 2 * 2 = 6<br />
6 6 * 3 = 24<br />
And after changing the equation, when I looked at this sphere getting big and small, I felt like I was in the space approaching to and flying away from the star.<br />
<img decoding="async" class="size-full wp-image-559 aligncenter" src="https://www.doyoki.com/wp-content/uploads/2016/09/screen-shot-2015-12-02-at-4-51-14-pm.png" alt="Screen Shot 2015-12-02 at 4.51.14 PM" width="1440" height="743" /></li>
<li>Final<br />
I added more colors, more ellipses later. And I eliminated the mouse and the webcam interaction because I wanted to eliminate user&#8217;s misunderstandings. Here is the final.<br />
<a href="https://www.doyoki.com/project/icm/finalfin2/" target="_blank" rel="noopener">https://www.doyoki.com/project/icm/finalfin2/<br />
</a>And here is the visual interpretation of code. You can see the radius of the ellipses are changing in bigger scale.<iframe loading="lazy" src="https://www.doyoki.com/project/icm/finalfin/" width="1000" height="700" frameborder="0" allowfullscreen="allowfullscreen"></iframe><br />
<a href="https://www.doyoki.com/project/icm/finalfin/" target="_blank" rel="noopener">https://www.doyoki.com/project/icm/finalfin/<br />
</a>And here is the code.<br />
<a href="https://gist.github.com/kdoodoo/45074466d268ed84d66a" target="_blank" rel="noopener">https://gist.github.com/kdoodoo/45074466d268ed84d66a</a></li>
<li>Conclusion<br />
ICM got me a better understanding of the code. I was in the computer engineering major for the first two years of college and back then I enjoyed elective courses like design 101 more rather than doing the labs on C# and  C . ICM got me better that I like coding now. And I cannot believe there are only three semesters left at the ITP and it feels much different from the first semester of the 4 years of college. I am running out of time. ITP gotta be 4 year pr0gram.</li>
</ol>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ANXIETY EXPLOSIVE</title>
		<link>https://www.doyoki.com/interactive-music/</link>
		
		<dc:creator><![CDATA[kdoodoo]]></dc:creator>
		<pubDate>Wed, 23 May 2018 23:05:42 +0000</pubDate>
				<category><![CDATA[OTHER]]></category>
		<category><![CDATA[Product]]></category>
		<category><![CDATA[WEBAPP]]></category>
		<guid isPermaLink="false">https://www.doyoki.com/?p=908</guid>

					<description><![CDATA[LINK1 : Don &#8211; Yes &#160; The graphic is from the WEBGL of P5.JS. I made a music composed with FL Studio which is YES. The other is Grace&#8217;s recent music, You don&#8217;t own me. So, YES conveys my thought process well. The music is continuously in loop. The musical sense is in a normal [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://www.doyoki.com/project/interactivemusic/fin/intmusfin%20copy%202.html" target="_blank" rel="noopener">LINK1 : Don &#8211; Yes</a></span></p>
<p>&nbsp;</p>
<p><img loading="lazy" decoding="async" class=" wp-image-947 aligncenter" src="https://www.doyoki.com/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-23.33.33-595x299.png" alt="Screen Shot 2016-04-26 at 23.33.33" width="852" height="533" /> <img loading="lazy" decoding="async" class="wp-image-952 aligncenter" src="https://www.doyoki.com/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-23.34.25-1-595x372.png" alt="Screen Shot 2016-04-26 at 23.34.25" width="852" height="533" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-23.34.25-1-595x372.png 595w, https://www.doyoki.com/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-23.34.25-1-480x300.png 480w, https://www.doyoki.com/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-23.34.25-1-768x480.png 768w, https://www.doyoki.com/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-23.34.25-1-960x600.png 960w, https://www.doyoki.com/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-23.34.25-1-1240x775.png 1240w, https://www.doyoki.com/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-23.34.25-1-508x318.png 508w, https://www.doyoki.com/wp-content/uploads/2016/04/Screen-Shot-2016-04-26-at-23.34.25-1.png 1440w" sizes="auto, (max-width: 852px) 100vw, 852px" /></p>
<p>The graphic is from the WEBGL of P5.JS. I made a music composed with FL Studio which is YES. The other is Grace&#8217;s recent music, You don&#8217;t own me. So, YES conveys my thought process well.</p>
<p>The music is continuously in loop. The musical sense is in a normal state that audience enjoys the music. Once the user is curious about the interaction, it might click. As the user click the mouse button, there is a transition to other view.</p>
<p>If that view is in temptation one will continuously click to explore as the the other music interferes the sense of normality.</p>
<p>And if one keeps clicking on the mouse the music will trans into abnormal state which will lose the sense of the music but it will be a noise.</p>
<p>As a result, I named the work, Anxiety Explosive.</p>
<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2666.png" alt="♦" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Technical Note: I used the Tone.js, P5.js and WEBGL. The boxes are outcome of analyzer of the tone.js that the box&#8217;s XYZ dimensions are stretching and contracting and also it rotates related to the analyzer. Also, when the mouse is pressed, the camera is triggered related to mouse X and Y positions.</p>
<p>&nbsp;</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>STALACTITE</title>
		<link>https://www.doyoki.com/stalactite/</link>
		
		<dc:creator><![CDATA[kdoodoo]]></dc:creator>
		<pubDate>Fri, 09 Feb 2018 00:53:03 +0000</pubDate>
				<category><![CDATA[OTHER]]></category>
		<category><![CDATA[Product]]></category>
		<category><![CDATA[WEBAPP]]></category>
		<guid isPermaLink="false">https://www.doyoki.com/?p=683</guid>

					<description><![CDATA[It is a visualization of STALACTITE. FULL SCREEN1 FULL SCREEN2 &#160;]]></description>
										<content:encoded><![CDATA[<p>It is a visualization of STALACTITE.</p>
<p><a href="https://www.doyoki.com/project/icm/icm_week6/stalactite/index.html" target="_blank" rel="noopener">FULL SCREEN1</a></p>
<p><a href="https://www.doyoki.com/project/icm/icm_week6/stalactite2/index.html" target="_blank" rel="noopener">FULL SCREEN2</a></p>
<p>&nbsp;</p>
<p><iframe loading="lazy" src="https://www.doyoki.com/project/icm/icm_week6/stalactite/index.html" width="1000" height="300" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p><iframe loading="lazy" src="https://www.doyoki.com/project/icm/icm_week6/stalactite2/index.html" width="1000" height="300" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>DOBERMAN TABLE</title>
		<link>https://www.doyoki.com/doberman-table/</link>
		
		<dc:creator><![CDATA[kdoodoo]]></dc:creator>
		<pubDate>Wed, 11 May 2016 00:56:04 +0000</pubDate>
				<category><![CDATA[OTHER]]></category>
		<category><![CDATA[Product]]></category>
		<category><![CDATA[ROBOTICS/MAE]]></category>
		<guid isPermaLink="false">https://www.doyoki.com/?p=898</guid>

					<description><![CDATA[I started with a chair at the Autocad and later changed to the table. I named it as the Doberman Table because the black legs of the table remind me of the Doberman breed canine. In terms of an assembly, I made pockets bit smaller which is better than bigger. Getting all 4 pieces into [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I started with a chair at the Autocad and later changed to the table. I named it as the Doberman Table because the black legs of the table remind me of the Doberman breed canine.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1056" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1804-595x446.jpg" alt="IMG_1804" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1804-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1804-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1804-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1804-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1804.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1055" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1803-595x446.jpg" alt="IMG_1803" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1803-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1803-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1803-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1803-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1803.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /></p>
<p>In terms of an assembly, I made pockets bit smaller which is better than bigger. Getting all 4 pieces into the 4 holes was painful. I sanded them and it was now loose by hair. It was fit but easy to remove too. So I glued the top 4 pockets. Here is the result.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1053" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1799-595x446.jpg" alt="IMG_1799" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1799-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1799-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1799-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1799-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1799.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1052" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1798-595x446.jpg" alt="IMG_1798" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1798-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1798-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1798-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1798-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1798.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1051" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1797-595x446.jpg" alt="IMG_1797" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1797-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1797-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1797-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1797-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1797.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1050" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1796-595x446.jpg" alt="IMG_1796" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1796-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1796-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1796-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1796-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1796.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1049" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1795-595x446.jpg" alt="IMG_1795" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1795-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1795-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1795-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1795-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1795.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1048" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1794-595x446.jpg" alt="IMG_1794" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1794-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1794-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1794-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1794-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1794.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /></p>
<p>The pieces came out nicely except the black laminated piece was painful to get it out. The laminated was not cut clean I had to cut manually. After Cutting manually, I sanded the edges which torn off some of the laminates. So the parts which got torn off are placed at the inside of the table.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1033" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1737-595x446.jpg" alt="IMG_1737" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1737-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1737-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1737-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1737-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1737.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1032" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1736-595x446.jpg" alt="IMG_1736" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1736-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1736-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1736-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1736-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1736.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1031" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1735-595x446.jpg" alt="IMG_1735" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1735-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1735-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1735-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1735-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1735.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1030" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1734-595x446.jpg" alt="IMG_1734" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1734-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1734-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1734-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1734-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1734.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /></p>
<p>At the master cam, I made three different G code because I had three different pieces of woods. Having multiple woods created multiple G codes. However at the CNC, it was much easier because I basically set the woods all together at the bed of the CNC. As CNC finishes one job, I switched the XYZ zeros to the new board and started cutting with the different files.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1029" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1733-595x446.jpg" alt="IMG_1733" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1733-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1733-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1733-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1733-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1733.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /></p>
<p>Here you may see the black wood is aligned next to the second piece.<img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1028" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1732-595x446.jpg" alt="IMG_1732" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1732-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1732-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1732-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1732-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1732.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1027" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1731-595x446.jpg" alt="IMG_1731" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1731-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1731-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1731-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1731-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1731.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1026" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1730-595x446.jpg" alt="IMG_1730" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1730-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1730-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1730-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1730-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1730.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1025" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1729-595x446.jpg" alt="IMG_1729" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1729-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1729-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1729-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1729-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1729.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1024" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1728-595x446.jpg" alt="IMG_1728" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1728-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1728-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1728-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1728-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1728.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1022" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1726-595x446.jpg" alt="IMG_1726" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1726-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1726-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1726-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1726-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1726.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1021" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1725-595x446.jpg" alt="IMG_1725" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1725-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1725-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1725-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1725-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1725.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1075" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1823-595x446.jpg" alt="IMG_1823" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1823-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1823-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1823-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1823-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1823.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1074" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1822-595x446.jpg" alt="IMG_1822" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1822-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1822-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1822-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1822-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1822.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1073" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1821-595x446.jpg" alt="IMG_1821" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1821-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1821-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1821-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1821-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1821.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1072" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1820-595x446.jpg" alt="IMG_1820" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1820-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1820-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1820-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1820-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1820.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1071" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1819-595x446.jpg" alt="IMG_1819" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1819-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1819-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1819-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1819-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1819.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1070" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1818-595x446.jpg" alt="IMG_1818" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1818-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1818-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1818-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1818-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1818.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1069" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1817-595x446.jpg" alt="IMG_1817" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1817-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1817-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1817-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1817-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1817.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1068" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1816-595x446.jpg" alt="IMG_1816" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1816-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1816-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1816-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1816-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1816.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1067" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1815-595x446.jpg" alt="IMG_1815" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1815-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1815-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1815-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1815-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1815.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1066" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1814-595x446.jpg" alt="IMG_1814" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1814-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1814-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1814-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1814-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1814.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1065" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1813-595x446.jpg" alt="IMG_1813" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1813-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1813-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1813-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1813-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1813.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1064" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1812-595x446.jpg" alt="IMG_1812" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1812-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1812-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1812-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1812-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1812.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1063" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1811-595x446.jpg" alt="IMG_1811" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1811-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1811-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1811-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1811-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1811.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1062" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1810-595x446.jpg" alt="IMG_1810" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1810-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1810-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1810-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1810-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1810.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1061" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1809-595x446.jpg" alt="IMG_1809" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1809-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1809-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1809-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1809-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1809.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1060" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1808-1-595x446.jpg" alt="IMG_1808" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1808-1-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1808-1-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1808-1-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1808-1-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1808-1.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1059" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1807-595x446.jpg" alt="IMG_1807" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1807-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1807-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1807-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1807-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1807.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1058" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1806-595x446.jpg" alt="IMG_1806" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1806-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1806-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1806-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1806-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1806.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1057" src="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1805-595x446.jpg" alt="IMG_1805" width="980" height="735" srcset="https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1805-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1805-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1805-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1805-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/04/IMG_1805.jpg 1280w" sizes="auto, (max-width: 980px) 100vw, 980px" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>METAL LATHE</title>
		<link>https://www.doyoki.com/metal-lathe/</link>
		
		<dc:creator><![CDATA[kdoodoo]]></dc:creator>
		<pubDate>Mon, 11 Apr 2016 00:48:38 +0000</pubDate>
				<category><![CDATA[OTHER]]></category>
		<category><![CDATA[Product]]></category>
		<category><![CDATA[ROBOTICS/MAE]]></category>
		<guid isPermaLink="false">https://www.doyoki.com/?p=888</guid>

					<description><![CDATA[After the spring break, I had to recap myself what I have learned. So I skimmed though the class webpage. I grabbed the material that is thick. I looked for the thickness first which later gave me a hard time. Since the thickness of the aluminum rod was too thick, I changed the teeth of [&#8230;]]]></description>
										<content:encoded><![CDATA[<p class="p1"><span class="s1">After the spring break, I had to recap myself what I have learned. So I skimmed though the class webpage.</span></p>
<p class="p1"><img loading="lazy" decoding="async" class="size-full wp-image-1153 aligncenter" src="https://doohickyy.files.wordpress.com/2016/03/img_1875.jpg?w=680" alt="IMG_1875" width="3264" height="2448" data-wpmedia-src="https://doohickyy.files.wordpress.com/2016/03/img_1875.jpg" /></p>
<p class="p1"><span class="s1">I grabbed the material that is thick. I looked for the thickness first which later gave me a hard time.</span></p>
<p class="p1"><img loading="lazy" decoding="async" class="size-full wp-image-1154 aligncenter" src="https://doohickyy.files.wordpress.com/2016/03/img_1876.jpg?w=680" alt="IMG_1876" width="3264" height="2448" data-wpmedia-src="https://doohickyy.files.wordpress.com/2016/03/img_1876.jpg" /></p>
<p class="p1"><span class="s1">Since the thickness of the aluminum rod was too thick, I changed the teeth of the lathe to the other form. Getting them back in the right position was hard that one at the bottom was loose due to the gravity. So, I tightened them with my hand as screwing the chuck key. And in order to check the safety I tightened them to the maximum.</span></p>
<p class="p1"><img loading="lazy" decoding="async" class="size-full wp-image-1156 aligncenter" src="https://doohickyy.files.wordpress.com/2016/03/img_1878.jpg?w=680" alt="IMG_1878" width="3264" height="2448" data-wpmedia-src="https://doohickyy.files.wordpress.com/2016/03/img_1878.jpg" /><img loading="lazy" decoding="async" class="size-full wp-image-1159 aligncenter" src="https://doohickyy.files.wordpress.com/2016/03/img_1881.jpg?w=680" alt="IMG_1881" width="3264" height="2448" data-wpmedia-src="https://doohickyy.files.wordpress.com/2016/03/img_1881.jpg" /></p>
<p class="p1"><span class="s1">After the teeth were fit, I placed the rod and started facing. Since the rod was cut not in flat I faced it. It took a lot of oiling, stop and check.</span></p>
<p class="p1"><img loading="lazy" decoding="async" class="size-full wp-image-1163 aligncenter" src="https://doohickyy.files.wordpress.com/2016/03/img_1885.jpg?w=680" alt="IMG_1885" width="3264" height="2448" data-wpmedia-src="https://doohickyy.files.wordpress.com/2016/03/img_1885.jpg" /></p>
<p class="p1"><span class="s1">As I face the surface I noticed that the rod was not cutting flat on the outer edge. So I faced from the inside to the outside instead of from the outside to the inside. And the result was good.   </span></p>
<p class="p1"><img loading="lazy" decoding="async" class="size-full wp-image-1164 aligncenter" src="https://doohickyy.files.wordpress.com/2016/03/img_1886.jpg?w=680" alt="IMG_1886" width="3264" height="2448" data-wpmedia-src="https://doohickyy.files.wordpress.com/2016/03/img_1886.jpg" /><img loading="lazy" decoding="async" class="size-full wp-image-1166 aligncenter" src="https://doohickyy.files.wordpress.com/2016/03/img_1888.jpg?w=680" alt="IMG_1888" width="3264" height="2448" data-wpmedia-src="https://doohickyy.files.wordpress.com/2016/03/img_1888.jpg" /></p>
<p class="p1"><span class="s1">After the facing, I did turning and marked the line that I could turn as I am turning to keep myself safe.</span></p>
<p class="p1"><img loading="lazy" decoding="async" class="size-full wp-image-1167 aligncenter" src="https://doohickyy.files.wordpress.com/2016/03/img_1889.jpg?w=680" alt="IMG_1889" width="3264" height="2448" data-wpmedia-src="https://doohickyy.files.wordpress.com/2016/03/img_1889.jpg" /></p>
<p class="p1"><span class="s1">After turning, I marked the design that I wanted to make and I used parting tool and turing tool to making it. </span><span class="s1">After finishing the turning, I drilled the hole at the center. First I used the center bit to mark the center. I used 4 drill bits to get the right size from the chart.</span></p>
<p class="p1"><span class="s1"> <img loading="lazy" decoding="async" class="size-full wp-image-1168 aligncenter" src="https://doohickyy.files.wordpress.com/2016/03/img_1890.jpg?w=680" alt="IMG_1890" width="3264" height="2448" data-wpmedia-src="https://doohickyy.files.wordpress.com/2016/03/img_1890.jpg" /></span></p>
<p class="p1"><span class="s1">After threading, I wanted to cut the piece into half. I used parting tool to cut then, at the middle of process I was little scared. The piece that I was about to cut was heavy and I was not confident whether the WD40 plastic pipe would catch it. So, I stopped the lathe and cut the other end with the metal saw. The piece was too small to fit in the metal saw. So I tried to cut just 1/4 of the piece. And as I finished cutting, the other piece flew to the plastic container. That was really a scary moment. So later, I would just use the lathe facing the piece to shorten it. So I finished the piece and made the thread with tapping tool.</span></p>
<p class="p1"><img loading="lazy" decoding="async" class="size-full wp-image-1169 aligncenter" src="https://doohickyy.files.wordpress.com/2016/03/img_1891.jpg?w=680" alt="IMG_1891" width="3264" height="2448" data-wpmedia-src="https://doohickyy.files.wordpress.com/2016/03/img_1891.jpg" /></p>
<p class="p1"><img loading="lazy" decoding="async" class="size-full wp-image-1172 aligncenter" src="https://doohickyy.files.wordpress.com/2016/03/img_1894.jpg?w=680" alt="IMG_1894" width="3264" height="2448" data-wpmedia-src="https://doohickyy.files.wordpress.com/2016/03/img_1894.jpg" /></p>
<p class="p1"><span class="s1">After finishing, I found that I actually made a hole through as I am making the tap. Here is the result.</span></p>
<p class="p1"><span class="s1"><img loading="lazy" decoding="async" class="size-full wp-image-1173 aligncenter" src="https://doohickyy.files.wordpress.com/2016/03/img_1895.jpg?w=680" alt="IMG_1895" width="3264" height="2448" data-wpmedia-src="https://doohickyy.files.wordpress.com/2016/03/img_1895.jpg" /><img loading="lazy" decoding="async" class="size-full wp-image-1174 aligncenter" src="https://doohickyy.files.wordpress.com/2016/03/img_1896.jpg?w=680" alt="IMG_1896" width="3264" height="2448" data-wpmedia-src="https://doohickyy.files.wordpress.com/2016/03/img_1896.jpg" /><img loading="lazy" decoding="async" class="size-full wp-image-1175 aligncenter" src="https://doohickyy.files.wordpress.com/2016/03/img_1897.jpg?w=680" alt="IMG_1897" width="3264" height="2448" data-wpmedia-src="https://doohickyy.files.wordpress.com/2016/03/img_1897.jpg" /><img loading="lazy" decoding="async" class="size-full wp-image-1178 aligncenter" src="https://doohickyy.files.wordpress.com/2016/03/img_1900.jpg?w=680" alt="IMG_1900" width="3264" height="2448" data-wpmedia-src="https://doohickyy.files.wordpress.com/2016/03/img_1900.jpg" />  </span></p>
<p class="p4"><span class="s1"> </span></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>MOVABLE JOINERY</title>
		<link>https://www.doyoki.com/movable-joinery/</link>
		
		<dc:creator><![CDATA[kdoodoo]]></dc:creator>
		<pubDate>Sun, 03 Apr 2016 01:14:50 +0000</pubDate>
				<category><![CDATA[OTHER]]></category>
		<category><![CDATA[Product]]></category>
		<category><![CDATA[ROBOTICS/MAE]]></category>
		<guid isPermaLink="false">https://www.doyoki.com/?p=1399</guid>

					<description><![CDATA[I wanted to make a joinery that can change its movement. I was thinking what if I could use it to a chair or a recliner. So I designed the circle as the point of the movement and designed in a way that I can make by contouring and pocketing. After that, I managed the process [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I wanted to make a joinery that can change its movement. I was thinking what if I could use it to a chair or a recliner. So I designed the circle as the point of the movement and designed in a way that I can make by contouring and pocketing.</p>
<p><img loading="lazy" decoding="async" class="wp-image-1401 aligncenter" src="https://www.doyoki.com/wp-content/uploads/2017/04/img_1801-595x446.jpg" alt="" width="1176" height="881" srcset="https://www.doyoki.com/wp-content/uploads/2017/04/img_1801-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1801-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1801-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1801-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1801.jpg 1245w" sizes="auto, (max-width: 1176px) 100vw, 1176px" /></p>
<p>After that, I managed the process at the Mastercam. At the Autocad I used different colors to manage the pocketing and the contouring and I noticed the yellow is not readable at the Mastercam because selection made in the Mastercam is yellow.</p>
<p><img loading="lazy" decoding="async" class="wp-image-1402 aligncenter" src="https://www.doyoki.com/wp-content/uploads/2017/04/img_1780-595x446.jpg" alt="" width="1087" height="815" srcset="https://www.doyoki.com/wp-content/uploads/2017/04/img_1780-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1780-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1780-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1780-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1780.jpg 1236w" sizes="auto, (max-width: 1087px) 100vw, 1087px" /></p>
<p><img loading="lazy" decoding="async" class="wp-image-1403 aligncenter" src="https://www.doyoki.com/wp-content/uploads/2017/04/img_1779-595x446.jpg" alt="" width="1126" height="844" srcset="https://www.doyoki.com/wp-content/uploads/2017/04/img_1779-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1779-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1779-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1779-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1779.jpg 1101w" sizes="auto, (max-width: 1126px) 100vw, 1126px" /></p>
<p>After generating the G-code, I brought the file into the CNC and it was cutting well.</p>
<p><img loading="lazy" decoding="async" class="wp-image-1404 aligncenter" src="https://www.doyoki.com/wp-content/uploads/2017/04/img_1781-595x446.jpg" alt="" width="1140" height="854" srcset="https://www.doyoki.com/wp-content/uploads/2017/04/img_1781-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1781-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1781-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1781-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1781.jpg 1031w" sizes="auto, (max-width: 1140px) 100vw, 1140px" /></p>
<p><img loading="lazy" decoding="async" class="wp-image-1405 aligncenter" src="https://www.doyoki.com/wp-content/uploads/2017/04/img_1785-595x446.jpg" alt="" width="1108" height="830" srcset="https://www.doyoki.com/wp-content/uploads/2017/04/img_1785-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1785-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1785-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1785-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1785.jpg 1077w" sizes="auto, (max-width: 1108px) 100vw, 1108px" /></p>
<p>Conclusion. I noticed that in terms of height, there is a lot of difference between the number that I plugged in with the actual size because the pocketing was a cutting, basically tearing off the board a lot.</p>
<p><img loading="lazy" decoding="async" class="wp-image-1406 aligncenter" src="https://www.doyoki.com/wp-content/uploads/2017/04/img_1790-595x446.jpg" alt="" width="1108" height="830" srcset="https://www.doyoki.com/wp-content/uploads/2017/04/img_1790-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1790-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1790-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1790-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1790.jpg 1193w" sizes="auto, (max-width: 1108px) 100vw, 1108px" /></p>
<p><img loading="lazy" decoding="async" class="wp-image-1407 aligncenter" src="https://www.doyoki.com/wp-content/uploads/2017/04/img_1791-595x446.jpg" alt="" width="1140" height="854" srcset="https://www.doyoki.com/wp-content/uploads/2017/04/img_1791-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1791-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1791-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1791-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2017/04/img_1791.jpg 1241w" sizes="auto, (max-width: 1140px) 100vw, 1140px" /></p>
<p>&nbsp;</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>TREE HANGER</title>
		<link>https://www.doyoki.com/tree-hanger/</link>
		
		<dc:creator><![CDATA[kdoodoo]]></dc:creator>
		<pubDate>Thu, 18 Feb 2016 02:35:28 +0000</pubDate>
				<category><![CDATA[OTHER]]></category>
		<category><![CDATA[Product]]></category>
		<category><![CDATA[ROBOTICS/MAE]]></category>
		<guid isPermaLink="false">https://www.doyoki.com/?p=751</guid>

					<description><![CDATA[So I wanted to make a simple clothes hanger. I wanted to make it by press-fit structure. I measured the thicknesses,width and height of the board before sketching at the Vectorworks/AutoCAD. From the measurements, I made a square 48 inch by 24 inch and squished the design into this square. As I am working on the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: left;"><span style="font-family: Helvetica;">So I wanted to make a simple clothes hanger. I wanted to make it by press-fit structure. I measured the thicknesses,width and height of the board before sketching at the Vectorworks/AutoCAD.</span></p>
<p style="text-align: center;"><span style="font-family: Helvetica;"><img loading="lazy" decoding="async" class="wp-image-759 aligncenter" src="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1660-1-e1455746246164-595x446.jpg" alt="IMG_1660" width="893" height="669" srcset="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1660-1-e1455746246164-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1660-1-e1455746246164-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1660-1-e1455746246164-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1660-1-e1455746246164-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1660-1-e1455746246164-1240x930.jpg 1240w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1660-1-e1455746246164-508x381.jpg 508w" sizes="auto, (max-width: 893px) 100vw, 893px" /></span><br />
<span style="font-family: Helvetica;"> <img loading="lazy" decoding="async" class="wp-image-760 size-medium aligncenter" src="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1661-1-e1455746307911-595x446.jpg" alt="IMG_1661" width="893" height="669" srcset="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1661-1-e1455746307911-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1661-1-e1455746307911-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1661-1-e1455746307911-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1661-1-e1455746307911-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1661-1-e1455746307911-1240x930.jpg 1240w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1661-1-e1455746307911-508x381.jpg 508w" sizes="auto, (max-width: 893px) 100vw, 893px" /></span><br />
<span style="font-family: Helvetica;"> <img loading="lazy" decoding="async" class="size-medium wp-image-761 aligncenter" src="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1662-1-595x446.jpg" alt="IMG_1662" width="893" height="669" srcset="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1662-1-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1662-1-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1662-1-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1662-1-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1662-1-1240x930.jpg 1240w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1662-1-508x381.jpg 508w" sizes="auto, (max-width: 893px) 100vw, 893px" /></span><br />
<span style="font-family: Helvetica;"> <img loading="lazy" decoding="async" class="size-medium wp-image-762 aligncenter" src="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1663-595x446.jpg" alt="IMG_1663" width="893" height="669" srcset="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1663-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1663-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1663-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1663-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1663-1240x930.jpg 1240w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1663-508x381.jpg 508w" sizes="auto, (max-width: 893px) 100vw, 893px" /></span><br />
<span style="font-family: Helvetica;"> <img loading="lazy" decoding="async" class="size-medium wp-image-763 aligncenter" src="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1664-595x446.jpg" alt="IMG_1664" width="893" height="669" srcset="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1664-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1664-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1664-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1664-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1664-1240x930.jpg 1240w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1664-508x381.jpg 508w" sizes="auto, (max-width: 893px) 100vw, 893px" /></span></p>
<p style="text-align: left;"><span style="font-family: Helvetica;">From the measurements, I made a square 48 inch by 24 inch and squished the design into this square. As I am working on the Vectorworks I found difficulty getting used to the joining lines. So, I re-sketched on the AutoCAD which I am comfortable with. After making the DWG/DXF file, I re-opened the file in the Vectorworks to make sure. At the MasterCam I managed to make a nice file and generated G-code. <img loading="lazy" decoding="async" class="size-medium wp-image-764 aligncenter" src="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1665-595x446.jpg" alt="IMG_1665" width="893" height="669" srcset="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1665-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1665-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1665-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1665-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1665-1240x930.jpg 1240w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1665-508x381.jpg 508w" sizes="auto, (max-width: 893px) 100vw, 893px" /></span></p>
<p style="text-align: left;"><span style="font-family: Helvetica;"> I set the board on the bed, loaded milling bit and from the CNC interface software I zeroed XYZ axes. After that, I clicked the preview and the preprocess and started.</span></p>
<p style="text-align: left;"><span style="font-family: Helvetica;"><img loading="lazy" decoding="async" class="wp-image-765 size-medium aligncenter" src="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1667-e1455746397854-595x446.jpg" alt="IMG_1667" width="893" height="669" srcset="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1667-e1455746397854-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1667-e1455746397854-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1667-e1455746397854-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1667-e1455746397854-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1667-e1455746397854-1240x930.jpg 1240w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1667-e1455746397854-508x381.jpg 508w" sizes="auto, (max-width: 893px) 100vw, 893px" /></span><br />
<span style="font-family: Helvetica;"> <img loading="lazy" decoding="async" class="wp-image-766 size-medium aligncenter" src="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1668-e1455746518481-595x446.jpg" alt="IMG_1668" width="893" height="669" srcset="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1668-e1455746518481-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1668-e1455746518481-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1668-e1455746518481-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1668-e1455746518481-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1668-e1455746518481-1240x930.jpg 1240w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1668-e1455746518481-508x381.jpg 508w" sizes="auto, (max-width: 893px) 100vw, 893px" /></span><br />
<span style="font-family: Helvetica;"> <img loading="lazy" decoding="async" class="aligncenter wp-image-767 size-medium" src="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1669-e1455746605738-595x446.jpg" alt="IMG_1669" width="893" height="669" srcset="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1669-e1455746605738-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1669-e1455746605738-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1669-e1455746605738-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1669-e1455746605738-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1669-e1455746605738-1240x930.jpg 1240w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1669-e1455746605738-508x381.jpg 508w" sizes="auto, (max-width: 893px) 100vw, 893px" /></span></p>
<p style="text-align: left;"><span style="font-family: Helvetica;">Surprisingly, at the beginning when the machine was checking its movement it was trying to go to the end of Y axis. I stopped and looked back the file again at the MasterCam and the Vectorworks. I tried one more and it still did that strange movement. So, I looked carefully and found at the preview that the origin was far off. So the machine wanted to go to the far outside of the bed.</span></p>
<p style="text-align: left;"><span style="font-family: Helvetica;"><img loading="lazy" decoding="async" class="size-medium wp-image-769 aligncenter" src="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1671-595x446.jpg" alt="IMG_1671" width="893" height="669" srcset="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1671-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1671-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1671-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1671-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1671-1240x930.jpg 1240w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1671-508x381.jpg 508w" sizes="auto, (max-width: 893px) 100vw, 893px" /></span><br />
<span style="font-family: Helvetica;"> <img loading="lazy" decoding="async" class="size-medium wp-image-770 aligncenter" src="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1672-595x446.jpg" alt="IMG_1672" width="893" height="669" srcset="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1672-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1672-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1672-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1672-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1672-1240x930.jpg 1240w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1672-508x381.jpg 508w" sizes="auto, (max-width: 893px) 100vw, 893px" /></span></p>
<p style="text-align: left;"><span style="font-family: Helvetica;">I opened the file again at the Vectorworks and I found the origin of XY was not at the center of the workpage by drawing a line with the staring point (0,0). It was at the left bottom corner. So, I moved drawings close to the origin and regenerated the G-code. And It was not cutting again. The bit was in the air. So, I quickly caught that I did put the positive number at the Cut Depth. So, I revisit the CamMaster and changed the number with the negative number and regenerated the G-code. Now it was cutting well. As it is cutting I vacuumed the debris.</span></p>
<p style="text-align: left;"><span style="font-family: Helvetica;"><img loading="lazy" decoding="async" class="size-medium wp-image-771 aligncenter" src="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1673-595x446.jpg" alt="IMG_1673" width="893" height="669" srcset="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1673-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1673-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1673-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1673-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1673-1240x930.jpg 1240w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1673-508x381.jpg 508w" sizes="auto, (max-width: 893px) 100vw, 893px" /></span><br />
<span style="font-family: Helvetica;"> <img loading="lazy" decoding="async" class="wp-image-773 size-medium aligncenter" src="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1676-e1455746756939-595x446.jpg" alt="IMG_1676" width="893" height="669" srcset="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1676-e1455746756939-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1676-e1455746756939-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1676-e1455746756939-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1676-e1455746756939-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1676-e1455746756939-1240x930.jpg 1240w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1676-e1455746756939-508x381.jpg 508w" sizes="auto, (max-width: 893px) 100vw, 893px" /></span></p>
<p style="text-align: left;"><span style="font-family: Helvetica;">During the cutting when the bit enters the press-fit area it made a loud noise. I paused the CNC and examined it. Since the press-fit area was too tiny the wood was cracked in the middle of the layer and it was shaking. So, I broke it away from the bit and continued the work. So, for the second round when it was almost done, I paused the machine and removed the piece beore it gets creacked. You can see them here. I sanded the final pieces and assembled them together. <img loading="lazy" decoding="async" class="aligncenter wp-image-774 size-medium" src="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1679-e1455746815250-595x446.jpg" alt="IMG_1679" width="893" height="669" srcset="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1679-e1455746815250-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1679-e1455746815250-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1679-e1455746815250-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1679-e1455746815250-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1679-e1455746815250-1240x930.jpg 1240w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1679-e1455746815250-508x381.jpg 508w" sizes="auto, (max-width: 893px) 100vw, 893px" /></span><br />
<span style="font-family: Helvetica;"> <img loading="lazy" decoding="async" class="wp-image-775 size-medium aligncenter" src="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1680-e1455746836572-595x446.jpg" alt="IMG_1680" width="893" height="669" srcset="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1680-e1455746836572-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1680-e1455746836572-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1680-e1455746836572-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1680-e1455746836572-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1680-e1455746836572-1240x930.jpg 1240w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1680-e1455746836572-508x381.jpg 508w" sizes="auto, (max-width: 893px) 100vw, 893px" /></span></p>
<p><span style="font-family: Helvetica;">Finished.</span></p>
<p style="text-align: left;"><span style="font-family: Helvetica;"><img loading="lazy" decoding="async" class="size-medium wp-image-776 aligncenter" src="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1685-595x446.jpg" alt="IMG_1685" width="893" height="669" srcset="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1685-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1685-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1685-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1685-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1685-1240x930.jpg 1240w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1685-508x381.jpg 508w" sizes="auto, (max-width: 893px) 100vw, 893px" /></span><br />
<span style="font-family: Helvetica;"> <img loading="lazy" decoding="async" class="size-medium wp-image-778 aligncenter" src="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1687-595x446.jpg" alt="IMG_1687" width="893" height="669" srcset="https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1687-595x446.jpg 595w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1687-480x360.jpg 480w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1687-768x576.jpg 768w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1687-960x720.jpg 960w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1687-1240x930.jpg 1240w, https://www.doyoki.com/wp-content/uploads/2016/02/IMG_1687-508x381.jpg 508w" sizes="auto, (max-width: 893px) 100vw, 893px" /></span></p>
<p>&nbsp;</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>INTERACTIVE SAD MUSIC</title>
		<link>https://www.doyoki.com/interactive-sad-music/</link>
		
		<dc:creator><![CDATA[kdoodoo]]></dc:creator>
		<pubDate>Wed, 17 Feb 2016 02:29:56 +0000</pubDate>
				<category><![CDATA[OTHER]]></category>
		<category><![CDATA[Product]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WEBAPP]]></category>
		<guid isPermaLink="false">https://www.doyoki.com/?p=744</guid>

					<description><![CDATA[LINK TO THE INTERACTIVE MUSIC&#62;&#62; I made this song which contains sad mood. From the song, I wanted to play with it and I made this. And here is the code. https://gist.github.com/kdoodoo/34622129d324d9a626e7 From the tone.js I played with the player because I had this mp3 file on my server and I combined the player with the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><span style="font-family: Helvetica;"><a href="https://doohickyy.files.wordpress.com/2016/02/screen-shot-2016-02-16-at-8-09-47-pm.png" rel="attachment wp-att-941"><img loading="lazy" decoding="async" class="wp-image-941 aligncenter" src="https://doohickyy.files.wordpress.com/2016/02/screen-shot-2016-02-16-at-8-09-47-pm.png?w=680" alt="Screen Shot 2016-02-16 at 8.09.47 PM" width="1067" height="1067" data-wpmedia-src="https://doohickyy.files.wordpress.com/2016/02/screen-shot-2016-02-16-at-8-09-47-pm.png?w=300" /></a></span></p>
<p><span style="font-family: Helvetica;"><strong><a href="https://www.doyoki.com/project/interactivemusic/week3/intmus%20wwek3-1%20duck.html" target="_blank">LINK TO THE INTERACTIVE MUSIC&gt;&gt;</a></strong></span></p>
<p><span style="font-family: Helvetica;">I made this song which contains sad mood. From the song, I wanted to play with it and I made this.</span><br />
<span style="font-family: Helvetica;"> And here is the <a href="https://gist.github.com/kdoodoo/34622129d324d9a626e7" target="_blank">code</a>.</span></p>
<p><span style="font-family: Helvetica;"><a href="https://gist.github.com/kdoodoo/34622129d324d9a626e7" target="_blank">https://gist.github.com/kdoodoo/34622129d324d9a626e7</a></span></p>
<p><span style="font-family: Helvetica;">From the tone.js I played with the player because I had this mp3 file on my server and I combined the player with the javascript canvas. After making the canvas the mouse position is manipulating the parameters of the Tone. Player.</span></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>RHYTHM &#038; WIND</title>
		<link>https://www.doyoki.com/rhythm-wind/</link>
		
		<dc:creator><![CDATA[kdoodoo]]></dc:creator>
		<pubDate>Thu, 10 Dec 2015 05:52:38 +0000</pubDate>
				<category><![CDATA[OTHER]]></category>
		<category><![CDATA[Product]]></category>
		<category><![CDATA[ROBOTICS/MAE]]></category>
		<guid isPermaLink="false">https://www.doyoki.com/?p=517</guid>

					<description><![CDATA[&#160;   It was presented at the NYU Winter Show 2015.  A. CONCEPT The concept never got into my mind until starring at the fan and the midterm together when I was at the floor. First I thought of using a sewing machine but I could not handle and elaborate the mechanisms of the sewing machine [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>&nbsp;</p>
<p><iframe loading="lazy" title="RHYTHM &amp; WIND" src="https://player.vimeo.com/video/156133132?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write"></iframe></p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-688 aligncenter" src="https://doohickyy.files.wordpress.com/2015/12/mg_0446.jpg" alt="_MG_0446" width="5616" height="3744" /></p>
<p><span style="font-family: Helvetica;"><img loading="lazy" decoding="async" class="size-full wp-image-691 aligncenter" src="https://doohickyy.files.wordpress.com/2015/12/mg_04491.jpg" alt="_MG_0449" width="5616" height="3744" /></span></p>
<p class="p1"><span style="font-family: Helvetica;"><img loading="lazy" decoding="async" class="wp-image-522 aligncenter" src="https://www.doyoki.com/wp-content/uploads/2015/12/MG_0443-595x397.jpg" alt="_MG_0443" width="1009" height="673" srcset="https://www.doyoki.com/wp-content/uploads/2015/12/MG_0443-595x397.jpg 595w, https://www.doyoki.com/wp-content/uploads/2015/12/MG_0443-480x320.jpg 480w, https://www.doyoki.com/wp-content/uploads/2015/12/MG_0443-768x512.jpg 768w, https://www.doyoki.com/wp-content/uploads/2015/12/MG_0443-960x640.jpg 960w" sizes="auto, (max-width: 1009px) 100vw, 1009px" />  <img loading="lazy" decoding="async" class="wp-image-524 aligncenter" src="https://www.doyoki.com/wp-content/uploads/2015/12/MG_0444-595x397.jpg" alt="_MG_0444" width="1018" height="679" srcset="https://www.doyoki.com/wp-content/uploads/2015/12/MG_0444-595x397.jpg 595w, https://www.doyoki.com/wp-content/uploads/2015/12/MG_0444-480x320.jpg 480w, https://www.doyoki.com/wp-content/uploads/2015/12/MG_0444-768x512.jpg 768w, https://www.doyoki.com/wp-content/uploads/2015/12/MG_0444-960x640.jpg 960w" sizes="auto, (max-width: 1018px) 100vw, 1018px" /></span></p>
<p><span class="s1" style="font-family: Helvetica;">It was presented at the <span style="color: #0000ff;"><a style="color: #0000ff;" href="http://itp.nyu.edu/shows/winter2015/rhythm-wind/" target="_blank" rel="noopener noreferrer">NYU Winter Show 2015</a></span>. </span></p>
<p><span class="s1" style="font-family: Helvetica;">A. CONCEPT<br />
The concept never got into my mind until starring at the fan and the midterm together when I was at the floor. First I thought of using a sewing machine but I could not handle and elaborate the mechanisms of the sewing machine to the art. I did not know what to do but the fan and the midterm just got my vision and the concept came like &#8220;bam!&#8221; After that, I sketched the concept.<br />
</span></p>
<p class="p1"><span style="font-family: Helvetica;"><img loading="lazy" decoding="async" class="size-full wp-image-614 aligncenter" src="https://doohickyy.files.wordpress.com/2015/12/img_11781.jpg" alt="IMG_1178.jpg" width="3264" height="2448" /></span></p>
<p class="p1"><span class="s1" style="font-family: Helvetica;">B. INTENTION<br />
My intention was making something whimsical. I believe in the whimsicalness and the randomness of the art. Since the wind is a whimsical medium, it was all set. </span></p>
<p class="p1"><span style="font-family: Helvetica;">C. WORK</span><br />
<span style="font-family: Helvetica;"> <img loading="lazy" decoding="async" class="size-full wp-image-625 aligncenter" src="https://doohickyy.files.wordpress.com/2015/12/img_1153.jpg" alt="IMG_1153" width="3264" height="2448" /></span></p>
<p class="p1"><span style="font-family: Helvetica;">1. I placed the fan inside of the box and I found I would need some holes at the bottom of the box. I made 4 holes and I used the cut pieces as the feet of the box which can allow wind to flow.<img loading="lazy" decoding="async" class="size-full wp-image-626 aligncenter" src="https://doohickyy.files.wordpress.com/2015/12/img_1158.jpg" alt="IMG_1158" width="3264" height="2448" /></span></p>
<p class="p1"><span style="font-family: Helvetica;">2. I measured the height of the fan and made the top half of the box. Also I made the top cover of the box.<img loading="lazy" decoding="async" class="size-full wp-image-627 aligncenter" src="https://doohickyy.files.wordpress.com/2015/12/img_1160.jpg" alt="IMG_1160" width="3264" height="2448" /></span></p>
<p class="p1"><span style="font-family: Helvetica;">3. I planned to use the accelerometer but not so sure about what to put at the hole to dance around.However, I remembered the pingpong ball from Xiaolong Mu&#8217;s desk. So, I got one from him and made a hole and inserted the accelerometer inside. <img loading="lazy" decoding="async" class="size-full wp-image-628 aligncenter" src="https://doohickyy.files.wordpress.com/2015/12/img_1179.jpg" alt="IMG_1179" width="3264" height="2448" /></span></p>
<p class="p1"><span style="font-family: Helvetica;">4. In terms of Input, I wanted to use the pedal from the sewing machine so I checked the serial reading. The values were from 0 to 300. So, I used the if statement greater than 100. However, the pedal has a long electrical wire which seems not so responsive with low voltage.</span></p>
<p class="p1"><span style="font-family: Helvetica;"><img loading="lazy" decoding="async" class="size-full wp-image-630 aligncenter" src="https://doohickyy.files.wordpress.com/2015/12/img_1183.jpg" alt="IMG_1183" width="3264" height="2448" /></span></p>
<p class="p1"><span style="font-family: Helvetica;">5. Since the output is 110V AC fan, I used a 2channel relay to control them. I connected it with the multi tab power outlet. After a user testing, I found that the user does not get what is happening because the fan needs some time to accelerate to make some sound. So, I plugged in the 110V bulb to the multi tab power outlet. I wanted people to know that something is on by the light.<img loading="lazy" decoding="async" class="size-full wp-image-629 aligncenter" src="https://doohickyy.files.wordpress.com/2015/12/img_1186.jpg" alt="IMG_1186" width="3264" height="2448" /><img loading="lazy" decoding="async" class="size-full wp-image-630 aligncenter" src="https://doohickyy.files.wordpress.com/2015/12/img_1183.jpg" alt="IMG_1183" width="3264" height="2448" /></span><br />
<span style="font-family: Helvetica;"> 6. I decorated the top of the box. I thought of keeping the surface clean as a Scandinavian design. HJowever, after the in-class advise, I showed my work to family group chat and they said I need to do something like painting. So, I thought of using some permanent color markers but as I looked around the Blick, I found a copper sheets and I decided to use them. I bent them with the bending machine at the shop to look cool and make stiff so if the pingpong ball hits them, the sound comes.</span></p>
<p class="p1"><span style="font-family: Helvetica;"><img loading="lazy" decoding="async" class="size-full wp-image-679 aligncenter" src="https://doohickyy.files.wordpress.com/2015/12/img_1268.jpg" alt="IMG_1268" width="3264" height="2448" /><img loading="lazy" decoding="async" class="size-full wp-image-680 aligncenter" src="https://doohickyy.files.wordpress.com/2015/12/img_1269.jpg" alt="IMG_1269" width="3264" height="2448" /></span></p>
<p class="p1"><span style="font-family: Helvetica;">D. COMPLETION</span><br />
<span style="font-family: Helvetica;"> <img loading="lazy" decoding="async" class="size-full wp-image-696 aligncenter" src="https://doohickyy.files.wordpress.com/2015/12/mg_04361.jpg" alt="_MG_0436.JPG" width="5616" height="3744" /></span><br />
<span style="font-family: Helvetica;"> <img loading="lazy" decoding="async" class="size-full wp-image-690 aligncenter" src="https://doohickyy.files.wordpress.com/2015/12/mg_0456.jpg" alt="_MG_0456" width="5616" height="3744" /></span></p>
<p><span style="font-family: Helvetica;"><img loading="lazy" decoding="async" class="size-full wp-image-592 aligncenter" src="https://doohickyy.files.wordpress.com/2015/12/mg_0431.jpg" alt="_MG_0431" width="5616" height="3744" /></span></p>
<p><span style="font-family: Helvetica;"><img loading="lazy" decoding="async" class="wp-image-523 aligncenter" src="https://www.doyoki.com/wp-content/uploads/2015/12/MG_0436-595x397.jpg" alt="_MG_0436" width="1060" height="707" srcset="https://www.doyoki.com/wp-content/uploads/2015/12/MG_0436-595x397.jpg 595w, https://www.doyoki.com/wp-content/uploads/2015/12/MG_0436-480x320.jpg 480w, https://www.doyoki.com/wp-content/uploads/2015/12/MG_0436-768x512.jpg 768w, https://www.doyoki.com/wp-content/uploads/2015/12/MG_0436-960x640.jpg 960w" sizes="auto, (max-width: 1060px) 100vw, 1060px" /></span></p>
<p><span style="font-family: Helvetica;">E. CONCLUSION</span><br />
<span style="font-family: Helvetica;"> I thought of the first class of the physical computing. I remember digging out the junk shelf making an imaginative camera that captures the materials of the room. Acrylic piece was the spectrometer and there was acrylic tube as a 360 lens. Now, I am still digging out the junk shelf. I got the fan from Joe Mango, I got the sewing machine pedal from the soft lab. They were all found at the junk shelf. However, now I used them and it functions.</span></p>
<p><span style="font-family: Helvetica;"><img loading="lazy" decoding="async" class="size-full wp-image-685 aligncenter" src="https://doohickyy.files.wordpress.com/2015/12/mg_04301.jpg" alt="_MG_0430" width="5616" height="3744" /></span></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>GORILLAZ!!</title>
		<link>https://www.doyoki.com/gorillaz/</link>
		
		<dc:creator><![CDATA[kdoodoo]]></dc:creator>
		<pubDate>Sun, 25 Oct 2015 19:02:52 +0000</pubDate>
				<category><![CDATA[OTHER]]></category>
		<category><![CDATA[Product]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.doyoki.com/?p=426</guid>

					<description><![CDATA[PLAY THE MUSIC YOU LIKE.]]></description>
										<content:encoded><![CDATA[<p> PLAY THE MUSIC YOU LIKE.</p>
<p><iframe loading="lazy" src="https://www.doyoki.com/project/icm/icm_week9/index.html" width="1000" height="700" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
