This shows you the differences between two versions of the page.
|
pm:prj2025:abirlica:cristian.nastase03 [2025/05/27 01:58] cristian.nastase03 [Bibliografie/Resurse] |
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 111: | Line 119: | ||
| * MFRC522 Library (GitHub): https://github.com/miguelbalboa/rfid | * MFRC522 Library (GitHub): https://github.com/miguelbalboa/rfid | ||
| * Servo Library (Arduino built-in): https://www.arduino.cc/en/Reference/Servo | * Servo Library (Arduino built-in): https://www.arduino.cc/en/Reference/Servo | ||
| - | * Exemple si tutoriale LCD 16x2: https://lastminuteengineers.com/arduino-lcd-tutorial/ | + | * Exemple si tutoriale LCD 16x2: https://docs.arduino.cc/learn/electronics/lcd-displays/ |
| * Forum Arduino pentru depanare si exemple practice: https://forum.arduino.cc/ | * Forum Arduino pentru depanare si exemple practice: https://forum.arduino.cc/ | ||
| Line 118: | Line 126: | ||
| * Datasheet RC522: https://www.nxp.com/docs/en/data-sheet/MFRC522.pdf | * Datasheet RC522: https://www.nxp.com/docs/en/data-sheet/MFRC522.pdf | ||
| * Arduino Uno pinout: https://content.arduino.cc/assets/UNO-TH_Rev3e_sch.pdf | * Arduino Uno pinout: https://content.arduino.cc/assets/UNO-TH_Rev3e_sch.pdf | ||
| - | * Tutorial fotorezistor + divizor tensiune: https://www.electronicwings.com/nodemcu/ldr-interfacing-with-nodemcu | + | * Tutorial fotorezistor + divizor tensiune: https://projecthub.arduino.cc/tropicalbean/how-to-use-a-photoresistor-1143fd |
| - | * Datasheet SG90 Servo: https://cdn.sparkfun.com/datasheets/Robotics/SG90%20servo.pdf | + | * Datasheet Servo: https://docs.arduino.cc/learn/electronics/servo-motors/ |
| - | * Proiecte similare in comunitatea Arduino Forum si Instructables | + | * Proiecte similare in comunitatea Arduino Forum |