This shows you the differences between two versions of the page.
pm:prj2023:apredescu:harp [2023/05/28 21:43] kambuorglu.batuhan [Software Design] |
pm:prj2023:apredescu:harp [2023/05/28 21:55] (current) kambuorglu.batuhan [Hardware Design] |
||
---|---|---|---|
Line 20: | Line 20: | ||
===== Hardware Design ===== | ===== Hardware Design ===== | ||
<note tip> | <note tip> | ||
- | 1 x Arduino Uno | + | * 1 x Arduino Uno |
- | 9 x 50Ω photo-resistors | + | * 9 x 50Ω photo-resistors |
- | 9 x 5mW red laser diodes | + | * 9 x 5mW red laser diodes |
- | 9 x 4.7K Ω resistor | + | * 9 x 4.7K Ω resistor |
- | 1 x Breadboard | + | * 1 x Breadboard |
- | cables | + | * LCD |
+ | * speaker | ||
+ | * cables | ||
</note> | </note> | ||
- | === Schema Electrica === | + | |
- | {{:pm:prj2023:apredescu:harpbatuhan.jpg|}} | + | |
+ | ==== Schema Circuit ==== | ||
+ | {{ pm:prj2023:apredescu:harpbatuhan.jpg?400 |}} | ||
+ | |||
+ | {{ pm:prj2023:apredescu:lastbatuhan.jpg?400 |}} | ||
===== Software Design ===== | ===== Software Design ===== | ||
<note tip> | <note tip> | ||
+ | <code> | ||
#include <LiquidCrystal.h> | #include <LiquidCrystal.h> | ||
Line 182: | Line 189: | ||
} | } | ||
+ | </code> | ||
</note> | </note> | ||