Live
Black Hat USAAI BusinessBlack Hat AsiaAI BusinessPower Pages Authentication Methods: The Complete Guide (2026)DEV CommunityClaude Code Unpacked: what the visual guide reveals about the architectureDEV CommunityExolane Review: What It Gets Right on Custody, Funding Caps, and RiskDEV CommunityGitHub Agentic Workflows: AI Agents Are Coming for Your Repository Maintenance Tasks (And That's a Good Thing)DEV CommunityAlibaba Launches XuanTie C950 CPU for Agentic AIEE TimesThe Illusion of Data Custody in Legal AI — and the Architecture I Built to Replace ItDEV CommunityI use these 5 simple ‘ChatGPT codes’ every day — and they instantly improve my results - TechRadarGoogle News: ChatGPTTurboQuant, KIVI, and the Real Cost of Long-Context KV CacheDEV CommunityWhy ChatGPT Cites Your Competitors (Not You)DEV CommunityIntroducing Anti-Moral RealismLessWrong AIFrom idea to live web app in minutes with Spektrum. An AI-powered web app builder for MVPs, rapid prototyping, and full-stack JavaScript apps. Skip setup, generate real products, and deploy instantly without infrastructure headaches. 🔥DEV CommunityAnthropic Just Proved That Codebase Governance Is Now the #1 Priority for Every Engineering OrgDEV CommunityBlack Hat USAAI BusinessBlack Hat AsiaAI BusinessPower Pages Authentication Methods: The Complete Guide (2026)DEV CommunityClaude Code Unpacked: what the visual guide reveals about the architectureDEV CommunityExolane Review: What It Gets Right on Custody, Funding Caps, and RiskDEV CommunityGitHub Agentic Workflows: AI Agents Are Coming for Your Repository Maintenance Tasks (And That's a Good Thing)DEV CommunityAlibaba Launches XuanTie C950 CPU for Agentic AIEE TimesThe Illusion of Data Custody in Legal AI — and the Architecture I Built to Replace ItDEV CommunityI use these 5 simple ‘ChatGPT codes’ every day — and they instantly improve my results - TechRadarGoogle News: ChatGPTTurboQuant, KIVI, and the Real Cost of Long-Context KV CacheDEV CommunityWhy ChatGPT Cites Your Competitors (Not You)DEV CommunityIntroducing Anti-Moral RealismLessWrong AIFrom idea to live web app in minutes with Spektrum. An AI-powered web app builder for MVPs, rapid prototyping, and full-stack JavaScript apps. Skip setup, generate real products, and deploy instantly without infrastructure headaches. 🔥DEV CommunityAnthropic Just Proved That Codebase Governance Is Now the #1 Priority for Every Engineering OrgDEV Community

Bring Back MiniDV with This Raspberry Pi FireWire Hat

Hacker NewsMarch 28, 20261 min read0 views
Source Quiz

Comments

In my last post, I showed you to use FireWire on a Raspberry Pi with a PCI Express IEEE 1394 adapter. Now I'll show you how I'm using a new FireWire HAT and a PiSugar3 Plus battery to make a portable MRU, or 'Memory Recording Unit', to replace tape in older FireWire/i.Link/DV cameras.

The alternative is an old used MRU like Sony's HVR-MRC1, which runs around $300 on eBay1.

In addition to a direct camera connection, this setup can be used to archive MiniDV tapes to the Pi with dvgrab, or even with other FireWire devices like audio interfaces and hard drives. After Apple dropped FireWire support in macOS Tahoe, some users were left in a lurch.

Video

This blog post is a companion to today's video, where I test recording to tape and to the Pi using two different setups, and even test how the 'old' NLE editing workflow used to work when I started my YouTube channel in 2006:

Don't like watching videos? I don't blame you—read on!

Hardware

The hardware I used in my final setup (pictured above) includes:

  • Raspberry Pi 5 (I used a 4GB model, but any amount of RAM should suffice)
  • Computer Equipment Group's Firehat
  • PiSugar 3 Plus 5000mAh Pi Battery
  • Apple FireWire cable (4 pin to 6 pin)
  • Canon GL1 miniDV Camcorder

