<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Gal Ofel</title>
    <description>The latest articles on DEV Community by Gal Ofel (@galgal).</description>
    <link>https://dev.to/galgal</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3864441%2Fd07ea7b1-61e1-439c-8611-6d5547812d49.png</url>
      <title>DEV Community: Gal Ofel</title>
      <link>https://dev.to/galgal</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/galgal"/>
    <language>en</language>
    <item>
      <title>Built an AI Tool That Generates Wiring Diagrams and Code for Arduino Projects. Here's What I Learned.</title>
      <dc:creator>Gal Ofel</dc:creator>
      <pubDate>Mon, 06 Apr 2026 19:10:53 +0000</pubDate>
      <link>https://dev.to/galgal/built-an-ai-tool-that-generates-wiring-diagrams-and-code-for-arduino-projects-heres-what-i-5879</link>
      <guid>https://dev.to/galgal/built-an-ai-tool-that-generates-wiring-diagrams-and-code-for-arduino-projects-heres-what-i-5879</guid>
      <description>&lt;p&gt;I'm not an electrical engineer. But I kept wanting to build smart devices - a mosquito trap for the garden, a nightlight my kid controls with claps, a smart dog collar.&lt;/p&gt;

&lt;p&gt;Every time, I'd hit the same wall: which components are compatible? What pins do I connect? What libraries do I need?&lt;/p&gt;

&lt;p&gt;So I built &lt;a href="https://make-it.ai" rel="noopener noreferrer"&gt;Make-it&lt;/a&gt; - you describe a device in plain English and it generates:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A complete parts list with specs&lt;/li&gt;
&lt;li&gt;A wiring diagram with pin assignments
&lt;/li&gt;
&lt;li&gt;Working Arduino/ESP32/Raspberry Pi code&lt;/li&gt;
&lt;li&gt;A step-by-step build guide&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgawvz67fyuczbq4jo8pj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgawvz67fyuczbq4jo8pj.png" alt=" " width="800" height="465"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The technical challenge
&lt;/h2&gt;

&lt;p&gt;The hard part isn't generating code - any LLM can do that. The hard part is making the output &lt;strong&gt;actually buildable&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GPIO pin conflict detection across multiple sensors&lt;/li&gt;
&lt;li&gt;Component compatibility validation (will this sensor work with this board?)&lt;/li&gt;
&lt;li&gt;Correct library dependencies and imports&lt;/li&gt;
&lt;li&gt;Pin assignments that match the physical wiring&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A raw LLM will confidently tell you to connect a sensor to a pin that doesn't support analog input. The domain layer on top catches that.&lt;/p&gt;

&lt;h2&gt;
  
  
  Real-world testing
&lt;/h2&gt;

&lt;p&gt;I've been dogfooding by posting actual builds on Reddit:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;An automated mosquito trap hit &lt;strong&gt;339K views&lt;/strong&gt; and #1 on r/homeautomation&lt;/li&gt;
&lt;li&gt;A clap-activated nightlight for kids got &lt;strong&gt;25K views&lt;/strong&gt; on r/arduino&lt;/li&gt;
&lt;li&gt;People are actually ordering parts and building these projects&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F77qxnfh5aeum5fboaqyk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F77qxnfh5aeum5fboaqyk.png" alt=" " width="800" height="465"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What's next
&lt;/h2&gt;

&lt;p&gt;I'm working on multi-board communication (Arduino + RPi over serial), better PCB-level layouts, and eventually simulation.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjyhbxai70fs004lkupoi.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjyhbxai70fs004lkupoi.jpg" alt=" " width="800" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback from anyone who's tried using AI for hardware projects. What works? What breaks?&lt;/p&gt;

&lt;p&gt;&lt;a href="https://make-it.ai?utm_source=devto&amp;amp;utm_medium=organic&amp;amp;utm_campaign=first_post" rel="noopener noreferrer"&gt;Try it here&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>arduino</category>
      <category>diy</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
