<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Circuit Design on William Schrab | Engineering Portfolio</title>
    <link>https://portfolio.will-serv.duckdns.org/tags/circuit-design/</link>
    <description>Recent content in Circuit Design on William Schrab | Engineering Portfolio</description>
    <generator>Hugo -- 0.146.0</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 09 Dec 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://portfolio.will-serv.duckdns.org/tags/circuit-design/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>String Braiding Robot</title>
      <link>https://portfolio.will-serv.duckdns.org/posts/robot-project/</link>
      <pubDate>Mon, 09 Dec 2024 00:00:00 +0000</pubDate>
      <guid>https://portfolio.will-serv.duckdns.org/posts/robot-project/</guid>
      <description>&lt;h2 id=&#34;skills-used&#34;&gt;Skills used&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Creo&lt;/li&gt;
&lt;li&gt;KiCad&lt;/li&gt;
&lt;li&gt;Vectors&lt;/li&gt;
&lt;li&gt;Arduino IDE&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;the-challenge&#34;&gt;The Challenge&lt;/h2&gt;
&lt;p&gt;Design a robot using an arduino to complete a simple task&lt;/p&gt;
&lt;h2 id=&#34;the-tech-stack&#34;&gt;The Tech Stack&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Microcontroller:&lt;/strong&gt; Arduino Uno R3
&lt;strong&gt;Algorithm:&lt;/strong&gt; PID Control Loop&lt;/p&gt;
&lt;h2 id=&#34;implementation&#34;&gt;Implementation&lt;/h2&gt;
&lt;p&gt;I wrote a C++ loop that reads the sensor values and calculates the error from the center line.&lt;/p&gt;
&lt;h2 id=&#34;hardware-design&#34;&gt;Hardware Design&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Frame:&lt;/strong&gt; Lasercut wood board
&lt;strong&gt;Power&lt;/strong&gt; 12 Volt battery&lt;/p&gt;
&lt;figure class=&#34;align-center&#34;&gt;
    &lt;video width=&#34;83%&#34; autoplay loop muted playsinline style=&#34;display: block; margin: 0 auto; border-radius: 8px&#34;&gt;
        &lt;source src=&#34;robot-video.mp4&#34; type=&#34;video/mp4&#34;&gt;
    &lt;/video&gt;
    &lt;figcaption&gt;
        &lt;p&gt;
        Video 1: Robot running in its earliest programming form
        &lt;/p&gt;</description>
    </item>
    <item>
      <title>Heat Map Program</title>
      <link>https://portfolio.will-serv.duckdns.org/posts/heat-map/</link>
      <pubDate>Sat, 03 Feb 2024 00:00:00 +0000</pubDate>
      <guid>https://portfolio.will-serv.duckdns.org/posts/heat-map/</guid>
      <description>&lt;h2 id=&#34;skills-used&#34;&gt;Skills used&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Python&lt;/li&gt;
&lt;li&gt;Visual Studio Code&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;final-goal&#34;&gt;Final Goal&lt;/h2&gt;
&lt;p&gt;Create a program that displays a heatmap that updates in real time for a space. With a final goal of being able to run as a containerized add-on in the home automation software Home-Assistant&lt;/p&gt;
&lt;h2 id=&#34;progress&#34;&gt;Progress&lt;/h2&gt;
&lt;p&gt;Currently the program runs in the simple python GUI editor tkinter. Users see a grid which they can select where their sensors are on the grid and enter temperature values for those sensors, to act as an temporary manual input.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