The Firehat model I'm using is a prototype (thanks to Twin CD for sending it!). As such, it has a requisite number of bodge wires :)

It will be sold either as a standalone Pi HAT (the 'Firehat'), or integrated into a small standalone device paired with a Radxa Rock 2F ('equip-1'), at least if their equip-1 / Firehat Crowd Supply campaign is successful,

To make my setup portable, I added on a PiSugar 3 Plus (pictured above), which uses pogo pins to mate to the bottom of the Pi 5, providing power and I2C communication for battery status and configuration.

In my testing, the included 5000 mAh battery gets between 2-4 hours of runtime, depending on whether you're recording the whole time, and what kind of storage media you're using (this setup has built-in WiFi, so you could record direct to a NAS!). I got over 3 hours recording straight to a 64GB Raspberry Pi microSD card.

Software

The Firehat uses the Pi's GPIO to accept input through three buttons, and the I2C bus and more GPIO pins to sound a buzzer for button feedback, and LED for recording and other status indication, and a small OLED display to show recording time, the device's IP address, storage information, and battery life (if using a PiSugar).

Because Pi OS doesn't come with Linux's FireWire support enabled, you'll have to recompile the Linux kernel first, then install and run the Firehat software to get it fully operational:

  • Enable FireWire support on the Pi following my guide
  • Install the Firehat software (under 'Equip-1 Setup')
  • (Optionally) Enable the Firehat software at boot

Assuming you've set everything up correctly, when you reboot your Pi, you should see the default interface (with 'NO CAM' displayed if you don't have a camera plugged in and powered on):

If you create new recordings, they're saved under your default user account's home folder in a captures directory. From there, you can copy the files over to a USB drive, or copy them over WiFi to another computer.

On my Mac I used Transmit's SFTP capabilities to log into the Pi and copy down files. You could also use scp or rsync if you like.

Alternatives

As mentioned in my earlier post, you could buy a standard Mini PCIe HAT for the Pi, and install this StarTech Mini PCIe FireWire adapter in it. That setup was first demonstrated by Redditor toqer and labelled the Open MRU in the r/tapeless subreddit.

For all the details, I documented my own Open MRU setup on GitHub. Without any GPIO-enabled buttons, controlling dvgrab is a little more involved—I had to start and stop recordings via dvgrab on the command line.

The Open MRU build uses the TI XIO2213A controller, versus the VIA VT6315N in the Firehat. People have tested other FireWire controllers on the Pi in the past, but these are the only two I've confirmed work with the Pi 5 so far.

Other FireWire devices and the 2029 deadline

I haven't had a chance to test other FireWire devices yet, or FireWire networking (though a 400 Mbps network connection is less than half the speed of the Pi's built-in Ethernet!).

But I've heard from a few people still running FireWire audio interfaces, or wanting to interface with old Macs via their built-in FireWire ports, so if you've tested any non-camera IEEE 1394 devices, please share your experience in the comments.

This setup should continue working with the latest versions of Linux and Pi OS until at least 2029, but the future for FireWire in the Linux kernel after that is less clear.

The equip-1 and Firehat should be available through this Crowd Supply page. Fingers crossed they can get to production and ship soon!

  • The Pi setup above costs between $150-200 brand new. ↩︎
Was this article helpful?

Sign in to highlight and annotate this article

AI
Ask AI about this article
Powered by AI News Hub · full article context loaded
Ready

Conversation starters

Ask anything about this article…

Daily AI Digest

Get the top 5 AI stories delivered to your inbox every morning.

Knowledge Map

Knowledge Map
TopicsEntitiesSource
Bring Back …Hacker News

Connected Articles — Knowledge Graph

This article is connected to other articles through shared AI topics and tags.

Knowledge Graph100 articles · 158 connections
Scroll to zoom · drag to pan · click to open

Discussion

Sign in to join the discussion

No comments yet — be the first to share your thoughts!

More in Analyst News