This shows you the differences between two versions of the page.
|
pm:prj2026:victor.stoica0203:andrei.darlau [2026/05/02 21:43] andrei.darlau created |
pm:prj2026:victor.stoica0203:andrei.darlau [2026/05/02 22:31] (current) andrei.darlau first version |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Nume proiect ====== | + | ====== AIM-9B Sidewinder - Andrei Darlau ====== |
| ===== Introducere ===== | ===== Introducere ===== | ||
| + | {{ :pm:prj2026:victor.stoica0203:raytheon.png?200 |}} | ||
| + | |||
| + | The **AIM-9 Sidewinder** is one of the most iconic air-to-air missiles in aviation history, renowned for its pioneering use of infrared homing technology. I am recreating the **B** variant (characterized by a narrower tracking cone and a limited maneuverability envelope), a design choice dictated by current hardware constraints and available sensor fidelity. | ||
| + | |||
| + | This project simulates the missile's complete engagement sequence, from target acquisition to terminal guidance and detonation. | ||
| - | <note tip> | ||
| - | Prezentarea pe scurt a proiectului vostru: | ||
| - | * ce face | ||
| - | * care este scopul lui | ||
| - | * care a fost ideea de la care aţi pornit | ||
| - | * de ce credeţi că este util pentru alţii şi pentru voi | ||
| - | </note> | ||
| ===== Descriere generală ===== | ===== Descriere generală ===== | ||
| + | {{ :pm:prj2026:victor.stoica0203:block_diagram_andrei_darlau.png?500 |}} | ||
| - | <note tip> | + | Flow of the missile's functionality: |
| - | O schemă bloc cu toate modulele proiectului vostru, atât software cât şi hardware însoţită de o descriere a acestora precum şi a modului în care interacţionează. | + | * The **AMG8833 thermal camera** acquires the target (the highest thermal value / hottest pixel) and sends its coordinates to the Ballistic Computer (Arduino). |
| - | + | * The Ballistic Computer articulates the fins by actuating the **SG90** servos, actively guiding the missile toward the heat signature. | |
| - | Exemplu de schemă bloc: http://www.robs-projects.com/mp3proj/newplayer.html | + | * Since direct kinetic impact is not guaranteed, the **HC-SR04 ultrasonic sensor** acts as a proximity fuse. Upon reaching a critical threshold distance, it triggers an interrupt, detonating the simulated warhead (acoustic output via the speaker). |
| - | </note> | + | |
| ===== Hardware Design ===== | ===== Hardware Design ===== | ||
| + | |||
| + | **BOM**: | ||
| + | - 1x Arduino Uno copy | ||
| + | - 1x AMG8833 thermal camera | ||
| + | - 4x SG90 servos | ||
| + | - 1x HC-SR04 | ||
| + | - 1x 8Ω Speaker | ||
| + | - 1x Breadboard | ||
| + | - 1x 5/3.3V DC input | ||
| + | - (maybe) NPN BJT (amplifying the sound) | ||
| <note tip> | <note tip> | ||
| Line 55: | Line 63: | ||
| ===== Jurnal ===== | ===== Jurnal ===== | ||
| - | + | {{ :pm:prj2026:victor.stoica0203:wip_missile.jpg?300 |}} | |
| - | <note tip> | + | Sursa de tensiune imi dadea 11V in loc de 5V si doar 2 servo-uri au supravietuit, deci mai am de montat cele 2 servo-uri si scris cod, racheta ca design si asamblare e aproape gata. |
| - | Puteți avea și o secțiune de jurnal în care să poată urmări asistentul de proiect progresul proiectului. | + | |
| - | </note> | + | |
| ===== Bibliografie/Resurse ===== | ===== Bibliografie/Resurse ===== | ||