<?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>ESP32 ate the maker world - and audio projects beat smart home (May 2026 data)</title>
      <dc:creator>Gal Ofel</dc:creator>
      <pubDate>Tue, 26 May 2026 05:46:04 +0000</pubDate>
      <link>https://dev.to/galgal/esp32-ate-the-maker-world-and-audio-projects-beat-smart-home-may-2026-data-4pg7</link>
      <guid>https://dev.to/galgal/esp32-ate-the-maker-world-and-audio-projects-beat-smart-home-may-2026-data-4pg7</guid>
      <description>&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%2Fz4d8axqnmvqwzi8cmvya.jpeg" 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%2Fz4d8axqnmvqwzi8cmvya.jpeg" alt="State of Maker Projects - May 2026" width="800" height="447"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We pulled the numbers on &lt;strong&gt;662 maker projects from 367 makers&lt;/strong&gt; over the last three months. A few of the results genuinely surprised us - and most of them contradict what the hardware press keeps repeating.&lt;/p&gt;

&lt;h2&gt;
  
  
  Three findings worth your attention
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. ESP32 isn't winning. It already won.&lt;/strong&gt;&lt;br&gt;
ESP32-family chips show up in &lt;strong&gt;59.8%&lt;/strong&gt; of new projects. Arduino AVR (mostly the Nano) holds &lt;strong&gt;21.5%&lt;/strong&gt;, almost entirely in non-connected builds — workshop tools, lighting, art. The "Arduino + Wi-Fi shield" pattern? Effectively zero. Dead.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Raspberry Pi Pico flopped on the workbench.&lt;/strong&gt;&lt;br&gt;
Just &lt;strong&gt;0.6%&lt;/strong&gt; — 4 projects out of 662. Despite years of marketing push from Adafruit, Pimoroni and friends, makers aren't reaching for it when they actually sit down to build.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. The #1 project category is &lt;em&gt;audio&lt;/em&gt;, not smart home.&lt;/strong&gt;&lt;br&gt;
Audio and music projects (guitar tuners, visualizers, synths, effects) hit &lt;strong&gt;10.3%&lt;/strong&gt; of all originals - beating every "IoT" or "smart home" subcategory. The tech press narrative doesn't match what people are actually soldering.&lt;/p&gt;

&lt;h2&gt;
  
  
  Bonus signal: offline AI is quietly happening
&lt;/h2&gt;

&lt;p&gt;Six independent makers shipped &lt;strong&gt;offline AI inference nodes&lt;/strong&gt; in two months. No coordination, no hype cycle - just people putting models on their own hardware. Worth watching.&lt;/p&gt;

&lt;h2&gt;
  
  
  Kit economics
&lt;/h2&gt;

&lt;p&gt;Median project BOM: &lt;strong&gt;$139&lt;/strong&gt;. There's a sharp drop-off above $200 - a real ceiling for hobby builds, useful to know if you're designing a kit or product around this audience.&lt;/p&gt;




&lt;p&gt;This is the short version. The full post has the methodology, all the data tables, the kit-cost distribution, and a downloadable dataset if you want to run your own cuts.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;Read the full breakdown:&lt;/strong&gt; &lt;a href="https://make-it.ai/blog/state-of-maker-projects-may-2026" rel="noopener noreferrer"&gt;State of Maker Projects, May 2026&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What's your default MCU in 2026? Drop it in the comments - curious whether the ESP32 dominance holds in this audience too.&lt;/p&gt;

</description>
      <category>arduino</category>
      <category>esp32</category>
      <category>iot</category>
      <category>hardware</category>
    </item>
    <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>
