This shows you the differences between two versions of the page.
pm:prj2024:aungureanu:andrei.tiu [2024/05/26 17:22] andrei.tiu [Software Design] |
pm:prj2024:aungureanu:andrei.tiu [2024/05/26 17:47] (current) andrei.tiu [Bibliografie/Resurse] |
||
---|---|---|---|
Line 49: | Line 49: | ||
* Board manager: ESP32 Dev Module | * Board manager: ESP32 Dev Module | ||
* Library manager: | * Library manager: | ||
- | 1. DFRobot_SGP40.h (senzor SGP) | + | - DFRobot_SGP40.h (senzor SGP) |
- | 2. SPI.h, AceSPI.h, AceSegment.h (Display si SPI) | + | - SPI.h, AceSPI.h, AceSegment.h (Display si SPI) |
- | 3. WiFi.h, HTTPClient.h (trimiterea catre spreadsheet a datelor) | + | - WiFi.h, HTTPClient.h (trimiterea catre spreadsheet a datelor) |
</note> | </note> | ||
<note tip> | <note tip> | ||
Detalii implementare: | Detalii implementare: | ||
- | * SGP40: | + | * SGP40: Am verificat ca adresa I2C sa corespunda. Cu ajutorul functiei sgp.getVoclndex() din DFRobot_SGP40 am luat valoarea |
- | * Board manager: ESP32 Dev Module | + | * Display: Am definit un vector care reprezinta codurile pentru numere si le am trimis prin SPI catre display |
- | * Library manager: | + | * Transmiterea datelor catre un spreadsheet prin wifi: Am creat un script care imi scrie intr-un spreadsheet si l am lansat ca aplicatie web. Pe placuta m-am conectat la wifi cu WiFi.mode(WIFI_STA); WiFi.begin(ssid, password);. Cu valoarea aflata de sgp40 am facut un request prin http.begin(url); catre aplicatie. |
- | 1. DFRobot_SGP40.h (senzor SGP) | + | |
- | 2. SPI.h, AceSPI.h, AceSegment.h (Display si SPI) | + | |
- | 3. WiFi.h, HTTPClient.h (trimiterea catre spreadsheet a datelor) | + | |
</note> | </note> | ||
Line 67: | Line 64: | ||
<note tip> | <note tip> | ||
- | Care au fost rezultatele obţinute în urma realizării proiectului vostru. | + | Am reusit sa transmit datele prin wifi. Senzorul s-a ars si nu am mai avut timp sa iau altul. Display-ul nu se mai aprinde. |
</note> | </note> | ||
Line 90: | Line 87: | ||
<note> | <note> | ||
Listă cu documente, datasheet-uri, resurse Internet folosite, eventual grupate pe **Resurse Software** şi **Resurse Hardware**. | Listă cu documente, datasheet-uri, resurse Internet folosite, eventual grupate pe **Resurse Software** şi **Resurse Hardware**. | ||
+ | * https://pdf1.alldatasheet.com/datasheet-pdf/view/73745/MAXIM/MAX7219.html - MAX7219 datasheet | ||
+ | * https://pdf1.alldatasheet.com/datasheet-pdf/view/1284767/SENSIRION/SGP40.html - SGP40 datasheet | ||
+ | * https://pdf1.alldatasheet.com/datasheet-pdf/view/1148026/ESPRESSIF/ESP32-WROOM-32.html - ESP32 datasheet | ||
+ | * https://www.youtube.com/watch?v=KPOFncRDiHQ&ab_channel=StechiezDIY - transmiterea datelor prin wifi | ||
+ | * https://www.youtube.com/watch?v=GF27dp4RA0g&t=2814s&ab_channel=DroneBotWorkshop - idee componente | ||
</note> | </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> | ||