<?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: Geo</title>
    <description>The latest articles on DEV Community by Geo (@geo_tp).</description>
    <link>https://dev.to/geo_tp</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%2F3528245%2F1b8cec38-5621-402d-854f-f534ab39be0e.png</url>
      <title>DEV Community: Geo</title>
      <link>https://dev.to/geo_tp</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/geo_tp"/>
    <language>en</language>
    <item>
      <title>Open source project ESP32 Bus Pirate - A Hardware Hacking Tool That Speaks Every Protocol</title>
      <dc:creator>Geo</dc:creator>
      <pubDate>Thu, 25 Sep 2025 05:07:48 +0000</pubDate>
      <link>https://dev.to/geo_tp/open-source-project-esp32-bus-pirate-a-hardware-hacking-tool-that-speaks-every-protocol-24gl</link>
      <guid>https://dev.to/geo_tp/open-source-project-esp32-bus-pirate-a-hardware-hacking-tool-that-speaks-every-protocol-24gl</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/geo-tp/ESP32-Bus-Pirate" rel="noopener noreferrer"&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%2Fz68em25w7hhftcaqd5iz.png" alt="ESP32 Bus Pirate banner logo" width="800" height="169"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://github.com/geo-tp/ESP32-Bus-Pirate" rel="noopener noreferrer"&gt;https://github.com/geo-tp/ESP32-Bus-Pirate&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🔌 Hack Hardware with the ESP32 Bus Pirate
&lt;/h2&gt;

&lt;p&gt;Ever wanted a powerful protocol analyzer that doesn’t cost a fortune? ESP32 Bus Pirate is an open-source firmware that turns any ESP32-S3 board into a multi-protocol hardware toolbox — and you can get the necessary hardware for around $10. Flash it once and a cheap, pocketable ESP32 becomes a serial console, I²C/SPI inspector, 1-Wire reader, Wi-Fi/Bluetooth sniffer, IR sender/decoder, HID emulator, Sub-GHz tool, and more — all accessible via a fast USB serial terminal or a browser-based CLI.&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%2Fwuwfus8sk0muvl3pjccz.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%2Fwuwfus8sk0muvl3pjccz.png" alt="A photo of a cardputer using ESP32 Bus Pirate in SubGhz mode" width="800" height="1066"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🏴‍☠️ What the Bus Pirate Actually Is
&lt;/h2&gt;

&lt;p&gt;The Bus Pirate is a long-standing open hardware project that exposes low-level bus access from a simple terminal. Think of it as a universal bridge between your computer and electronic parts: it lets you&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;discover unknown peripherals,&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;read and write chip registers and memories,&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;observe exchanges between modules,&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;debug hardware without re-flashing firmware on the target,&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;assist in reverse-engineering tasks.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Originally built for benches and labs, the Bus Pirate streamlines everyday tasks like scanning an I²C bus, dumping SPI flash, or sniffing UART traffic. The ESP32 Bus Pirate brings the same utility with modern extras — wireless access, USB HID emulation, IR, and radio support (Subghz, RF24 and more).&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%2Fw2vlojd2vll870hm7lps.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%2Fw2vlojd2vll870hm7lps.png" alt="A photo of a M5Stick C Plus2 using the ESP32 Bus Pirate in SPI flash mode" width="800" height="1066"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🌐 Three Ways to Control It
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;USB Serial — low-latency, scriptable, and familiar for embedded work.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Web CLI — control the device from any browser over Wi-Fi; same commands, remote convenience.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Standalone - on device screen and keyboard, available for the Cardputer.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All interfaces provide the same feature set.&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%2Fgpg5z9fncrzxqr0ggnnk.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%2Fgpg5z9fncrzxqr0ggnnk.png" alt="Presentation showing the different CLI modes of the ESP32 Bus Pirate" width="800" height="1088"&gt;&lt;/a&gt;&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%2Fqk96egytvgixax4hze8r.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%2Fqk96egytvgixax4hze8r.png" alt="Presentation showing the standalone CLI mode of the ESP32 Bus Pirate" width="800" height="739"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Github &amp;amp; Supported Devices
&lt;/h2&gt;

&lt;p&gt;See &lt;a href="https://github.com/geo-tp/ESP32-Bus-Pirate" rel="noopener noreferrer"&gt;https://github.com/geo-tp/ESP32-Bus-Pirate&lt;/a&gt; for more details and the list of supported devices.&lt;/p&gt;

</description>
      <category>esp32</category>
      <category>arduino</category>
      <category>cpp</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
