HHO Genesis Systems: Announcement
Today we're launching HHO Genesis Systems, our venture bringing hydrogen-oxygen generation to off-grid and energy-independent applications. Three years of R&D condensed into products that actually work.
◉ What is HHO?
HHO (oxyhydrogen or Brown's Gas) is produced via water electrolysis — splitting H₂O into hydrogen and oxygen. Unlike pure hydrogen systems, HHO keeps the gases mixed in stoichiometric ratios for immediate combustion.
Key properties:
- Energy density: 141.8 MJ/kg (hydrogen component)
- Combustion product: Water vapor only
- Storage: On-demand generation, no compression needed
- Production: 2-4 kWh per m³ of HHO
◉ The Genesis Units
We're launching with three products, each targeting different use cases:
| Model | Output | Use Case | Price |
|---|---|---|---|
| Genesis Home | 500 L/hr | Residential heating supplement | $2,400 |
| Genesis Pro | 2,000 L/hr | Workshop/small business | $6,800 |
| Genesis Industrial | 10,000 L/hr | Farm/industrial applications | $24,000 |
◉ What Makes Genesis Different
Plenty of HHO generators exist. Most are poorly engineered hobby projects or outright scams. Genesis units are engineered products:
Materials
- 316L stainless steel plates (medical grade)
- EPDM gaskets rated for 250°F continuous
- Polycarbonate housing (flame-retardant)
- All wetted parts are chemically inert
Efficiency
Genesis units achieve 75-82% electrical-to-chemical efficiency, compared to 50-65% for typical hobbyist cells. This comes from:
- Optimized electrode spacing (2mm gap)
- PWM frequency tuning (specific to electrolyte concentration)
- Thermal management (keeps cell at optimal 60-70°C)
- Plate surface treatment (increases catalytic activity)
Safety
- Flame arrestor (sintered bronze, 50μm pore)
- Pressure relief valve (5 PSI)
- Low-water shutoff
- Over-temperature protection
- Ground fault detection
◉ Lateralus-Powered Control
Every Genesis unit includes a microcontroller running Lateralus firmware for monitoring and control:
// Genesis control loop (runs on RP2040)
@freestanding
module genesis.control
import hw.adc
import hw.pwm
import hw.gpio
struct CellState {
voltage: float
current: float
temperature: float
pressure: float
water_level: float
}
fn control_loop() {
let cell = read_sensors()
// Adjust PWM for optimal efficiency
let target_current = calculate_target(cell)
pwm.set_duty(0, current_to_duty(target_current))
// Safety checks
guard cell.temperature < 80.0 else {
emergency_shutdown("Over temperature")
}
guard cell.pressure < 4.5 else {
emergency_shutdown("Over pressure")
}
guard cell.water_level > 0.2 else {
emergency_shutdown("Low water")
}
}
◉ Integration Options
Heating Systems
Genesis units supplement existing heating:
- Propane/NG furnaces: Inject HHO upstream of burner (10-20% fuel reduction)
- Wood stoves: Inject into intake (cleaner burn, less creosote)
- Boilers: Direct injection into combustion chamber
Generators
For off-grid power, HHO supplements diesel/gasoline generators:
- 5-15% fuel reduction
- Lower emissions
- Extended engine life (cleaner combustion)
Welding/Cutting
Genesis Pro and Industrial units produce enough HHO for:
- Brazing and soldering
- Light welding (up to 3mm steel)
- Glass and acrylic work
◉ Real-World Performance
Data from our beta users:
| User | Application | Result |
|---|---|---|
| Farm (Montana) | Genesis Pro + diesel generator | 12% fuel savings, $180/mo |
| Workshop (Vermont) | Genesis Home + propane furnace | 18% propane reduction |
| Cabin (Colorado) | Genesis Home + wood stove | Reduced wood consumption by ~25% |
| Machine shop (Ohio) | Genesis Industrial for torch | Replaced acetylene, $400/mo savings |
◉ What It Won't Do
Let's be honest about limitations:
- Not free energy: HHO production requires electricity (2-4 kWh per m³)
- Not a primary fuel: Best as supplement, not replacement
- Not for vehicles: Automotive applications are legally complex and often oversold
- Not maintenance-free: Requires periodic cleaning and electrolyte top-off
◉ Open Source
All Genesis designs are open source:
- CAD files (FreeCAD format)
- Lateralus firmware source
- Assembly instructions
- Parts list with suppliers
Build your own or buy assembled. We make money on kits and support, not on locking down designs.
Full documentation at the HHO page. Source at hho-genesis.