<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="rss.xsl"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>2025-FMCWRadar Project Blog</title>
        <link>https://spe-uob.github.io/2025-FMCWRadar/meetings</link>
        <description>2025-FMCWRadar Project Blog</description>
        <lastBuildDate>Fri, 24 Oct 2025 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <item>
            <title><![CDATA[Client Meeting - 24/10]]></title>
            <link>https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-24-client-meeting</link>
            <guid>https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-24-client-meeting</guid>
            <pubDate>Fri, 24 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Notes from our client meeting]]></description>
            <content:encoded><![CDATA[<p><em>Notes from our client meeting</em></p>
<p><strong>Date:</strong> 24-10-2025 <br>
<strong>Time:</strong> 9:00 - 10:00 <br>
<strong>Team:</strong> Alina Zubova, Dan Robb, Henry Edwards, Talal Aljallal, Tom Lam, Michal Berkasiuk  <br></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="key-project-learnings--context">Key Project Learnings &amp; Context<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-24-client-meeting#key-project-learnings--context" class="hash-link" aria-label="Direct link to Key Project Learnings &amp; Context" title="Direct link to Key Project Learnings &amp; Context" translate="no">​</a></h2>
<ol>
<li><strong>Filter Gap (Last Year):</strong> A critical lesson from the previous project was the <strong>absence of a final filter</strong> on the results. This suggests a major area for us to improve upon in our pipeline.</li>
<li><strong>AppImage Binaries:</strong> These are essentially the <strong>compiled code for the radar chip</strong>. Their job is to convert the raw radar information into the specific <strong>data format</strong> we need for processing (e.g., point cloud).</li>
<li><strong>Chirp Configuration:</strong> This refers to the specific kind of <strong>chirps</strong> (radar signals) the hardware sends out, which directly affects measurements like <strong>range</strong>. <em>Good news: it's built into the chip, so we shouldn't need to worry about configuring it ourselves.</em></li>
</ol>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="minimal-viable-product-mvp-focus">Minimal Viable Product (MVP) Focus<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-24-client-meeting#minimal-viable-product-mvp-focus" class="hash-link" aria-label="Direct link to Minimal Viable Product (MVP) Focus" title="Direct link to Minimal Viable Product (MVP) Focus" translate="no">​</a></h2>
<p>The MVP goal for this term is two-fold:</p>
<ol>
<li><strong>Replication + Improvement:</strong> We need to <strong>reproduce the previous team's output</strong> but rely <em>only</em> on the radar unit for the data source.</li>
<li><strong>ML Demo:</strong> Get a basic demonstration working that involves <strong>training a model</strong>. This means we need to immediately focus on <strong>dataset handling and collection</strong>.</li>
</ol>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="ml-system-requirements">ML System Requirements<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-24-client-meeting#ml-system-requirements" class="hash-link" aria-label="Direct link to ML System Requirements" title="Direct link to ML System Requirements" translate="no">​</a></h3>
<ul>
<li>The trained <strong>model should be running locally</strong> on our machines.</li>
<li>The model must be built using the <strong>PyTorch framework</strong>.</li>
</ul>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="data-collection--visualisation-strategy">Data Collection &amp; Visualisation Strategy<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-24-client-meeting#data-collection--visualisation-strategy" class="hash-link" aria-label="Direct link to Data Collection &amp; Visualisation Strategy" title="Direct link to Data Collection &amp; Visualisation Strategy" translate="no">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="data-types">Data Types<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-24-client-meeting#data-types" class="hash-link" aria-label="Direct link to Data Types" title="Direct link to Data Types" translate="no">​</a></h3>
<p>The raw data we collect will be a mix of:</p>
<ul>
<li><strong>Point Cloud Data:</strong> A set of 3D points representing detected objects.</li>
<li><strong>Tracks Data:</strong> Time-series data tracking the movement of detected objects.</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="visualiser-goal">Visualiser Goal<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-24-client-meeting#visualiser-goal" class="hash-link" aria-label="Direct link to Visualiser Goal" title="Direct link to Visualiser Goal" translate="no">​</a></h3>
<p>If we develop a visualiser, a high-value feature would be to <strong>superimpose the radar information</strong> (e.g., detected points/boxes) directly <strong>onto the live video feed</strong> for immediate context and verification.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="recording-specifics">Recording Specifics<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-24-client-meeting#recording-specifics" class="hash-link" aria-label="Direct link to Recording Specifics" title="Direct link to Recording Specifics" translate="no">​</a></h3>
<ol>
<li><strong>Radar Height:</strong> Keep the radar unit <strong>fairly low</strong> during recording, roughly 1m off the ground.</li>
<li><strong>Movement:</strong> When collecting data, ensure people <strong>walk right-to-left AND left-to-right</strong> in front of the radar.</li>
<li><strong>Final Classification Filter:</strong> We can use data like <strong>height and speed</strong> as a crucial final filter to help <strong>classify</strong> or distinguish different objects/people.</li>
</ol>
<hr>]]></content:encoded>
            <author>ff24459@bristol.ac.uk (Dan Robb)</author>
            <category>Client</category>
        </item>
        <item>
            <title><![CDATA[Team Meeting - 21/10]]></title>
            <link>https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-21-team-meeting</link>
            <guid>https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-21-team-meeting</guid>
            <pubDate>Tue, 21 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Notes from our team meeting]]></description>
            <content:encoded><![CDATA[<p><em>Notes from our team meeting</em></p>
<p><strong>Date:</strong> 17-10-2025 <br>
<strong>Time:</strong> 11:00 - 11:35 <br>
<strong>Team:</strong> Alina Zubova, Dan Robb, Henry Edwards, Talal Aljallal, Tom Lam, Michal Berkasiuk  <br></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="key-discussion-points">Key Discussion Points<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-21-team-meeting#key-discussion-points" class="hash-link" aria-label="Direct link to Key Discussion Points" title="Direct link to Key Discussion Points" translate="no">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="project-resources--equipment">Project Resources &amp; Equipment<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-21-team-meeting#project-resources--equipment" class="hash-link" aria-label="Direct link to Project Resources &amp; Equipment" title="Direct link to Project Resources &amp; Equipment" translate="no">​</a></h3>
<ul>
<li><strong>Radar Inventory:</strong> Confirmed we currently have <strong>four radar units</strong>.</li>
<li><strong>Acquisition:</strong> We can secure one additional radar from last year's team. We will also follow up on a potential unit from Sarah.</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="technical--setup-status">Technical &amp; Setup Status<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-21-team-meeting#technical--setup-status" class="hash-link" aria-label="Direct link to Technical &amp; Setup Status" title="Direct link to Technical &amp; Setup Status" translate="no">​</a></h3>
<ul>
<li><strong>Industrial Visualizer:</strong> Assisted Dan with successfully getting the visualizer application running.</li>
<li><strong>Last Year's Demo:</strong> This week’s core technical task is to get the demo application from the previous year’s team running on <strong>our local development machines</strong>.</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="documentation--organisation">Documentation &amp; Organisation<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-21-team-meeting#documentation--organisation" class="hash-link" aria-label="Direct link to Documentation &amp; Organisation" title="Direct link to Documentation &amp; Organisation" translate="no">​</a></h3>
<ul>
<li><strong>Meeting Notes Structure:</strong> Discussed separating non-logistical, high-level project information from the regular meeting notes and storing it in a dedicated folder for better organization.</li>
</ul>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="action-items--next-steps">Action Items &amp; Next Steps<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-21-team-meeting#action-items--next-steps" class="hash-link" aria-label="Direct link to Action Items &amp; Next Steps" title="Direct link to Action Items &amp; Next Steps" translate="no">​</a></h2>
<table><thead><tr><th style="text-align:left">Task</th><th style="text-align:left">Owner</th><th style="text-align:left">Due Date</th><th style="text-align:left">Notes</th></tr></thead><tbody><tr><td style="text-align:left"><strong>Ethics Submission</strong></td><td style="text-align:left">Team</td><td style="text-align:left">This Week</td><td style="text-align:left">Complete the ethics documentation if it hasn't been finalized and submitted already.</td></tr><tr><td style="text-align:left"><strong>Schedule Client Prep Meeting</strong></td><td style="text-align:left">Team</td><td style="text-align:left">Before Friday</td><td style="text-align:left">Organise a short, preparatory meeting to brainstorm specific questions for client's Friday session.</td></tr><tr><td style="text-align:left"><strong>Meet with Edward</strong></td><td style="text-align:left">Team</td><td style="text-align:left">Tomorrow (21st Oct)</td><td style="text-align:left">Try to schedule a meeting with Edward in the workshop.</td></tr><tr><td style="text-align:left"><strong>Email Greg</strong></td><td style="text-align:left">Dan</td><td style="text-align:left">ASAP</td><td style="text-align:left">Email Greg to ensure <strong>Michal</strong> is added to the recurring Friday project meetings.</td></tr><tr><td style="text-align:left"><strong>Run Last Year's Demo</strong></td><td style="text-align:left">Team</td><td style="text-align:left">End of Week</td><td style="text-align:left">Implement the core task: get the previous team's demo code running locally.</td></tr></tbody></table>]]></content:encoded>
            <author>ff24459@bristol.ac.uk (Dan Robb)</author>
            <category>Mentor</category>
        </item>
        <item>
            <title><![CDATA[Mentor Meeting - 17/10]]></title>
            <link>https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-17-mentor-meeting</link>
            <guid>https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-17-mentor-meeting</guid>
            <pubDate>Fri, 17 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Quick notes from our third mentor meeting]]></description>
            <content:encoded><![CDATA[<p><em>Quick notes from our third mentor meeting</em></p>
<p><strong>Date:</strong> 17-10-2025 <br>
<strong>Time:</strong> 11:00 - 11:35 <br>
<strong>Mentor:</strong> Jack Cains <br>
<strong>Team:</strong> Alina Zubova, Dan Robb, Henry Edwards, Talal Aljallal, Tom Lam  <br></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="next-steps--hardware">Next Steps &amp; Hardware<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-17-mentor-meeting#next-steps--hardware" class="hash-link" aria-label="Direct link to Next Steps &amp; Hardware" title="Direct link to Next Steps &amp; Hardware" translate="no">​</a></h2>
<ol>
<li><strong>Run Demos on Boards:</strong> The immediate next step is to <strong>start running the provided demos</strong> on the radar hardware boards.</li>
<li><strong>Stakeholder Ideas:</strong> Remember to <strong>ask client</strong> for suggestions on potential stakeholders. Good to have a wider perspective on who might use our work.</li>
<li><strong>Hardware Insight:</strong> The team last year <strong>3D printed a holder</strong> for their board. Worth keeping in mind for managing the hardware setup.</li>
</ol>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="kanban--branch-workflow">Kanban &amp; Branch Workflow<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-17-mentor-meeting#kanban--branch-workflow" class="hash-link" aria-label="Direct link to Kanban &amp; Branch Workflow" title="Direct link to Kanban &amp; Branch Workflow" translate="no">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="branch-naming-convention">Branch Naming Convention<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-17-mentor-meeting#branch-naming-convention" class="hash-link" aria-label="Direct link to Branch Naming Convention" title="Direct link to Branch Naming Convention" translate="no">​</a></h3>
<p>Adopt this structure for all new branches:</p>
<p><code>category/issue-number/short-description</code></p>
<ul>
<li><strong>Example:</strong> <code>docs/#55/update-readme</code></li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="general-workflow">General Workflow<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-17-mentor-meeting#general-workflow" class="hash-link" aria-label="Direct link to General Workflow" title="Direct link to General Workflow" translate="no">​</a></h3>
<ol>
<li><strong>Branch Cleanup:</strong> It's a good practice to <strong>delete branches after they are merged</strong> to keep the repository tidy.</li>
<li><strong>Kanban Discipline:</strong> Ensure that both <strong>Issues</strong> and <strong>Pull Requests (PRs)</strong> clearly reflect their current <strong>status on the Kanban board</strong> (e.g., <em>To Do</em>, <em>In Progress</em>, <em>Review</em>).</li>
<li><strong>Issue Detail:</strong> Make sure <strong>all issues have a clear description and a milestone</strong> assigned. Even for docs and meting notes - just good practice</li>
</ol>]]></content:encoded>
            <author>ff24459@bristol.ac.uk (Dan Robb)</author>
            <category>Mentor</category>
        </item>
        <item>
            <title><![CDATA[Client Meeting - 10/10]]></title>
            <link>https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-10-client-meeting</link>
            <guid>https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-10-client-meeting</guid>
            <pubDate>Fri, 10 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[First client meeting notes for the 2025 FMCW Radar project.]]></description>
            <content:encoded><![CDATA[<p><em>First client meeting notes for the 2025 FMCW Radar project.</em></p>
<p><strong>Date:</strong> 10-10-2025 <br>
<strong>Time:</strong> 09:00-10:00  <br>
<strong>Team:</strong> Alina Zubova, Dan Robb, Henry Edwards, Talal Aljallal, Tom Lam <br></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="key-decisions-and-discussion-points">Key Decisions and Discussion Points<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-10-client-meeting#key-decisions-and-discussion-points" class="hash-link" aria-label="Direct link to Key Decisions and Discussion Points" title="Direct link to Key Decisions and Discussion Points" translate="no">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="1-hardware-and-radar-model">1. Hardware and Radar Model<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-10-client-meeting#1-hardware-and-radar-model" class="hash-link" aria-label="Direct link to 1. Hardware and Radar Model" title="Direct link to 1. Hardware and Radar Model" translate="no">​</a></h3>
<ul>
<li>The team will begin development using the <strong>IWRL6432</strong> radar model.</li>
<li>The project may potentially pivot to the <strong>6864</strong> model later if necessary.</li>
<li>Greg will be <strong>sending Dan the required hardware</strong>.</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="2-meetings-and-communication">2. Meetings and Communication<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-10-client-meeting#2-meetings-and-communication" class="hash-link" aria-label="Direct link to 2. Meetings and Communication" title="Direct link to 2. Meetings and Communication" translate="no">​</a></h3>
<ul>
<li>Weekly team/client meetings will be held at <strong>9:00 AM</strong>.</li>
<li>All meetings will be conducted <strong>online</strong>.</li>
<li><strong>Next week's meeting (beginning 13/10/2025) is cancelled/not needed.</strong>.</li>
<li><strong>Action:</strong> The team must <strong>sort out a secure way to share files</strong> with Greg (e.g., shared cloud folder, dedicated GitHub repository).</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="3-data-collection-planning">3. Data Collection Planning<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-10-client-meeting#3-data-collection-planning" class="hash-link" aria-label="Direct link to 3. Data Collection Planning" title="Direct link to 3. Data Collection Planning" translate="no">​</a></h3>
<ul>
<li>Look into getting a <strong>camera, tripod, and webcam</strong>.</li>
<li><strong>Potential location for initial data collection:</strong> Queen's Lecture Theatre.</li>
<li><strong>Action:</strong> The team needs to <strong>think about booking a room</strong> suitable for data collection and testing.</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="4-technical-development-setup">4. Technical Development Setup<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-10-client-meeting#4-technical-development-setup" class="hash-link" aria-label="Direct link to 4. Technical Development Setup" title="Direct link to 4. Technical Development Setup" translate="no">​</a></h3>
<ul>
<li><strong>Development Environment Setup:</strong> Get the development environment configured, including <strong>Jupyter</strong>, <strong>VS Code</strong>, and <strong>PyTorch</strong>.</li>
<li><strong>Resources:</strong> Use TI's official documentation or last year's team documentation for setup guidance.</li>
<li><strong>Initial Model:</strong> The team will <strong>start with a simple 3-layer fully connected model</strong> as a learning exercise.</li>
<li><strong>Future Model:</strong> Plan to transition to a <strong>1D CNN model</strong> (1-Dimensional Convolutional Neural Network) for future development.</li>
</ul>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="next-steps--to-do">Next Steps / To-Do<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-10-client-meeting#next-steps--to-do" class="hash-link" aria-label="Direct link to Next Steps / To-Do" title="Direct link to Next Steps / To-Do" translate="no">​</a></h2>
<ol>
<li><strong>Dan:</strong> Await receipt of radar hardware from Greg.</li>
<li><strong>Team:</strong> Set up the development environment (Jupyter, VS Code, PyTorch).</li>
<li><strong>Team:</strong> Determine and establish a secure file-sharing method with Greg.</li>
<li><strong>Team:</strong> Investigate and book a room for data collection (e.g., Queen's Lecture Theatre).</li>
</ol>]]></content:encoded>
            <author>ff24459@bristol.ac.uk (Dan Robb)</author>
            <category>Client</category>
        </item>
        <item>
            <title><![CDATA[Mentor Meeting - 10/10]]></title>
            <link>https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-10-mentor-meeting</link>
            <guid>https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-10-mentor-meeting</guid>
            <pubDate>Fri, 10 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Mentor meeting notes for the 2025 FMCW Radar project.]]></description>
            <content:encoded><![CDATA[<p><em>Mentor meeting notes for the 2025 FMCW Radar project.</em></p>
<p><strong>Date:</strong> 10-10-2025 <br>
<strong>Time:</strong> 11:00-12:00  <br>
<strong>Mentor:</strong> Jack Cains <br>
<strong>Team:</strong> Alina Zubova, Dan Robb, Henry Edwards, Talal Aljallal, Tom Lam <br></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="workflow--git-practices">Workflow &amp; Git Practices<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-10-mentor-meeting#workflow--git-practices" class="hash-link" aria-label="Direct link to Workflow &amp; Git Practices" title="Direct link to Workflow &amp; Git Practices" translate="no">​</a></h2>
<ul>
<li><strong>Main Branch Rule:</strong> Do not commit or merge directly into the <strong><code>main</code></strong> branch.</li>
<li><strong>Feature Branching:</strong> All development work must be done on a feature branch <strong>branched off of <code>dev</code></strong>.</li>
<li><strong>Branch Naming:</strong> Ensure feature branches are given <strong>descriptive and useful names</strong> (e.g., <code>feature/add-docusaurus-research</code>).</li>
<li><strong>Commit Consistency (Contribution Tracking):</strong> This is about team equity. Make sure that all team members are <strong>contributing a similar volume of work</strong> (commits or lines of code) to the project.<!-- -->
<ul>
<li>Commits should not be too "uneven" across team members.</li>
<li>If contributions become significantly skewed toward one or two members, we will have to <strong>justify</strong> the workload distribution for the project review.</li>
</ul>
</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="hardware-logistics">Hardware Logistics<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-10-mentor-meeting#hardware-logistics" class="hash-link" aria-label="Direct link to Hardware Logistics" title="Direct link to Hardware Logistics" translate="no">​</a></h2>
<ul>
<li><strong>Radar Chip Storage:</strong> The radar chips can be stored securely in the <strong>Hackspace drawers</strong>.</li>
<li><strong>Camera/Tripod Acquisition:</strong> The team can potentially acquire the required camera and tripod from the <strong>MVB Tech Office</strong>.</li>
</ul>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="next-steps--to-do">Next Steps / To-Do<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-10-mentor-meeting#next-steps--to-do" class="hash-link" aria-label="Direct link to Next Steps / To-Do" title="Direct link to Next Steps / To-Do" translate="no">​</a></h2>
<ol>
<li><strong>Team:</strong> Ensure all new branches are created from <code>dev</code>.</li>
<li><strong>Team:</strong> Collect the camera and tripod from the MVB Tech Office.</li>
</ol>]]></content:encoded>
            <author>ff24459@bristol.ac.uk (Dan Robb)</author>
            <category>Mentor</category>
        </item>
        <item>
            <title><![CDATA[Team Meeting - 9/10]]></title>
            <link>https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-09-team-meeting</link>
            <guid>https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-09-team-meeting</guid>
            <pubDate>Thu, 09 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Internal Team meeting notes for the 2025 FMCW Radar project.]]></description>
            <content:encoded><![CDATA[<p><em>Internal Team meeting notes for the 2025 FMCW Radar project.</em></p>
<p><strong>Date:</strong> 09-10-2025 <br>
<strong>Time:</strong> 13:00-14:00  <br>
<strong>Team:</strong> Alina Zubova, Dan Robb, Henry Edwards, Talal Aljallal, Tom Lam <br></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="questions-for-greg">Questions for Greg<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-09-team-meeting#questions-for-greg" class="hash-link" aria-label="Direct link to Questions for Greg" title="Direct link to Questions for Greg" translate="no">​</a></h2>
<p><em>(In order of priority, as discussed)</em></p>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-core-questions">🧭 Core Questions<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-09-team-meeting#-core-questions" class="hash-link" aria-label="Direct link to 🧭 Core Questions" title="Direct link to 🧭 Core Questions" translate="no">​</a></h2>
<ol>
<li>
<p><strong>Project Brief</strong></p>
<ul>
<li>Could you give a more in-depth explanation of the project brief?
<em>(In other words — what exactly are we meant to be doing?)</em></li>
</ul>
</li>
<li>
<p><strong>Contracts / Licenses</strong></p>
<ul>
<li>We’ll likely send over the license options or a short document explaining them for you to review.</li>
</ul>
</li>
<li>
<p><strong>Radar Hardware</strong></p>
<ul>
<li>When will we receive the radar, and which model will it be?</li>
</ul>
</li>
<li>
<p><strong>Next Steps</strong></p>
<ul>
<li>
<p>What should our next step be?</p>
<ul>
<li>More research?</li>
<li>Or can we begin looking at some code?</li>
</ul>
</li>
</ul>
</li>
<li>
<p><strong>Example Data / Replay</strong></p>
<ul>
<li>Is it possible to get example data or a “replay” mode that simulates the radar output without having the hardware?</li>
</ul>
</li>
<li>
<p><strong>Multiple Chips</strong></p>
<ul>
<li>Would we be able to get access to multiple radar chips?</li>
</ul>
</li>
<li>
<p><strong>Future Meetings</strong></p>
<ul>
<li>Should we schedule follow-up meetings now?</li>
<li>Would you like us to prepare an agenda for future meetings? <em>(I can handle this — no worries!)</em></li>
</ul>
</li>
</ol>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-additional-asides">💡 Additional Asides<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-09-team-meeting#-additional-asides" class="hash-link" aria-label="Direct link to 💡 Additional Asides" title="Direct link to 💡 Additional Asides" translate="no">​</a></h2>
<ul>
<li>Anything we can start coding <strong>without the radar hardware</strong>?</li>
<li>Clarify the <strong>C and binary files</strong> mentioned by <em>Alina Zubova</em> — not entirely sure what that referred to.</li>
<li>Will you want <strong>more release stages</strong> beyond <code>MVP → Beta → Final</code>?</li>
<li>Confirm the <strong>tech stack</strong> — what languages and tools will we actually be coding in (though we may already have an idea).</li>
</ul>
<hr>
<p><strong>Next Meetings:</strong></p>
<ul>
<li><strong>Team meeting:</strong> 9:00 10/10</li>
<li><strong>Meeting with Jack:</strong> 11:15 10/10</li>
</ul>]]></content:encoded>
            <author>ff24459@bristol.ac.uk (Dan Robb)</author>
            <author>tom.lam.2024@bristol.ac.uk (Tom Lam)</author>
            <category>Team Meeting</category>
        </item>
        <item>
            <title><![CDATA[Standup Meeting 2 - 7/10]]></title>
            <link>https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-07-standup-meeting-2</link>
            <guid>https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-07-standup-meeting-2</guid>
            <pubDate>Tue, 07 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Standup meeting 2 notes for the 2025 FMCW project]]></description>
            <content:encoded><![CDATA[<p><em>Standup meeting 2 notes for the 2025 FMCW project</em></p>
<p><strong>Date:</strong> 07-10-2025 <br>
<strong>Time:</strong> 15:00-17:00 <br>
<strong>Team:</strong> Alina Zubova, Dan Robb, Henry Edwards, Talal Aljallal, Tom Lam <br></p>
<p>During this meeting, the team focused on aligning upcoming tasks and ensuring everyone understood their individual responsibilities. We discussed progress on the ethics pre-approval form and clarified what still needs to be completed before submission. The team also revisited the different contract options, confirming that we’ll continue evaluating which license type fits best for our project.</p>
<p>We agreed to continue researching the technical aspects of FMCW radar and to go through the documentation provided by Texas Instruments in more detail. The goal is to identify key examples, tutorials, or reference materials that will help us understand the hardware and software workflow more effectively. The team also discussed the tech stack and tools that Texas Instruments expects us to use which includes primarily working with Python, Pytorch, Code Compressor Studio (CCS), and Jupyter Notebooks.</p>
<hr>
<p>The meeting helped clarify immediate priorities and ensured that everyone knows their responsibilities for the week. For our next meeting which is scheduled on the 9th of October 2025. We will discuss the questions we will need to ask the client on the first client meeting.</p>]]></content:encoded>
            <author>talal.aljallal.2023@bristol.ac.uk (Talal Aljallal)</author>
            <category>Stand-up</category>
        </item>
        <item>
            <title><![CDATA[Standup Meeting - 6/10]]></title>
            <link>https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-06-standup-meeting</link>
            <guid>https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-06-standup-meeting</guid>
            <pubDate>Mon, 06 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Standup meeting notes for the 2025 FMCW Radar project.]]></description>
            <content:encoded><![CDATA[<p><em>Standup meeting notes for the 2025 FMCW Radar project.</em></p>
<p><strong>Date:</strong> 06-10-2025 <br>
<strong>Time:</strong> 14:00-15:00  <br>
<strong>Team:</strong> Alina Zubova, Dan Robb, Henry Edwards, Talal Aljallal, Tom Lam <br></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="topics-discussed">Topics Discussed<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-06-standup-meeting#topics-discussed" class="hash-link" aria-label="Direct link to Topics Discussed" title="Direct link to Topics Discussed" translate="no">​</a></h2>
<ul>
<li>Kanban &amp; issue templates setup.</li>
<li>IP and contract choice (leaning towards company open source contract).</li>
<li>Ethics pre-approval form.</li>
<li>UK GDPR / data handling.</li>
<li>Pull request template.</li>
<li>Bringing the dev branch up to date.</li>
<li>Preparing questions for the client on the 7 Oct 2025 workshop.</li>
<li>Researching the documentation provided by the client on FMCW Radars.</li>
</ul>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="actions-to-take">Actions to Take<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-06-standup-meeting#actions-to-take" class="hash-link" aria-label="Direct link to Actions to Take" title="Direct link to Actions to Take" translate="no">​</a></h2>
<p>Ask the unit director for guidance on:</p>
<ol>
<li>The Ethics form.</li>
<li>Correct contract type.</li>
<li>Each team member to go through documentation and research how the project will work.</li>
<li>Summarize findings and add research notes to Docusaurus.</li>
<li>Set up machines with the required software from Texas Instruments' website.</li>
</ol>
<hr>
<p>These discussions focused on aligning the team’s workflow and ensuring administrative steps (contracts, ethics, GDPR) are progressing correctly.<br>
<!-- -->The goal is to establish a solid foundation for the technical phase of the project — setting up tools, clarifying expectations, and improving collaboration through documentation and consistent updates on Docusaurus.</p>]]></content:encoded>
            <author>talal.aljallal.2023@bristol.ac.uk (Talal Aljallal)</author>
            <category>Stand-up</category>
        </item>
        <item>
            <title><![CDATA[Mentor Meeting - 3/10]]></title>
            <link>https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-03-mentor-meeting</link>
            <guid>https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-03-mentor-meeting</guid>
            <pubDate>Fri, 03 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[First Mentor meeting notes for the 2025 FMCW Radar project.]]></description>
            <content:encoded><![CDATA[<p><em>First Mentor meeting notes for the 2025 FMCW Radar project.</em></p>
<p><strong>Date:</strong> 03-10-2025 <br>
<strong>Time:</strong> 11:00-12:00  <br>
<strong>Mentor:</strong> Jack Cains <br>
<strong>Team:</strong> Alina Zubova, Dan Robb, Henry Edwards, Talal Aljallal, Tom Lam <br></p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="project--constraints">Project &amp; Constraints<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-03-mentor-meeting#project--constraints" class="hash-link" aria-label="Direct link to Project &amp; Constraints" title="Direct link to Project &amp; Constraints" translate="no">​</a></h2>
<ol>
<li><strong>New Domain &amp; Hardware</strong> – The team is entering a new technical space. Expect a learning curve around radar systems and their documentation.</li>
<li><strong>Client Responsiveness</strong> – Texas Instruments may be slow to reply; in the meantime, focus on improving the README and internal resources.</li>
<li><strong>Agile Workflow</strong> – Prioritize Agile principles throughout development.</li>
</ol>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="mvp">MVP<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-03-mentor-meeting#mvp" class="hash-link" aria-label="Direct link to MVP" title="Direct link to MVP" translate="no">​</a></h2>
<p>A <strong>research deliverable</strong> that demonstrates understanding of <strong>TI FMCW Radar</strong> and the overall project.</p>
<p><strong>Possible inclusions:</strong></p>
<ul>
<li>A report explaining FMCW principles and TI radar capabilities</li>
<li>Feasible pathways for modelling or visualization</li>
</ul>
<p><strong>Tone:</strong><br>
<em>“We’ve never done this before” → Embrace the challenge positively. Highlight the novelty and ambition of the project.</em></p>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ways-of-working-agile">Ways of Working (Agile)<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-03-mentor-meeting#ways-of-working-agile" class="hash-link" aria-label="Direct link to Ways of Working (Agile)" title="Direct link to Ways of Working (Agile)" translate="no">​</a></h2>
<ul>
<li><strong><a href="https://github.com/orgs/spe-uob/projects/343" target="_blank" rel="noopener noreferrer">Kanban Board</a>:</strong> <code>GitHub Projects → Backlog → To Do → In Progress → Done</code></li>
<li><strong>Stand-ups:</strong> Brief, regular meetings</li>
<li><strong>Documentation:</strong> Shared notes from each client/mentor touchpoint</li>
</ul>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="questions-for-the-client-ti">Questions for the Client (TI)<a href="https://spe-uob.github.io/2025-FMCWRadar/meetings/2025-10-03-mentor-meeting#questions-for-the-client-ti" class="hash-link" aria-label="Direct link to Questions for the Client (TI)" title="Direct link to Questions for the Client (TI)" translate="no">​</a></h2>
<ol>
<li>Tips for newcomers to radar tech; recommended starting points in their docs</li>
<li>Key documentation pointers – must-read sections, examples, and known pitfalls</li>
<li>Preferred meeting frequency and expected response time for questions</li>
<li>Clarify what an MVP looks like for this term (given no ML background)</li>
<li>Confirm required technology (Radar hardware) to be used and delivered to the team</li>
</ol>]]></content:encoded>
            <author>talal.aljallal.2023@bristol.ac.uk (Talal Aljallal)</author>
            <author>wn23635@bristol.ac.uk (Alina Zubova)</author>
            <category>Mentor</category>
        </item>
    </channel>
</rss>