mirror of
https://github.com/aprochazka/LaserProfilometer.git
synced 2025-07-01 09:57:22 +02:00
Compare commits
10 Commits
First-edit
...
main
Author | SHA1 | Date | |
---|---|---|---|
d6383fc7c5 | |||
12c27b4dd8 | |||
749e147d29 | |||
a8f88caff1 | |||
2454310618 | |||
df19fbeee5 | |||
dfe2fb0b38 | |||
6ff0191c6b | |||
31fca4bc2c | |||
7c7f455093 |
28030
PowerSupply/3D_models/INDUCTOR_73x73h5.step
Normal file
28030
PowerSupply/3D_models/INDUCTOR_73x73h5.step
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"board": {
|
"board": {
|
||||||
"active_layer": 41,
|
"active_layer": 0,
|
||||||
"active_layer_preset": "",
|
"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,8 +62,8 @@
|
|||||||
35,
|
35,
|
||||||
36
|
36
|
||||||
],
|
],
|
||||||
"visible_layers": "ffcffff_ffffffff",
|
"visible_layers": "fffffff_80000001",
|
||||||
"zone_display_mode": 0
|
"zone_display_mode": 1
|
||||||
},
|
},
|
||||||
"meta": {
|
"meta": {
|
||||||
"filename": "PowerSupply.kicad_prl",
|
"filename": "PowerSupply.kicad_prl",
|
||||||
|
@ -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": [
|
||||||
@ -117,12 +117,18 @@
|
|||||||
"use_height_for_length_calcs": true
|
"use_height_for_length_calcs": true
|
||||||
},
|
},
|
||||||
"track_widths": [
|
"track_widths": [
|
||||||
0.0
|
0.0,
|
||||||
|
0.3,
|
||||||
|
0.5
|
||||||
],
|
],
|
||||||
"via_dimensions": [
|
"via_dimensions": [
|
||||||
{
|
{
|
||||||
"diameter": 0.0,
|
"diameter": 0.0,
|
||||||
"drill": 0.0
|
"drill": 0.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"diameter": 0.7,
|
||||||
|
"drill": 0.3
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"zones_allow_external_fillets": false,
|
"zones_allow_external_fillets": false,
|
||||||
@ -405,6 +411,15 @@
|
|||||||
"version": 1
|
"version": 1
|
||||||
},
|
},
|
||||||
"net_format_name": "",
|
"net_format_name": "",
|
||||||
|
"ngspice": {
|
||||||
|
"fix_include_paths": true,
|
||||||
|
"fix_passive_vals": false,
|
||||||
|
"meta": {
|
||||||
|
"version": 0
|
||||||
|
},
|
||||||
|
"model_mode": 0,
|
||||||
|
"workbook_filename": ""
|
||||||
|
},
|
||||||
"page_layout_descr_file": "",
|
"page_layout_descr_file": "",
|
||||||
"plot_directory": "",
|
"plot_directory": "",
|
||||||
"spice_adjust_passive_values": false,
|
"spice_adjust_passive_values": false,
|
||||||
|
File diff suppressed because it is too large
Load Diff
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