====== Carbon Dioxide Balloon-borne Observations ======
__Background__:
Plants are essential for thriving in rural areas, especially for agricultural purposes. Carbon dioxide is a greenhouse gas that warms the planet through its ability to hold onto radiation in the atmosphere, which can remain in the atmosphere for centuries.
Plants use carbon dioxide as a way of survival as it pulls down carbon dioxide from the atmosphere to support their growth, as it is used to create their sugar.
New technology called "Direct air capture" allows for carbon dioxide removal from the atmosphere by bringing in carbon dioxide air, capturing it, and sending it below ground for storage, instead of fully relying on plants to remove carbon dioxide from the atmosphere. As a result, the air is released from the direct air capture system. Concerns from the public arise for farmers as the implementation of this technology might cause a lack of plant growth since carbon dioxide is needed for plant growth and energy.
__Trends of CO2__: According to the National Ocean and Atmospheric Administration (NOAA), a study was conducted in Mauna Loa to construct Atmospheric CO2 throughout the years. The graph from these studies shows the increase in atmospheric CO2 closer to the present year. While there are seasonal fluctuations with Atmospheric CO2 levels due to farming and other activities, the trend of CO2 increasing yearly. After 2020, Atmospheric CO2 rises over 420 ppm (parts per million). This is important as CO2 can continue to warm our planet.
__SGP 30: CO2__: Measures total volatile organic compounds (TVOC) and equivalent CO2
How does it work?
1) Uses metal-oxide technology to detect gases like ethanol, hydrogen, and other volatile organic compounds (VOCs)
2) Sensor uses these readings to estimate what the CO2 level might be if humans were the only source of VOCs in the room.
Limitations: The SGP 30: CO2 Sensor is an indirect measurement of CO2. This results in a "ball park" guess, which is not an exact measurement. Moreover, this is a consideration of whether humans were the only source of VOCs which different other sources can also emit VOCs.
__NDIR CO2 Sensor__: Sensor consisted of several components to take CO2 measurements. They use an infrared (IR) lamp to direct waves of light through a tube filled with the sample air. The air then moves towards the optical filter in front of an IR light detector. The IR light detector measures the amount of IR light that passes through the optical filter.
__Sensors to consider for use__:
1) Adafruit MCP9808 QT: Temperature sensor. This sensor gives a high accurate temperature readings as stated on adafruit website the typical accuracy is +/-0.25 Celsius. This to addition to a carbon dioxide sensor could help develop the question and possible answers to how the concentration of carbon dioxide might affect temperature change at different levels of the lower atmosphere.
2) HTU21DF: Humidity & Temperature sensor. This sensor takes measurements of humidity and temperature
3) SHT31: Temperature & Humidity sensor. According to adafruit website, this sensor is more accurate with measurements with an accuracy range of +/-0.25 Celsius.
4) SGP30: MOX Gas Sensor. This sensor would take measurements of eCO2, which is an indirect measurement of carbon dioxide, as it is an estimated guess of carbon dioxide.
__Ballon considerations__: Changes in temperature in the higher levels of the atmosphere (Radiative cooling), landing (parachute), weight limits (6-12 pounds), wind movement, battery (if it can run as long as needed), method of data trasnmitting (how will we recieve the data), and radiation (could cause overheating).
Intro & Background Presentation (June 10th, 2025):
Michael's Presentation IREC REU 2025: [[http://www.openscienceassociates.com/delene/REU2025_OverviewPresentation.pdf]]
Goals:
__June 11th__: Determined to use CozIRĀ®-A 5,000 ppm CO2 Sensor for ballon sensors for carbon dioxide [[https://www.co2meter.com/collections/1-percent-co2-sensor/products/cozir-ambient-5000-ppm-co2-sensor?variant=839970488340]]
__June 12th-13th__:
- Work on Wiring construction
- Understand ADPAA & Installation
- Decide which logging program to use for the weather balloon
__June 16th-17th__:
- Finish the previous week work if not finished
- Test sensors with new cord
- Spot tracker determination
- Once Co2 sensor arrives, test and code
Accomplished: Install ADPAA (aplot), discussed spot tracker with SOG (They will have a spot tracker, so might not need two), understand aplot (help handle raw data), created own 3d-paw wire compatible with H, T, and P sensors (Humidity, Temperature, and Pressure sensors).
__Troubleshoot ADPAA__:
- Install ADPAA from the wiki page [[https://aerosol.atmos.und.edu/ADPAA/index.html]]
- Be sure everything is up to date (In terminal: sudo apt update), if not, then upgrade needed software(IN terminal: sudo apt upgrade)
- Ensure you have a Python environment and other needed tools installed in the terminal: sudo apt install python3 python3-pip csh tcsh gfortran git
- Encountered the problem of trying to find ADPAA (It was in downloads: cd ~/Downloads), CoPAS
- In terminal: ls *.tar.gz (To find the download of ADPAA since it will be an .tar.gz file
- When trying to install and open wget was not installed, if it is not in terminal: pip3 install wget
- Install ADPAA in terminal: ./CoPAS.py ADPAA
- If you encounter "git" not defined error download the package in terminal: pip3 install gitpython
- Follow the other steps of [[https://aerosol.atmos.und.edu/DataProcessingGuide.pdf]]
- To test type aplot in terminal (Aplot is an open source software for processing and analyzing raw data.
__Guideline to wiring for 3D-PAWS__:
* Color does not matter but once you assign each wire, they matter
* The most important pins: Power (typically 3.3V), Ground (GND), Clock (GP103: SCL1), and Data (GP102: SDA 1)
* In reference to the raspberry pi usbs being on the left side the pins start in a number order left being the first: Power 3.3V (1st pin) if 5v power (2nd pin), Ground (6th pin), Clock (5th pin), and Data (3rd pin)
* Each sensor will have the code name above to see which wire plugs in where on the sensor
* For the BMP280: SCK is Clock pin, SDI is the Data pin
* To test if the raspberry pi is detecting any sensors in terminal: sudo i2cdetect -y 1 (It will be a diagram with dashes and numbers should show for each sensor: if you have 3 sensors three different values should be present)
Presenation (July 15th, 2025):
===== History ====
* Liz Cardoza worked on project during 2024 Summer REU, see [[http://www.openscienceassociates.com/delene/Cardoza_REU2024_Poster.pdf|REU Poster]]
* Michael Witherspoon 2025 Summer REU