Watch BioMekka happen
Follow the habitat above and below the waterline while its lighting, climate and weather systems run automatically.
A living ecosystem under automated control. It generates rain, fog, wind, lightning and changing daylight around a living community of plants, fish, shrimp, isopods and springtails — while two cameras stream it live.
if (stormActive) {
lightningStrike();
fanSetpoint = random(35, 90);
rainRelay.set(true);
}
float air = sensors.airAverage();
float target = tempSetpoint.now();
bool safe = sensors.valid();
if (!safe) {
failSafeShutdown();
}
mistTick();
rainTick();
lightingTick();
void loop() {
sensorsTick();
temperatureControlTick();
humidityControlTick();
lightingTick();
stormTick();
publishTelemetry();
}
if (humidity > stormLimit) {
stormEligible = false;
}
if (waterTemp > waterSafetyLimit) {
heaterSet(false);
}
Follow the habitat above and below the waterline while its lighting, climate and weather systems run automatically.
BioMekka is a real living habitat, not a special-effects box. Meet the residents keeping the ecosystem moving above and below the waterline.
Sensors watch the environment, custom controllers make decisions, and the habitat responds with light, rain, fog, airflow and heat. The residents live inside the result — while cameras let you watch it happen.
See how the whole system works
A new place for shorter build notes, technical changes, wildlife sightings and progress from inside BioMekka.
Read this updateFull charts for temperature, humidity, lighting and controller state.
Watch the habitat grow, shift and respond as entire days, weeks and months are compressed into a few minutes.