This shows you the differences between two versions of the page.
pm:prj2025:vstoica:octavian.petrea [2025/05/30 01:20] octavian.petrea [Results Obtained] |
pm:prj2025:vstoica:octavian.petrea [2025/05/30 03:05] (current) octavian.petrea [Bibliography] |
||
---|---|---|---|
Line 139: | 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ă ;-). | + | |
- | 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**. | + | ===== Bibliography / Resources ===== |
- | </note> | + | |
- | ===== Jurnal ===== | + | Software Resources |
+ | Arduino IDE | ||
+ | Arduino Integrated Development Environment, version 1.8.x | ||
+ | https://www.arduino.cc/en/software | ||
- | <note tip> | + | Arduino Reference |
- | Puteți avea și o secțiune de jurnal în care să poată urmări asistentul de proiect progresul proiectului. | + | Official documentation for Arduino core functions, libraries, and API. |
- | </note> | + | https://www.arduino.cc/reference/en |
- | ===== Bibliografie/Resurse ===== | + | MFRC522 Library |
+ | MIFARE® RC522 RFID reader library for Arduino (miguelbalboa/rfid). | ||
+ | https://github.com/miguelbalboa/rfid | ||
- | <note> | + | LiquidCrystal_I2C Library |
- | Listă cu documente, datasheet-uri, resurse Internet folosite, eventual grupate pe **Resurse Software** şi **Resurse Hardware**. | + | I²C interface library for 16×2 LCD modules. |
- | </note> | + | https://github.com/johnrickman/LiquidCrystal_I2C |
- | <html><a class="media mediafile mf_pdf" href="?do=export_pdf">Export to PDF</a></html> | + | SPI Library (built-in) |
+ | Arduino’s built-in SPI master library for communicating with SPI peripherals. | ||
+ | https://www.arduino.cc/en/Reference/SPI | ||
+ | AVR-GCC Toolchain | ||
+ | GNU compiler and toolchain for AVR microcontrollers (used by Arduino IDE). | ||
+ | http://www.nongnu.org/avr-libc/ | ||
+ | |||
+ | 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 | ||
+ | |||
+ | Hardware Resources | ||
+ | ATmega328P Microcontroller Datasheet | ||
+ | Core specifications, I/O ports, timers, power consumption. | ||
+ | http://ww1.microchip.com/downloads/en/DeviceDoc/ATmega328P-Data-Sheet-Complete-DS40002061A.pdf | ||
+ | |||
+ | MFRC522 / RC522 Module Datasheet | ||
+ | RFID reader IC specifications and SPI interface details. | ||
+ | https://www.nxp.com/docs/en/data-sheet/MFRC522.pdf | ||
+ | |||
+ | TowerPro SG90 Servo Motor Datasheet | ||
+ | Mechanical specifications, control signal requirements (pulse width vs. angle). | ||
+ | https://cdn.sparkfun.com/datasheets/Robotics/TowerPro_SG90.pdf | ||
+ | |||
+ | 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 |