abel-hall-galaxy/arduino-colony-sensors.html

22 lines
1016 B
HTML
Raw Permalink Normal View History

2026-07-18 04:44:26 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Arduino to Dome Sensors — Abel Hall</title>
<style>
body { font-family: system-ui, sans-serif; background: #0a0a0a; color: #e0e0e0; margin: 40px; line-height: 1.6; }
h1 { color: #4ade80; }
a { color: #60a5fa; }
.map { background: #111; padding: 20px; border-radius: 8px; margin: 20px 0; }
</style>
</head>
<body>
<h1>Arduino Kits to Mars Dome Sensors</h1>
<p>14-week sensor calibration flow: Earth hobby boards map directly to habitat telemetry. Same methodical debugging as North Shore circuit hikes.</p>
<div class="map">
<p>Prototype logic: Soil moisture → humidity nodes. LED status → dome alerts. Like Escher's infinite stairs, each loop refines the next.</p>
</div>
<p><a href="index.html">Back to roots</a> | <a href="mars-habitat-flow.html">14-week UX flows</a></p>
</body>
</html>