<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Adilzhan</title>
    <description>The latest articles on DEV Community by Adilzhan (@addil).</description>
    <link>https://dev.to/addil</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3191736%2Ffbbe4669-a8f5-4a5e-9384-a3cabb624f10.gif</url>
      <title>DEV Community: Adilzhan</title>
      <link>https://dev.to/addil</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/addil"/>
    <language>en</language>
    <item>
      <title>According to 2019 data, Kazakhstan is among the top 25 countries in terms of industrial emissions.</title>
      <dc:creator>Adilzhan</dc:creator>
      <pubDate>Wed, 21 May 2025 13:40:50 +0000</pubDate>
      <link>https://dev.to/addil/according-to-2019-data-kazakhstan-is-among-the-top-25-countries-in-terms-of-industrial-emissions-3b4k</link>
      <guid>https://dev.to/addil/according-to-2019-data-kazakhstan-is-among-the-top-25-countries-in-terms-of-industrial-emissions-3b4k</guid>
      <description>&lt;p&gt;Every year, the country's enterprises emit tens of thousands of tons of toxic substances into the atmosphere: co₂, noₓ, and ch₄ are the main components that affect human and ecosystem health.&lt;/p&gt;

&lt;p&gt;Effects: the growth of respiratory diseases, acid rains, and the acceleration of climate change.&lt;/p&gt;

&lt;p&gt;Studies show that when Co₂ concentrations exceed 1000 ppm, a person's cognitive function decreases by 15-20% (source: Harvard T.H. Chan School of Public Health).&lt;/p&gt;

&lt;p&gt;Project concept&lt;br&gt;
A team of schoolchildren has developed a monitoring system based on a CubeSat 1U (10×10×10 cm) nanosatellite. Key functions:&lt;/p&gt;

&lt;p&gt;Gas detection: sensors MQ-135 (NOₓ, nh₃), MQ-9 (CO, ch₄), MQ-131 (O₃).&lt;/p&gt;

&lt;p&gt;Forecasting the spread using ML models.&lt;/p&gt;

&lt;p&gt;Comparison of data with ground stations.&lt;/p&gt;

&lt;p&gt;Technical implementation&lt;br&gt;
Hardware part:&lt;/p&gt;

&lt;p&gt;PETG body with gyroid structure (strength up to 18G).&lt;/p&gt;

&lt;p&gt;Power system: 2×Li-ion 18650 (5.5 hours of operation).&lt;/p&gt;

&lt;p&gt;Thermal insulation: 4 mm foam + aluminum screen.&lt;/p&gt;

&lt;p&gt;Software:&lt;/p&gt;

&lt;p&gt;Gaussian model for calculating emission dispersion:&lt;/p&gt;

&lt;p&gt;python&lt;br&gt;
def gaussian_model(Q, u, σy, σz, H):&lt;br&gt;
    return (Q / (2 * np.pi * u * σy * σz)) * np.exp(-(H*2)/(2 * σz*2))&lt;br&gt;
Neural networks:&lt;/p&gt;

&lt;p&gt;Motion forecast (92% accuracy, Random Forest + LSTM ensemble).&lt;/p&gt;

&lt;p&gt;Long-term forecast of air quality (gradient boosting, 87% accuracy).&lt;/p&gt;

&lt;p&gt;Methodology and results&lt;br&gt;
Data collection:&lt;/p&gt;

&lt;p&gt;NASA's open datasets and local measurements were used.&lt;/p&gt;

&lt;p&gt;Video of the sensor calibration process: YouTube.&lt;/p&gt;

&lt;p&gt;Validation:&lt;/p&gt;

&lt;p&gt;Sensor error: ±5% for Co₂, ±7% for O₃.&lt;/p&gt;

&lt;p&gt;Trajectory prediction error: &amp;lt;1.5 km/24 h.&lt;/p&gt;

&lt;p&gt;3D satellite model&lt;br&gt;
CubeSat design&lt;br&gt;
Animation of the assembly: link.&lt;/p&gt;

&lt;p&gt;Potential and development&lt;br&gt;
Application: monitoring of oil fields, megacities, emergency zones.&lt;/p&gt;

&lt;p&gt;Plans:&lt;/p&gt;

&lt;p&gt;Stratospheric tests with Al-Farabi Kazakh National University.&lt;/p&gt;

&lt;p&gt;Integration with emergency notification systems.&lt;/p&gt;

&lt;p&gt;The project is open for collaboration: code and documentation on GitHub.&lt;/p&gt;

&lt;p&gt;Conclusion&lt;br&gt;
This project demonstrates how even school teams can offer innovative solutions to global environmental problems. The combination of hardware developments and ML algorithms opens up new possibilities for environmental monitoring.&lt;/p&gt;

&lt;p&gt;Authors: Nurbakyt Karazhakov, Adilzhan Galimzhanov, Arkat Khasanov, Aslan Amangaliev (school No. 9, Kazakhstan). Participants of the NASA Space App Challenge, FIRST Tech Challenge.&lt;/p&gt;

&lt;p&gt;Discussion:&lt;br&gt;
What other technologies, in your opinion, could improve such systems? Share your ideas in the comments!&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgw1tzs8tat0ux9cdr1vm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgw1tzs8tat0ux9cdr1vm.png" alt="Image description" width="737" height="614"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2jwz3pv2qs5oen5rfp8f.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2jwz3pv2qs5oen5rfp8f.png" alt="Image description" width="800" height="696"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Faudgjgpye41skv1jx2if.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Faudgjgpye41skv1jx2if.png" alt="Image description" width="800" height="447"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
