LOW-COST SPACE SUIT PROJECT FOR KIDS
Low-Cost Space Suit is an advanced and innovative solution designed to ensure astronaut safety and optimal performance in the challenging environment of space. This suit integrates various sensors and actuators, controlled by an Arduino and NodeMCU, to continuously monitor vital environmental parameters and the astronaut’s health, providing real-time feedback and alerts.

For a project resembling a smart space suit equipped with various sensors and actuators, the integrated system involving Arduino, NodeMCU, and multiple sensors can be designed to monitor environmental conditions and the wearer’s health, while providing necessary alerts and connectivity. Here is a detailed description of how each component fits into the space suit project.

The smart space suit is designed to monitor vital environmental parameters and the astronaut’s health, providing real-time feedback and alerts to ensure safety and optimal performance in space.

 

Component Required:

  1. Arduino Uno
  2. NodeMCU
  3. Soil Moisture Sensor
  4. Buzzer
  5. Metal Detector Sensor
  6. LEDs
  7. Ultrasonic Sensor
  8. 16×2 I2C LCD
  9. PIR Sensors
  10. Sound Sensor
  11. Gas Sensor
  12. Touch Sensor
  13. Pulse Sensor
  14. Humidity Sensor
  15. Pressure Sensor

Circuit Connection:

Arduino Uno:

  1. The main microcontroller is responsible for interfacing with most sensors and actuators.
  2. Handles the primary data acquisition and control tasks.

NodeMCU:

  1. Provides Wi-Fi connectivity for remote monitoring and data logging.
  2. Communicates with the Arduino via serial communication to offload data and manage internet connectivity.

Sensors and Actuators:

Soil Moisture Sensor

  1. Connection:
  1. VCC to 5V
  2. GND to GND
  3. Analog Output to A0
  1. Function: Monitors the internal humidity of the suit.
  2. Action: Triggers a buzzer if the humidity level exceeds a certain threshold.

Buzzer:

  1. Connection:
  1. Positive to Digital Pin 2
  2. Negative to GND
  3. Function: Alerts the astronaut in case of critical conditions such as high humidity, gas detection, or proximity alerts.

Metal Detector Sensor:

  1. Connection:
  1. VCC to 5V
  2. GND to GND
  3. Digital Output to Digital Pin 3
  1. Function: Detects metallic objects in the suit’s vicinity.
  2. Action: Lights up LED1 when a metallic object is detected.

LEDs:

  1. Connection:
  1. LED1: Anode to Digital Pin 4
  2. Cathode to GND via 220Ω resistor
  3. LED2: Anode to Digital Pin 5, Cathode to GND via 220Ω resistor
  1. Function: Visual indicators for various alerts.
  2. Action: LED1 for metal detection; LED2 for proximity alerts from the ultrasonic sensor.

Ultrasonic Sensor:

  1. Connection:
  1. VCC to 5V
  2. GND to GND
  3. Trig to Digital Pin 6
  4. Echo to Digital Pin 7
  1. Function: Measures the distance to nearby objects.
  2. Action: Lights up LED2 when an object is closer than a specified distance, alerting the astronaut of potential collisions.

16×2 I2C LCD:

  1. Connection:
  1. SDA to A4
  2. SCL to A5
  3. VCC to 5V
  4. GND to GND
  5. Function: Displays real-time sensor data and alerts.

PIR Sensors:

  1. Connection:
  1. PIR1: VCC to 5V)
  2. GND to GND (Arduino), Output to Digital Pin 8 (Arduino)
  3. PIR2: VCC to 5V (Arduino), GND to GND (Arduino), Output to Digital Pin 9 (Arduino)
  4. Function: Detects motion around the astronaut

Sound Sensor:

  1. Connection:
  1. VCC to 5V (Arduino)
  2. GND to GND (Arduino)
  3. Analog Output to A1 (Arduino)
  4. Function: Monitors ambient noise levels inside the suit.

Gas Sensor:

  1. Connection:
  1. VCC to 5V (Arduino)
  2. GND to GND (Arduino)
  3. Analog Output to A2 (Arduino)
  4. Function: Detects hazardous gases within the suit.

Touch Sensor:

  1. Connection:
  1. VCC to 5V (Arduino)
  2. GND to GND (Arduino)
  3. Digital Output to Digital Pin 10 (Arduino)
  4. Function: Detects touch input for control purposes.

Pulse Sensor:

  1. Connection:
  1. VCC to 5V (Arduino)
  2. GND to GND (Arduino)
  3. Analog Output to A3 (Arduino)
  4. Function: Monitors the astronaut’s heart rate.

Humidity Sensor:

  1. Connection:
  1. VCC to 5V (Arduino)
  2. GND to GND (Arduino)
  3. Data to Digital Pin 11 (Arduino)
  4. Function: Measures humidity levels within the suit.

Pressure Sensor:

  1. Connection:
  1. VCC to 5V (Arduino)
  2. GND to GND (Arduino)
  3. Data to Analog Pin A4 (Arduino)
  4. Function: Measures the atmospheric pressure within the suit.

The circuit connection is given below:

Serial Communication:

Between Arduino and NodeMCU:

  • TX (NodeMCU) to RX (Arduino Pin 0)
  • RX (NodeMCU) to TX (Arduino Pin 1)

Functionality Overview:

Data Collection:

  • The Arduino collects data from all connected sensors.
  • Critical alerts (e.g., high humidity, gas detection) trigger the buzzer and LEDs.

Data Transmission:

  • The Arduino sends sensor data to the NodeMCU via serial communication.

Remote Monitoring:

  • The NodeMCU connects to a Wi-Fi network and can transmit data to a remote server for monitoring.
  • This allows ground control to keep track of the astronaut’s suit conditions in real-time.

User Interface:

  • The 16×2 I2C LCDs real-time data and alerts for the astronaut.

Contact us at:

STEMROBO Technologies Private Limited

Toll Free: 1800-120-500-400

Email: sales@stemrobo.com

Website: www.stemrobo.com  

disclaimer

What's your reaction?