You are browsing as a guest. Sign up (or log in) to start making projects!

ASTRO FLORA

Hardware
  • 2 Devlogs
  • 12 Total hours

Astro-Flora is an automated life-support greenhouse module designed for extreme space environments like Mars or the Moon. Built on an Arduino framework, it monitors soil hydration parameters in real-time, manages light cycles to simulate a stable daytime environment, and features an autonomous irrigation system with acoustic diagnostic alerts to preserve critical water resources while ensuring space crop survival.

Open comments for this post

7h 1m 1s logged

Devlog #2: Systems Architecture & Circuit Map Complete!

Hey everyone! πŸš€

After a massive coding sprint yesterday, I have successfully locked down the core codebase for Astro-Flora and finalized the official hardware circuit schematic!

Since Astro-Flora is designed to be an industrial-grade, multi-zone life support system for extreme space environments, I needed to make sure the hardware layout perfectly matches the decoupled state-machine architecture of my code.

🌌 Hardware Subsystem Breakdown

I have organized the system architecture into four dedicated operational blocks:

Sensor Array Inputs: Dual capacitive soil moisture sensors (Zone A on A0, Zone B on A1) set to monitor a desiccation threshold of 450, an atmospheric thermistor on A4, and a fluid reservoir level unit on A5 to prevent dry-pumping.

User Interface & Audio Alerts: A 16x2 LCD display running via I2C (0x27) displaying live metrics alongside custom-rendered hex glyphs (Sprout, Sun, Moon, and Critical Warning). A master piezo buzzer sits on Pin 7 for cascading acoustic transaction tones.

Digital Security Interlock: A biometric badge-swipe simulator connected to Pin 10 using internal pull-up resistors to log crew entries and exits seamlessly.

Isolated Relay Actuators A 5-channel opto-isolated relay array connected to digital pins 2, 3, 4, 5, and 6 to safely drive high-power external loads (Solenoid water valves, grow lights, radiant heaters, and CO2 circulation fans).

πŸ›‘οΈ Critical Engineering Safeties Added

While drafting the final blueprint, I made sure to add flyback diodes across the solenoid water valve channels. Since pumps and solenoids create heavy inductive voltage spikes when collapsing their magnetic fields, these diodes will keep the relay module and the Arduino Mega completely protected from back-EMF damage.

The schematic is officially mapped, the code compiles flawlessly, and I’m ready to advance from the Design Phase to the Building Phase as soon as the review clears!

Check out the full schematic below! πŸ‘‡

Devlog #2: Systems Architecture & Circuit Map Complete!

Hey everyone! πŸš€

After a massive coding sprint yesterday, I have successfully locked down the core codebase for Astro-Flora and finalized the official hardware circuit schematic!

Since Astro-Flora is designed to be an industrial-grade, multi-zone life support system for extreme space environments, I needed to make sure the hardware layout perfectly matches the decoupled state-machine architecture of my code.

🌌 Hardware Subsystem Breakdown

I have organized the system architecture into four dedicated operational blocks:

Sensor Array Inputs: Dual capacitive soil moisture sensors (Zone A on A0, Zone B on A1) set to monitor a desiccation threshold of 450, an atmospheric thermistor on A4, and a fluid reservoir level unit on A5 to prevent dry-pumping.

User Interface & Audio Alerts: A 16x2 LCD display running via I2C (0x27) displaying live metrics alongside custom-rendered hex glyphs (Sprout, Sun, Moon, and Critical Warning). A master piezo buzzer sits on Pin 7 for cascading acoustic transaction tones.

Digital Security Interlock: A biometric badge-swipe simulator connected to Pin 10 using internal pull-up resistors to log crew entries and exits seamlessly.

Isolated Relay Actuators A 5-channel opto-isolated relay array connected to digital pins 2, 3, 4, 5, and 6 to safely drive high-power external loads (Solenoid water valves, grow lights, radiant heaters, and CO2 circulation fans).

πŸ›‘οΈ Critical Engineering Safeties Added

While drafting the final blueprint, I made sure to add flyback diodes across the solenoid water valve channels. Since pumps and solenoids create heavy inductive voltage spikes when collapsing their magnetic fields, these diodes will keep the relay module and the Arduino Mega completely protected from back-EMF damage.

The schematic is officially mapped, the code compiles flawlessly, and I’m ready to advance from the Design Phase to the Building Phase as soon as the review clears!

Check out the full schematic below! πŸ‘‡

Replying to @AshishPatel

0
2
Open comments for this post

4h 44m 10s logged

🌿 Astro-Flora: Automated Martian Greenhouse Module

Devlog #1 – Building a Smart Greenhouse for Space

Hello everyone!

I’ve started working on Astro-Flora, an automated life-support greenhouse designed for extreme environments such as Mars and the Moon.

The goal of this project is to create a system that can monitor plant health and environmental conditions while minimizing human intervention and conserving resources.

What I’ve completed so far

βœ… Designed the overall system architecture
βœ… Developed the core Arduino software framework
βœ… Implemented dual-zone soil moisture monitoring
βœ… Added autonomous irrigation control for multiple growing zones
βœ… Implemented climate regulation logic using temperature thresholds
βœ… Added simulated day/night lighting cycles
βœ… Built a crew access monitoring and logging system
βœ… Added LCD-based telemetry display and status indicators
βœ… Implemented reservoir monitoring and emergency safety alerts.

Current Progress

I estimate the project is around 50% complete.
The software side is largely functional, and I am currently working on integrating and testing the hardware components.

Challenges

Managing multiple subsystems simultaneously without conflicts
Designing a realistic space-habitat workflow
Creating a modular code structure that can be expanded later.

Why Astro-Flora?

Future space missions will need reliable food production systems. Astro-Flora explores how automation, sensing, and resource management can help sustain crops in hostile environments.

🌿 Astro-Flora: Automated Martian Greenhouse Module

Devlog #1 – Building a Smart Greenhouse for Space

Hello everyone!

I’ve started working on Astro-Flora, an automated life-support greenhouse designed for extreme environments such as Mars and the Moon.

The goal of this project is to create a system that can monitor plant health and environmental conditions while minimizing human intervention and conserving resources.

What I’ve completed so far

βœ… Designed the overall system architecture
βœ… Developed the core Arduino software framework
βœ… Implemented dual-zone soil moisture monitoring
βœ… Added autonomous irrigation control for multiple growing zones
βœ… Implemented climate regulation logic using temperature thresholds
βœ… Added simulated day/night lighting cycles
βœ… Built a crew access monitoring and logging system
βœ… Added LCD-based telemetry display and status indicators
βœ… Implemented reservoir monitoring and emergency safety alerts.

Current Progress

I estimate the project is around 50% complete.
The software side is largely functional, and I am currently working on integrating and testing the hardware components.

Challenges

Managing multiple subsystems simultaneously without conflicts
Designing a realistic space-habitat workflow
Creating a modular code structure that can be expanded later.

Why Astro-Flora?

Future space missions will need reliable food production systems. Astro-Flora explores how automation, sensing, and resource management can help sustain crops in hostile environments.

Replying to @AshishPatel

0
3

Followers

Loading…