mirror of
https://github.com/aprochazka/LaserProfilometer.git
synced 2025-07-02 02:17:22 +02:00
Compare commits
9 Commits
Resolve-re
...
main
Author | SHA1 | Date | |
---|---|---|---|
d6383fc7c5 | |||
12c27b4dd8 | |||
749e147d29 | |||
a8f88caff1 | |||
2454310618 | |||
df19fbeee5 | |||
dfe2fb0b38 | |||
6ff0191c6b | |||
31fca4bc2c |
File diff suppressed because it is too large
Load Diff
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"board": {
|
"board": {
|
||||||
"active_layer": 0,
|
"active_layer": 0,
|
||||||
"active_layer_preset": "All Layers",
|
"active_layer_preset": "",
|
||||||
"auto_track_width": true,
|
"auto_track_width": false,
|
||||||
"hidden_nets": [],
|
"hidden_nets": [],
|
||||||
"high_contrast_mode": 0,
|
"high_contrast_mode": 0,
|
||||||
"net_color_mode": 1,
|
"net_color_mode": 1,
|
||||||
@ -62,7 +62,7 @@
|
|||||||
35,
|
35,
|
||||||
36
|
36
|
||||||
],
|
],
|
||||||
"visible_layers": "fffffff_ffffffff",
|
"visible_layers": "fffffff_80000001",
|
||||||
"zone_display_mode": 1
|
"zone_display_mode": 1
|
||||||
},
|
},
|
||||||
"meta": {
|
"meta": {
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
"silk_text_upright": false,
|
"silk_text_upright": false,
|
||||||
"zones": {
|
"zones": {
|
||||||
"45_degree_only": false,
|
"45_degree_only": false,
|
||||||
"min_clearance": 0.508
|
"min_clearance": 0.3
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"diff_pair_dimensions": [
|
"diff_pair_dimensions": [
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
(title_block
|
(title_block
|
||||||
(title "Laser Driver")
|
(title "Laser Driver")
|
||||||
(date "2022-08-27")
|
(date "2022-08-27")
|
||||||
(rev "1")
|
(rev "v1.0")
|
||||||
(company "Adam Procházka VUT FIT ")
|
(company "Adam Procházka VUT FIT ")
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -878,7 +878,7 @@
|
|||||||
(effects (font (size 1.27 1.27)) hide)
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
)
|
)
|
||||||
(property "Value" "AL8861Y-13" (id 1) (at 171.45 95.25 0))
|
(property "Value" "AL8861Y-13" (id 1) (at 171.45 95.25 0))
|
||||||
(property "Footprint" "SOT89-5" (id 2) (at 162.56 74.93 0)
|
(property "Footprint" "Package_TO_SOT_SMD:SOT-89-5" (id 2) (at 162.56 74.93 0)
|
||||||
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
|
(effects (font (size 1.27 1.27)) (justify left bottom) hide)
|
||||||
)
|
)
|
||||||
(property "Datasheet" "https://www.diodes.com/assets/Datasheets/AL8861.pdf" (id 3) (at 147.32 86.36 0)
|
(property "Datasheet" "https://www.diodes.com/assets/Datasheets/AL8861.pdf" (id 3) (at 147.32 86.36 0)
|
||||||
@ -1486,7 +1486,7 @@
|
|||||||
(reference "R2") (unit 1) (value "10K") (footprint "Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder")
|
(reference "R2") (unit 1) (value "10K") (footprint "Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder")
|
||||||
)
|
)
|
||||||
(path "/31ddefd3-1a8e-42d5-a5b9-a7a71a2b2753"
|
(path "/31ddefd3-1a8e-42d5-a5b9-a7a71a2b2753"
|
||||||
(reference "U0") (unit 1) (value "AL8861Y-13") (footprint "SOT89-5")
|
(reference "U0") (unit 1) (value "AL8861Y-13") (footprint "Package_TO_SOT_SMD:SOT-89-5")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
File diff suppressed because it is too large
Load Diff
18
README.md
Normal file
18
README.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# LaserProfilometer - Power Supply
|
||||||
|
|
||||||
|
## BP VUT FIT 2022 - Linear Laser Profilometer
|
||||||
|
|
||||||
|
#### Power to diode can be adjusted by applying voltage to VSET (0V = 0mA on LASER, 3V = 70mA on LASER) or by sending PWM signal to VSET
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
#### !! Always have diode connected to LASER connector when applying voltage to VSET or VIN (5V) !!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
| Connector | Max Value |
|
||||||
|
| ----------- | ----------- |
|
||||||
|
| VSET (IN) | 3V |
|
||||||
|
| LASER (OUT) | 70mA |
|
||||||
|
| VIN (IN) | 5V |
|
||||||
|
|
Reference in New Issue
Block a user