<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Uv-C on hippotion</title><link>https://blog.hippotion.com/tags/uv-c/</link><description>Recent content in Uv-C on hippotion</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 15 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.hippotion.com/tags/uv-c/index.xml" rel="self" type="application/rss+xml"/><item><title>🌙 Killing Mildew in the Dark</title><link>https://blog.hippotion.com/posts/killing-mildew-in-the-dark/</link><pubDate>Sun, 15 Mar 2026 00:00:00 +0000</pubDate><guid>https://blog.hippotion.com/posts/killing-mildew-in-the-dark/</guid><description>A farm robot is replacing pesticides with UV light at night. The clever part isn&amp;rsquo;t the robot — it&amp;rsquo;s the darkness. Here&amp;rsquo;s the home version, and the honest scope of what it can and can&amp;rsquo;t do.</description><content:encoded><![CDATA[<p>I saw a clip of an autonomous farm robot — TRIC Robotics — driving strawberry beds in total
darkness, killing pathogens with UV light instead of spraying them. Zero chemicals, zero runoff.
My first reaction was &ldquo;that&rsquo;s a marketing robot.&rdquo; My second, after reading, was &ldquo;no, the science
is real — and the robot is the least interesting part.&rdquo;</p>
<p>The interesting part is <em>why it works at night.</em></p>
<h2 id="the-trick-is-the-darkness-not-the-light">The trick is the darkness, not the light</h2>
<p>UV-C light (254 nm) shreds the DNA of fungal pathogens like powdery mildew. Nothing new there —
it&rsquo;s the same wavelength that sterilises water and hospital rooms. The problem is that in daylight
those pathogens <em>repair</em> the damage, using a light-activated enzyme (photoreactivation). Zap them
at noon and they patch themselves up by evening.</p>
<p>So you do it in the dark. With the repair pathway switched off, a tiny dose sticks. Cornell&rsquo;s
Gadoury lab spent years on this: nighttime UV-C at doses around <strong>85 J/m² once a week</strong> gave
season-long powdery mildew control on strawberries that <em>beat the best available fungicides</em>.
Grapes, cucumbers, roses — same story. Applied about 30 minutes after sunset, finished within a
couple of hours.</p>
<p>That&rsquo;s a genuinely beautiful result. Not a new chemical, not a stronger lamp — just the same old
light, applied when the enemy can&rsquo;t fix itself.</p>
<h2 id="what-it-is-and-what-it-absolutely-isnt">What it is, and what it absolutely isn&rsquo;t</h2>
<p>Before anyone rips out their whole garden routine: this is <strong>not</strong> a general pesticide replacement.
The evidence is strong for one specific class of problem — surface fungal pathogens, mostly
<strong>powdery and downy mildew</strong> on susceptible plants (strawberry, grape, cucurbits, roses). It does
nothing for slugs, most insects, or anything in the soil.</p>
<p>So the honest pitch is narrow: <em>if you fight recurring mildew every summer, this is a chemical-free
tool that genuinely works.</em> If your real enemy is aphids, don&rsquo;t build this — you&rsquo;d be solving the
wrong problem with a dangerous toy.</p>
<p>Which brings me to the toy being dangerous.</p>
<h2 id="the-part-where-i-tell-you-not-to-blind-yourself">The part where I tell you not to blind yourself</h2>
<p>UV-C is not mood lighting. Seconds of direct exposure burn your eyes (welder&rsquo;s-flash) and skin,
and it&rsquo;s a long-term cancer risk. This is the single reason a <em>home</em> version has to be designed
carefully — and the reason I&rsquo;d never run an exposed source in a garden where my kids play.</p>
<p>Any home rig needs, non-negotiably:</p>
<ul>
<li>A physical enclosure or skirt so the light only hits the bed, never a person.</li>
<li>A hard interlock — a motion sensor or door contact that cuts power instantly if anything moves
into range.</li>
<li>A schedule that only ever runs in the dead of night, when everyone&rsquo;s inside and asleep.</li>
</ul>
<p>You can also over-dose the <em>plants</em> — too much UV-C scorches leaves. The whole point is that the
effective dose is tiny, so more is not better.</p>
<h2 id="the-build-the-home-version-of-while-you-sleep">The build (the home version of &ldquo;while you sleep&rdquo;)</h2>
<p>You don&rsquo;t need TRIC&rsquo;s autonomous navigation. A home garden has <em>fixed beds</em> — so the robot problem
collapses into a much simpler one: get a shielded lamp over a known bed, for a known number of
seconds, at night. That&rsquo;s not robotics. That&rsquo;s a timer and a rail.</p>
<p>Here&rsquo;s the plan I&rsquo;d build:</p>
<ol>
<li><strong>The lamp.</strong> A low-pressure UV-C tube (254 nm — <em>not</em> the &ldquo;UV-C LED&rdquo; novelties, and <em>not</em>
ozone-generating 185 nm lamps). Mounted in a hooded reflector so the light points down and is
blocked from the sides.</li>
<li><strong>The geometry.</strong> Fix it at a set height over the bed — on a simple cart that rolls a track, or
just a static fixture over a raised bed. Fixed height = repeatable dose.</li>
<li><strong>The dose, measured not guessed.</strong> This is the one place you can&rsquo;t wing it: borrow or buy a
UV-C meter, measure the irradiance (W/m²) at canopy height, then <code>time = 85 ÷ irradiance</code>.
If the lamp delivers, say, 5 W/m² at the leaves, that&rsquo;s ~17 seconds of exposure. Seventeen
seconds, once a week. That tiny number is the whole reason this is plant-safe and low-energy —
and why a slow-moving robot pass is enough on a farm.</li>
<li><strong>The brain.</strong> This is the bit that&rsquo;s actually in my wheelhouse: an ESP32 + a relay, on the
homelab. Fires at 2 a.m. for N seconds, once a week. A PIR sensor wired as a kill-switch. A
<code>mind-the-gap</code>-style cron and a log line to my phone when it ran. The &ldquo;autonomous robot working
while you sleep&rdquo; headline, minus the $100k of autonomy I don&rsquo;t need for four raised beds.</li>
</ol>
<h2 id="verdict">Verdict</h2>
<p>I haven&rsquo;t built this yet — it&rsquo;s a someday project, parked here so I stop losing the idea. But it&rsquo;s
the rare someday project where the science is settled, the materials are cheap, and the only real
engineering is <em>safety and dose control</em>, both of which are squarely the kind of problem I like.</p>
<p>The farm robot&rsquo;s pitch is &ldquo;pesticide-free at scale.&rdquo; The home version&rsquo;s pitch is smaller and more
honest: <strong>if mildew is your summer tax, you can pay it in seventeen seconds of midnight light
instead of a spray bottle.</strong> I&rsquo;ll take that trade.</p>
<p>When I build it, the failure log gets its own post.</p>
]]></content:encoded></item></channel></rss>