<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Embedded on Nate's Blog</title><link>https://farad.space/tags/embedded/</link><description>Recent content in Embedded on Nate's Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 06 Jan 2026 00:28:54 -0800</lastBuildDate><atom:link href="https://farad.space/tags/embedded/index.xml" rel="self" type="application/rss+xml"/><item><title>Gate Project Overview</title><link>https://farad.space/posts/gateoverview/</link><pubDate>Tue, 06 Jan 2026 00:28:54 -0800</pubDate><guid>https://farad.space/posts/gateoverview/</guid><description>&lt;p&gt;When we purchased our house, it came with a gate at the end of the driveway controlled by a Sentex Crown Jewel keypad. The keypad is programmed over 300 baud modem via the Win98 software CJWin32. While it is possible to run this software under a VM on my Mac, I wanted to try building a replacement as an excuse to learn PCB design. It would absolutely be trivial to replace the gate computer with a Raspberry Pi or similar, but that would defeat the point of the project as an educational exercise.&lt;/p&gt;</description></item><item><title>Creating a HomeKit Accessory with ESP32</title><link>https://farad.space/posts/homekit_accesory/</link><pubDate>Tue, 08 Dec 2020 21:32:54 -0800</pubDate><guid>https://farad.space/posts/homekit_accesory/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;Over the past 8 weeks, I built a HomeKit accessory to open and close the gate at the end of my driveway. The project was really fun, and this document outlines the process of creating it, from concept to working prototype.&lt;/p&gt;
&lt;h3 id="additional-background"&gt;Additional Background&lt;/h3&gt;
&lt;p&gt;Programming examples for microcontrollers will be in C++. For the most part, we’ll be sticking essentially to “C with Classes”, which is typical of most Arduino and other microcontroller projects.&lt;/p&gt;</description></item></channel></rss>