This shows you the differences between two versions of the page.
pm:prj2025:vstoica:octavian.petrea [2025/05/30 01:28] octavian.petrea [Jurnal] |
pm:prj2025:vstoica:octavian.petrea [2025/05/30 03:05] (current) octavian.petrea [Bibliography] |
||
---|---|---|---|
Line 141: | Line 141: | ||
{{pm:prj2025:vstoica:proiect_petreaoctavian.zip?800|}} | {{pm:prj2025:vstoica:proiect_petreaoctavian.zip?800|}} | ||
- | ===== Bibliografie/Resurse ===== | + | ===== Bibliography / Resources ===== |
- | <note> | + | Software Resources |
- | Listă cu documente, datasheet-uri, resurse Internet folosite, eventual grupate pe **Resurse Software** şi **Resurse Hardware**. | + | Arduino IDE |
- | </note> | + | Arduino Integrated Development Environment, version 1.8.x |
+ | https://www.arduino.cc/en/software | ||
- | <html><a class="media mediafile mf_pdf" href="?do=export_pdf">Export to PDF</a></html> | + | 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 | ||
+ | |||
+ | 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 |