atmos:researchmeetingnotes:researchmeetingnotes:home:lizcardoza
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
atmos:researchmeetingnotes:researchmeetingnotes:home:lizcardoza [2025/07/29 17:30] – [Carbon Dioxide Balloon-borne Observations] mwitherspoon | atmos:researchmeetingnotes:researchmeetingnotes:home:lizcardoza [2025/07/29 18:13] (current) – [Carbon Dioxide Balloon-borne Observations] mwitherspoon | ||
---|---|---|---|
Line 37: | Line 37: | ||
Michael' | Michael' | ||
- | |||
- | Goals: | ||
- | |||
- | __June 11th__: Determined to use CozIR®-A 5,000 ppm CO2 Sensor for ballon sensors for carbon dioxide [[https:// | ||
- | |||
- | __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: | ||
__Troubleshoot ADPAA__: | __Troubleshoot ADPAA__: | ||
Line 68: | Line 49: | ||
- Follow the other steps of [[https:// | - Follow the other steps of [[https:// | ||
- To test type aplot in terminal (Aplot is an open source software for processing and analyzing raw data. | - To test type aplot in terminal (Aplot is an open source software for processing and analyzing raw data. | ||
+ | - For ADPAA, you have to manually install it on Raspberry Pi through the terminal and edit the source code for your login | ||
+ | |||
__Guideline to wiring for 3D-PAWS__: | __Guideline to wiring for 3D-PAWS__: | ||
* Color does not matter but once you assign each wire, they matter | * 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) | * 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) | + | * About 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 | * 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 | + | * For the BMP280: SCK is the 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) | + | * 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 | + | __How to wire__: |
+ | - Assign any color of wire a specific use: Ground (GND), Power (usually 3.3V, if not 5V), Clock (GP103: SCL1), and Data (DP102:SDA 1) | ||
+ | - If you are daisychainning them together, cut the end you do not need and stripe it to expose wiring | ||
+ | - Twist the wires you want together with the same color/ | ||
+ | - Solder is in the main lab (pen and metal coil with it) | ||
+ | - Cover the solder part with a small tube and hot glue to seal it (in the 3D paws bin) | ||
+ | - Connect the female connectors to GPIO pins on the board of the Pi and sensor pins (coordinate which pins are the correct wiring purpose: Ground, Clock, Data, and Power. | ||
+ | |||
+ | Presentation | ||
Line 91: | Line 82: | ||
- Apple Airtage | - Apple Airtage | ||
- Spot Tracker | - Spot Tracker | ||
+ | - 10,000 mAH Anker battery pack (Power Raspberry Pi) | ||
+ | |||
+ | __Code for sensors (Summer 2025)__: | ||
+ | - **bmp280_logger.py**: | ||
+ | - **htu21d_logger.py**: | ||
+ | - **sgp30_logger.py**: | ||
+ | - **IMetXQ2_tri.py**: | ||
+ | - Each sensor has a comment code to add a time stop feature, so the code will automatically stop at a certain hour it reaches. To add it: remove # from the line of code and change "from datetime import datetime" | ||
+ | - Where it has (hours= #). Change the numerical number to the value of how long in hours you want the code to run and stop. For example, (hours=1) the code will run for an hour and stop itself automatically | ||
+ | - When troubleshooting the code, there were some indent errors, so ensure each indent is correct | ||
+ | Analysis for future projects: | ||
+ | - Larger Parachute: The parachute in the garage is not big enough for a 10 ft height, 12.5 ft length, and 9ft width. The parachute did not deploy correctly on the Summer 2025 balloon launch. When we retrieved the balloon, the string broke off, and the bottom of the knot at the bottom of the package was intact, but the string going through the package looked as if it had been snapped. | ||
===== History ==== | ===== History ==== | ||
* Liz Cardoza worked on project during 2024 Summer REU, see [[http:// | * Liz Cardoza worked on project during 2024 Summer REU, see [[http:// | ||
* Michael Witherspoon 2025 Summer REU | * Michael Witherspoon 2025 Summer REU |
atmos/researchmeetingnotes/researchmeetingnotes/home/lizcardoza.1753810258.txt.gz · Last modified: 2025/07/29 17:30 by mwitherspoon