This shows you the differences between two versions of the page.
|
pm:prj2026:bianca.popa1106:eugen.munteanu2604 [2026/05/09 18:51] eugen.munteanu2604 |
pm:prj2026:bianca.popa1106:eugen.munteanu2604 [2026/05/11 23:12] (current) eugen.munteanu2604 |
||
|---|---|---|---|
| Line 20: | Line 20: | ||
| ===== Hardware Design ===== | ===== Hardware Design ===== | ||
| + | |||
| + | ==== Componente folosite ==== | ||
| ^ Componenta ^ Cantitate ^ Link magazin ^ | ^ Componenta ^ Cantitate ^ Link magazin ^ | ||
| Line 31: | Line 33: | ||
| | LCD ILI9341 | 1 | [[https://www.bitmi.ro/ecran-lcd-ili9341-cu-touch-si-slot-pentru-card-sd-2-4-10797-bitmi-ro.html|Bitmi]] | | | LCD ILI9341 | 1 | [[https://www.bitmi.ro/ecran-lcd-ili9341-cu-touch-si-slot-pentru-card-sd-2-4-10797-bitmi-ro.html|Bitmi]] | | ||
| - | Laboratoare folosite: | + | ==== Laboratoare folosite ==== |
| * GPIO - citire analogica de la joystick | * GPIO - citire analogica de la joystick | ||
| * SPI - conexiunea cu display-ul | * SPI - conexiunea cu display-ul | ||
| Line 37: | Line 39: | ||
| * Timere+PWM - emiterea sunetelor specific jocului | * Timere+PWM - emiterea sunetelor specific jocului | ||
| + | ==== Conexiuni si asocieri pini ==== | ||
| + | |||
| + | === Joystick === | ||
| + | ^ Pin Joystick ^ Pin Arduino ^ Tip Semnal ^ | ||
| + | | VRx (HORZ) | A1 (PC1) | Analog In | | ||
| + | | VRy (VERT) | A0 (PC0) | Analog In | | ||
| + | | SW (Buton) | D6 (PD6) | Digital In | | ||
| + | | VCC | 5V | Power | | ||
| + | | GND | GND | Ground | | ||
| + | |||
| + | === Buzzer Pasiv === | ||
| + | ^ Pin Buzzer ^ Pin Arduino ^ Tip Semnal ^ | ||
| + | | S (Signal) | D8 (PB0) | PWM Out | | ||
| + | | GND | GND | Ground | | ||
| + | |||
| + | === Display LCD (interfata SPI) === | ||
| + | ^ Pin Display ^ Pin Arduino ^ Rol Pin ^ | ||
| + | | MOSI | D11 (PB3) | Date SPI | | ||
| + | | MISO | D12 (PB4) | Date SPI | | ||
| + | | SCK | D13 (PB5) | Clock SPI | | ||
| + | | CS | D10 (PB2) | Chip Select | | ||
| + | | DC | D9 (PB1) | Data/Command | | ||
| + | | RST | RESET (PC6)| Reset | | ||
| + | | LED | 3.3V | Backlight | | ||
| + | | VCC | 5V | Power | | ||
| + | | GND | GND | Ground | | ||
| + | |||
| + | === Modul RTC (interfata I2C) === | ||
| + | ^ Pin RTC ^ Pin Arduino ^ Rol Pin ^ | ||
| + | | SCL | A5 (PC5) | I2C Clock | | ||
| + | | SDA | A4 (PC4) | I2C Data | | ||
| + | | VCC | 5V | Power | | ||
| + | | GND | GND | Ground | | ||
| ===== Software Design ===== | ===== Software Design ===== | ||
| Line 68: | Line 103: | ||
| <note tip> | <note tip> | ||
| - | Puteți avea și o secțiune de jurnal în care să poată urmări asistentul de proiect progresul proiectului. | + | |
| + | 2026-05-08 - Pagina OCW creata \\ | ||
| + | 2026-05-08 - Introducere + Hardware Design \\ | ||
| + | 2026-05-09 - Actualizare Introducere + Hardware Design \\ | ||
| + | 2026-05-09 - Adaugare Descriere generală, schema-bloc, link-uri datasheet \\ | ||
| + | 2026-05-11 - Completare hardware design, adaugarea conexiunilor si asocierilor de pini \\ | ||
| </note> | </note> | ||
| Line 76: | Line 117: | ||
| * [[https://cdn-shop.adafruit.com/datasheets/ILI9341.pdf|LCD ILI9341 Datasheet]] | * [[https://cdn-shop.adafruit.com/datasheets/ILI9341.pdf|LCD ILI9341 Datasheet]] | ||
| * [[https://www.nxp.com/docs/en/data-sheet/PCF8563.pdf|RTC PCF8563 Datasheet]] | * [[https://www.nxp.com/docs/en/data-sheet/PCF8563.pdf|RTC PCF8563 Datasheet]] | ||
| - | * [[https://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-42743-ATmega324P_Datasheet.pdf|ATmega324P Datasheet]] | + | * [[https://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-7810-Automotive-Microcontrollers-ATmega328P_Datasheet.pdf|ATmega328P Datasheet]] |
| <html><a class="media mediafile mf_pdf" href="?do=export_pdf">Export to PDF</a></html> | <html><a class="media mediafile mf_pdf" href="?do=export_pdf">Export to PDF</a></html> | ||