This shows you the differences between two versions of the page.
|
pm:prj2025:abirlica:cristian.nastase03 [2025/05/27 01:35] cristian.nastase03 |
pm:prj2025:abirlica:cristian.nastase03 [2025/05/27 17:56] (current) cristian.nastase03 |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Parcare pentru Masini ====== | ====== Parcare pentru Masini ====== | ||
| + | |||
| + | {{pm\:prj2025\:abirlica\:crnastase_poza_proiect.jpg?600x}} | ||
| ===== Introducere ===== | ===== Introducere ===== | ||
| Line 89: | Line 91: | ||
| ===== Download ===== | ===== Download ===== | ||
| + | |||
| + | **Codul sursa si fisierele proiectului sunt disponibile pe GitHub:** | ||
| + | |||
| + | 👉 https://github.com/Nastyst16/Parking_for_Cars.git | ||
| <note warning> | <note warning> | ||
| - | O arhiva ZIP va contine: | + | Recomandare: clonati repository-ul folosind comanda: |
| + | git clone https://github.com/Nastyst16/Parking_for_Cars.git | ||
| + | |||
| + | Arhiva ZIP va contine: | ||
| * codul sursa `.ino` | * codul sursa `.ino` | ||
| - | * schemele electrice in format PNG/PDF | + | * schemele electrice in format PNG |
| - | * README cu instructiuni de conectare | + | |
| </note> | </note> | ||
| ===== Jurnal ===== | ===== Jurnal ===== | ||
| - | * Saptamana 1: Alegere tema, documentare, selectie componente | + | * Saptamana 1: Alegere tema, documentare, selectie componente |
| - | * Saptamana 2: Testare individuala module (LCD, RFID, servo, LDR) | + | * Saptamana 2: Testare individuala module (LCD, RFID, servo, LDR) |
| - | * Saptamana 3: Integrare hardware si testare completa | + | * Saptamana 3: Integrare hardware si testare completa |
| - | * Saptamana 4: Finalizare cod, validare functionare, redactare documentatie | + | * Saptamana 4: Finalizare cod, validare functionare, redactare documentatie |
| ===== Bibliografie/Resurse ===== | ===== Bibliografie/Resurse ===== | ||
| Line 108: | Line 116: | ||
| **Resurse Software:** | **Resurse Software:** | ||
| - | to be continued | + | * Documentatia oficiala Arduino: https://www.arduino.cc/reference/en/ |
| + | * MFRC522 Library (GitHub): https://github.com/miguelbalboa/rfid | ||
| + | * Servo Library (Arduino built-in): https://www.arduino.cc/en/Reference/Servo | ||
| + | * Exemple si tutoriale LCD 16x2: https://docs.arduino.cc/learn/electronics/lcd-displays/ | ||
| + | * Forum Arduino pentru depanare si exemple practice: https://forum.arduino.cc/ | ||
| **Resurse Hardware:** | **Resurse Hardware:** | ||
| - | * Datasheet RC522 | + | * Datasheet RC522: https://www.nxp.com/docs/en/data-sheet/MFRC522.pdf |
| - | * Arduino Uno pinout | + | * Arduino Uno pinout: https://content.arduino.cc/assets/UNO-TH_Rev3e_sch.pdf |
| - | * Exemple din comunitatea Arduino Forum | + | * Tutorial fotorezistor + divizor tensiune: https://projecthub.arduino.cc/tropicalbean/how-to-use-a-photoresistor-1143fd |
| + | * Datasheet Servo: https://docs.arduino.cc/learn/electronics/servo-motors/ | ||
| + | * Proiecte similare in comunitatea Arduino Forum | ||