Compare commits

..

5 Commits

Author SHA1 Message Date
5e2e25ab79 update to v0.4.0 2025-10-01 10:52:48 +09:30
beb2706ad5 rename project files 2025-05-04 11:12:54 +09:30
00ae188d7c changeport connectors, move lora module, and impedance-match antenna 2025-04-30 18:32:48 +09:30
215d461d22 test 2025-04-28 10:52:58 +09:30
58101d00c4 add readme 2025-04-28 10:43:45 +09:30
6 changed files with 23529 additions and 26706 deletions

3
.gitignore vendored
View File

@@ -29,3 +29,6 @@ fp-info-cache
# Exported BOM files
*.xml
*.csv
gerbers/
bom/

4
README.md Normal file
View File

@@ -0,0 +1,4 @@
# Weather Station Hub Board
This is a hub board that collects data from multiple sensors via RS485 and sends it to a server via LoRaWAN.
d

File diff suppressed because it is too large Load Diff

21991
ws1-basestation-pcb.kicad_pcb Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -48,7 +48,7 @@
"silk_text_thickness": 0.1,
"silk_text_upright": false,
"zones": {
"min_clearance": 0.5
"min_clearance": 0.2
}
},
"diff_pair_dimensions": [
@@ -58,7 +58,64 @@
"width": 0.0
}
],
"drc_exclusions": [],
"drc_exclusions": [
[
"drill_out_of_range|116155000|92000000|c0d9c0fd-2bb3-4d32-b7ed-11b63f121350|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|116155000|93400000|9a9222ac-d317-46d4-9ebd-ae571b9e6197|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|116855000|91300000|d412faa5-f3a6-4c41-9483-7fddcd82acd9|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|116855000|92700000|82412f01-b7bf-4bc2-a407-fcbfe1dd7fba|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|116855000|94100000|37b48d7f-1df7-4946-b8d1-06c7f3551b18|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|117555000|92000000|49f66087-bff9-4a96-b36a-1c0aca032b30|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|117555000|93400000|c4dd9f52-24eb-41c0-b4df-cb4ec2919bd3|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|118255000|91300000|a64ec796-39bc-4f5d-a1d1-0c8108aff884|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|118255000|92700000|da3ad37e-ab4d-4097-9046-1a1e3e32d047|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|118255000|94100000|cee9590c-4f53-4dae-a7a9-31d4cecc45ab|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|118955000|92000000|1d012a4a-0827-4719-a6ab-5578a30d3866|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|118955000|93400000|609efece-dfc0-42c9-ad1c-47fb49bc099f|00000000-0000-0000-0000-000000000000",
""
],
[
"lib_footprint_issues|160355000|95120000|18f83818-1600-4141-88f5-85ca7f87e5fd|00000000-0000-0000-0000-000000000000",
""
],
[
"starved_thermal|110305000|86630000|db40c38c-a8a4-4d10-bdf3-854f16f3b6ff|72bc1ae1-6bbe-497f-a0e4-c2fb99d68b6e|F.Cu",
"already has trace to cap"
]
],
"meta": {
"version": 2
},
@@ -193,6 +250,8 @@
0.5,
0.75,
1.0,
1.1,
1.2,
1.25,
1.5,
2.0,
@@ -233,6 +292,10 @@
"diameter": 0.5,
"drill": 0.25
},
{
"diameter": 0.6,
"drill": 0.3
},
{
"diameter": 1.0,
"drill": 0.5
@@ -471,6 +534,7 @@
"single_global_label": "ignore",
"unannotated": "error",
"unconnected_wire_endpoint": "warning",
"undefined_netclass": "error",
"unit_value_mismatch": "error",
"unresolved_variable": "error",
"wire_dangling": "error"
@@ -481,7 +545,7 @@
"pinned_symbol_libs": []
},
"meta": {
"filename": "weatherStationv3.kicad_pro",
"filename": "ws1-basestation-pcb.kicad_pro",
"version": 3
},
"net_settings": {
@@ -499,7 +563,7 @@
"pcb_color": "rgba(0, 0, 0, 0.000)",
"priority": 2147483647,
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.2,
"track_width": 0.25,
"via_diameter": 0.6,
"via_drill": 0.3,
"wire_width": 6
@@ -517,7 +581,7 @@
"gencad": "",
"idf": "",
"netlist": "",
"plot": "",
"plot": "gerbers/",
"pos_files": "",
"specctra_dsn": "",
"step": "",

File diff suppressed because it is too large Load Diff