diff options
author | xengineering <me@xengineering.eu> | 2025-07-29 11:52:27 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-07-29 11:52:27 +0200 |
commit | 939abbffbb0d1f120df017a6984f4a24af8c86da (patch) | |
tree | 2b313a03247edb750256cb592b9910a009fb6991 | |
parent | 6b1ef67728ac3d315abbea6abed1c4c60ce28a47 (diff) | |
download | iot-contact-939abbffbb0d1f120df017a6984f4a24af8c86da.tar iot-contact-939abbffbb0d1f120df017a6984f4a24af8c86da.tar.zst iot-contact-939abbffbb0d1f120df017a6984f4a24af8c86da.zip |
pcb: Add TODO for RJ45 connector
Adding this TODO text and marking the termination and shielding related
pins as unconnected makes the ERC clean. This allows to right now fail
the build in case of bad ERC.
This is preferred to not unintentionally inject other issues. The RJ45
connector and shielding / termination has to be reworked anyway.
-rw-r--r-- | pcb/iot-contact.kicad_sch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/pcb/iot-contact.kicad_sch b/pcb/iot-contact.kicad_sch index 3803cb5..0eb040d 100644 --- a/pcb/iot-contact.kicad_sch +++ b/pcb/iot-contact.kicad_sch @@ -4282,6 +4282,16 @@ (embedded_fonts no) ) ) + (text "TODO: Replace RJ45 connector and setup termination" + (exclude_from_sim no) + (at 42.418 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "4b66c8e6-4f3f-437a-bf55-b3d6c304fbfe") + ) (junction (at 120.65 148.59) (diameter 0) @@ -4319,6 +4329,14 @@ (uuid "ef781e7b-a406-48a3-94cb-c394198204f7") ) (no_connect + (at 33.02 102.87) + (uuid "0e9cb61b-f209-48bf-b5cc-5dc2b664a082") + ) + (no_connect + (at 27.94 102.87) + (uuid "38fa7047-4807-4190-a7f2-107f9f906d90") + ) + (no_connect (at 63.5 90.17) (uuid "3ba0cbb6-23a8-4508-902f-5c4cb58d1ed9") ) |