Differences

This shows you the differences between two versions of the page.

Link to this comparison view

pm:prj2025:eradu:andrei.stan0305 [2025/05/25 02:39]
andrei.stan0305 [Hardware Design]
pm:prj2025:eradu:andrei.stan0305 [2025/05/30 01:34] (current)
andrei.stan0305 [Bibliografie/Resurse]
Line 1: Line 1:
 ====== Air Quality Tracker ====== ====== Air Quality Tracker ======
-===== Introducere ​===== +===== Introduction ​=====
- +
-<note tip> +
-Prezentarea pe scurt a proiectului vostru: +
-  * ce face +
-  * care este scopul lui +
-  * care a fost ideea de la care aţi pornit +
-  * de ce credeţi că este util pentru alţii şi pentru voi +
-</​note>​+
  
 The air quality tracker is a product built around the BME688 sensor. It aims to raise awareness about the air we breathe. The air quality tracker is a product built around the BME688 sensor. It aims to raise awareness about the air we breathe.
Line 14: Line 6:
 Using the companion app, you can create heatmaps for tracking the air quality around the places you walk, receive real-time warnings about harmful air and more!  Using the companion app, you can create heatmaps for tracking the air quality around the places you walk, receive real-time warnings about harmful air and more! 
  
-===== Descriere generală ​=====+===== Overview ​=====
  
-<note tip> +{{ :​pm:​prj2025:​eradu:​andrei.stan0305:​airqualitytracker.png?​200 |}}
-O schemă bloc cu toate modulele proiectului vostru, atât software cât şi hardware însoţită de o descriere a acestora precum şi a modului în care interacţionează.+
  
-Exemplu de schemă bloc: http://www.robs-projects.com/​mp3proj/​newplayer.html +The ESP32 communicates with the sensor via I2CIt collects data about gas, temperature,​ humidity, and pressureIn turn, the ESP32 communicates with the companion app via BLE (Bluetooth Low Energy), which collects all data from the sensor.
-</​note>​ +
- +
-{{ :​pm:​prj2025:​eradu:​andrei.stan0305:​airqualitytracker.png?​200 |}}+
  
 ==== Components ==== ==== Components ====
Line 33: Line 21:
  
 ===== Hardware Design ===== ===== Hardware Design =====
- 
-<note tip> 
-Aici puneţi tot ce ţine de hardware design: 
-  * listă de piese 
-  * scheme electrice (se pot lua şi de pe Internet şi din datasheet-uri,​ e.g. http://​www.captain.at/​electronic-atmega16-mmc-schematic.png) 
-  * diagrame de semnal ​ 
-  * rezultatele simulării 
-</​note>​ 
  
 ==== Schematic ==== ==== Schematic ====
  
-{{ :​pm:​prj2025:​eradu:​andrei.stan0305:​schematic.png |}}+{{ :​pm:​prj2025:​eradu:​andrei.stan0305:​schematic.png?400 |}}
  
 ==== Bill of Materials ==== ==== Bill of Materials ====
Line 55: Line 35:
 ===== Software Design ===== ===== Software Design =====
  
 +The ESP32 is programmed in PlatformIO using the Arduino Framework. The Adafruit Sensor Library communicates efficiently with the sensor.
  
-<note tip> +The companion app is built using .NET technologiesIt uses the Shiny.NET third-party ​library, which makes it easy to use BLE functionalities. 
-Descrierea codului aplicaţiei (firmware):​ +The app also integrates the Google Maps API to display heatmaps
-  * mediu de dezvoltare (if any) (e.gAVR Studio, CodeVisionAVR) +===== Results =====
-  * librării şi surse 3rd-party ​(e.gProcyon AVRlib) +
-  * algoritmi şi structuri pe care plănuiţi să le implementaţi +
-  * (etapa 3) surse şi funcţii implementate +
-</​note>​+
  
-===== Rezultate Obţinute =====+Unfortunately,​ this project has been doomed from the start. The hardware part should have been the simplest one, yet it has given me the most headaches. ​
  
-<note tip> +I used 2 sensors, but I was unable to communicate with them in any way. The mobile application functions correctly, as it connects to the ESP32 and receives dummy data
-Care au fost rezultatele obţinute în urma realizării proiectului vostru+===== Conclusions =====
-</​note>​+
  
-===== Concluzii =====+This was an interesting project nonetheless,​ and I also managed to see real value while working with the Google Maps API. In Romania, there is no Air Quality coverage layer on the map.
  
 ===== Download ===== ===== Download =====
  
-<note warning>​ +{{:pm:​prj2025:​eradu:​andrei.stan0305:​airqualitytracker-main.zip|}}
-O arhivă (sau mai multe dacă este cazul) cu fişierele obţinute în urma realizării proiectuluisurse, scheme, etcUn fişier README, un ChangeLog, un script de compilare şi copiere automată pe uC crează întotdeauna o impresie bună ;-).+
  
-Fişierele se încarcă pe wiki folosind facilitatea **Add Images or other files**. Namespace-ul în care se încarcă fişierele este de tipul **:​pm:​prj20??:​c?​** sau **:​pm:​prj20??:​c?:​nume_student** (dacă este cazul). **Exemplu:​** Dumitru Alin, 331CC -> **:​pm:​prj2009:​cc:​dumitru_alin**. +===== Bibliografie/Resurse =====
-</note>+
  
-===== Jurnal =====+==== Hardware Resources ​====
  
-<note tip> +  * **[[https://​www.bosch-sensortec.com/media/​boschsensortec/​downloads/​datasheets/​bst-bme688-ds000.pdf|BME688 sensor datasheet]]**
-Puteți avea și o secțiune de jurnal în care să poată urmări asistentul de proiect progresul proiectului. +
-</note>+
  
-===== Bibliografie/​Resurse =====+==== Software Resources ​==== 
 + 
 +  * **[[https://​learn.adafruit.com/​adafruit-bme680-humidity-temperature-barometic-pressure-voc-gas/​arduino-wiring-test|Adafruit BME680 wiring and software library]]** 
 +  * **[[https://​wiki.keyestudio.com/​KS0457_keyestudio_CCS811_Carbon_Dioxide_Air_Quality_Sensor|Keyestudio CCS811 wiring and software library]]**
  
-<​note>​ 
-Listă cu documente, datasheet-uri,​ resurse Internet folosite, eventual grupate pe **Resurse Software** şi **Resurse Hardware**. 
-</​note>​ 
  
 <​html><​a class="​media mediafile mf_pdf"​ href="?​do=export_pdf">​Export to PDF</​a></​html>​ <​html><​a class="​media mediafile mf_pdf"​ href="?​do=export_pdf">​Export to PDF</​a></​html>​
  
pm/prj2025/eradu/andrei.stan0305.1748129974.txt.gz · Last modified: 2025/05/25 02:39 by andrei.stan0305
CC Attribution-Share Alike 3.0 Unported
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0