<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Work on Sameer Rahman</title><link>https://sameerahman.com/projects/</link><description>Recent content in Work on Sameer Rahman</description><generator>Hugo</generator><language>en-us</language><copyright>© Sameer Rahman</copyright><lastBuildDate>Thu, 13 Mar 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://sameerahman.com/projects/index.xml" rel="self" type="application/rss+xml"/><item><title>Building a Web-Controlled ESP32 Microscope: Remote Imaging with M5TimerCamera</title><link>https://sameerahman.com/projects/m5microscope/</link><pubDate>Thu, 13 Mar 2025 00:00:00 +0000</pubDate><guid>https://sameerahman.com/projects/m5microscope/</guid><description>&lt;h2 id="introduction">Introduction&lt;/h2>
&lt;p>I recently got an internship where I was tasked to program a microcontroller, specifically ESP32-based M5TimerCamera. The camera is connected to an external lens and is used as a microscope to display the images taken onto a smartphone device. By joining the WiFi access point of the M5Camera and going to the IP address from the browser, images can be captured by clicking a button. Furthermore, specific settings like exposure and gain values can be changed from the web browser as well.&lt;/p></description></item><item><title>Making Pacman way harder than it needs to be</title><link>https://sameerahman.com/projects/pathfinding/</link><pubDate>Tue, 21 Jan 2025 00:00:00 +0000</pubDate><guid>https://sameerahman.com/projects/pathfinding/</guid><description>&lt;h1 id="introduction">Introduction&lt;/h1>
&lt;p>I was creating a game inspired from Pacman to brush up my coding skills that I learnt on the first semester of college only to come across a road block. How will the ghosts track the player and move towards you? The solution I used is the &lt;strong>Greedy Best-First Search&lt;/strong>. Now before we dive into it we must first familiarize ourselves with how the ghosts move in the game itself.&lt;/p></description></item></channel></rss>