This shows you the differences between two versions of the page.
pm:prj2025:vstoica:octavian.petrea [2025/05/30 01:03] octavian.petrea [Conclusions] |
pm:prj2025:vstoica:octavian.petrea [2025/05/30 03:05] (current) octavian.petrea [Bibliography] |
||
---|---|---|---|
Line 116: | Line 116: | ||
===== Results Obtained ===== | ===== Results Obtained ===== | ||
+ | https://github.com/opetrea/Proiect_PM - Github Repository | ||
+ | |||
+ | https://youtu.be/mjTd6AGzuxo - Youtube Video | ||
+ | |||
+ | {{pm:prj2025:vstoica:octav1.jpg?800|}} | ||
+ | |||
+ | {{pm:prj2025:vstoica:octav2.jpg?800|}} | ||
===== Conclusions ===== | ===== Conclusions ===== | ||
Line 132: | Line 139: | ||
===== Download ===== | ===== Download ===== | ||
- | <note warning> | + | {{pm:prj2025:vstoica:proiect_petreaoctavian.zip?800|}} |
- | O arhivă (sau mai multe dacă este cazul) cu fişierele obţinute în urma realizării proiectului: surse, scheme, etc. Un fişier README, un ChangeLog, un script de compilare şi copiere automată pe uC crează întotdeauna o impresie bună ;-). | + | |
+ | ===== Bibliography / Resources ===== | ||
+ | |||
+ | Software Resources | ||
+ | Arduino IDE | ||
+ | Arduino Integrated Development Environment, version 1.8.x | ||
+ | https://www.arduino.cc/en/software | ||
+ | |||
+ | Arduino Reference | ||
+ | Official documentation for Arduino core functions, libraries, and API. | ||
+ | https://www.arduino.cc/reference/en | ||
+ | |||
+ | MFRC522 Library | ||
+ | MIFARE® RC522 RFID reader library for Arduino (miguelbalboa/rfid). | ||
+ | https://github.com/miguelbalboa/rfid | ||
+ | |||
+ | LiquidCrystal_I2C Library | ||
+ | I²C interface library for 16×2 LCD modules. | ||
+ | https://github.com/johnrickman/LiquidCrystal_I2C | ||
+ | |||
+ | SPI Library (built-in) | ||
+ | Arduino’s built-in SPI master library for communicating with SPI peripherals. | ||
+ | https://www.arduino.cc/en/Reference/SPI | ||
- | 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**. | + | AVR-GCC Toolchain |
- | </note> | + | GNU compiler and toolchain for AVR microcontrollers (used by Arduino IDE). |
+ | http://www.nongnu.org/avr-libc/ | ||
- | ===== Jurnal ===== | + | ATmega328P Datasheet (Software reference) |
+ | Timer/Counter1 Fast PWM modes and register descriptions. | ||
+ | http://ww1.microchip.com/downloads/en/DeviceDoc/ATmega328P-Data-Sheet-Complete-DS40002061A.pdf | ||
- | <note tip> | + | Hardware Resources |
- | Puteți avea și o secțiune de jurnal în care să poată urmări asistentul de proiect progresul proiectului. | + | ATmega328P Microcontroller Datasheet |
- | </note> | + | Core specifications, I/O ports, timers, power consumption. |
+ | http://ww1.microchip.com/downloads/en/DeviceDoc/ATmega328P-Data-Sheet-Complete-DS40002061A.pdf | ||
- | ===== Bibliografie/Resurse ===== | + | MFRC522 / RC522 Module Datasheet |
+ | RFID reader IC specifications and SPI interface details. | ||
+ | https://www.nxp.com/docs/en/data-sheet/MFRC522.pdf | ||
- | <note> | + | TowerPro SG90 Servo Motor Datasheet |
- | Listă cu documente, datasheet-uri, resurse Internet folosite, eventual grupate pe **Resurse Software** şi **Resurse Hardware**. | + | Mechanical specifications, control signal requirements (pulse width vs. angle). |
- | </note> | + | https://cdn.sparkfun.com/datasheets/Robotics/TowerPro_SG90.pdf |
- | <html><a class="media mediafile mf_pdf" href="?do=export_pdf">Export to PDF</a></html> | + | PCF8574 I²C I/O Expander Datasheet |
+ | Used on the LCD backpack to drive the 1602 display via I²C. | ||
+ | https://www.ti.com/lit/ds/symlink/pcf8574.pdf | ||
+ | 16×2 Character LCD Module (HD44780-compatible) | ||
+ | Module command set and timing for character display. | ||
+ | https://cdn-shop.adafruit.com/datasheets/HD44780.pdf |