Skip to content

Commit

Permalink
Merge pull request #5 from SystemsCyber/PCB
Browse files Browse the repository at this point in the history
Pcb
  • Loading branch information
Spenc3rB authored Nov 13, 2024
2 parents b588187 + d643ce4 commit ebd260b
Show file tree
Hide file tree
Showing 7 changed files with 124 additions and 29 deletions.
56 changes: 27 additions & 29 deletions Hardware/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The hardware design has the following main components:


2. BeagleBone Black
2. Printed Circuit Board
2. Printed Circuit Board (UTHP PCB)
1. Enclosure: Hammond 1455
3. Banana Jack Breakout
4. 9-pin Diagnostic Connector
Expand Down Expand Up @@ -33,33 +33,23 @@ Supplier Part Number: SAM10843-ND
```

## Printed Circuit Board
There are multiple hardware versions for the PCB. The design is open, but uses Altium Designer software for the PCB Layout software. Each version is captured as a schematic, Altium files, bill of materials and Gerber Files.
The UTHP PCB is a circuit card assembly connecting all the pieces of the UTHP in the enclosure. It has the following interfaces:
1. Pins for the Beaglebone Black
2. Controller Area Network interfaces
3. Power Supply and management
4. Local Interconnect Network (LIN) interfaces
5. Real-time clock
6. Pinouts for the PLC daughter board
7. SAE J1708 interfaces
8. Circuit protection

### Version 2:
Schematics:
![UTHP Version 2 Schematics](UTHP%20PCB/UTHP%20Schematics%20v2.pdf)
These features and interfaces are shown in detail in the ![UTHP PCB v3 schematics](UTHP%20PCB\UTHP%20Truck%20Cape%20v3%20Schematics.pdf).

Bill of Materials:
[UTHP BOM v2.csv](UTHP%20PCB/UTHP%20BOM%20v2.csv)
The PCB design was done in a tool called Altium Designer. The original files for Altum Designer are available in the .zip file of the UTHP PCB directory. TO produce the PCB, an electronics assembly business will need Gerber files to have the PCBs made, a Bill of Materials for the parts to put on the PCB, and the Pick-n-Place file to show where the parts go on the PCB. These files are also included in the UTHP PCB directory. With these files, anyone can produce the UTHP.

There are multiple hardware versions for the PCB. The design is open, but uses Altium Designer software for the PCB Layout software. Each version is captured as a schematic, Altium files, bill of materials and Gerber Files. Previous versions are archived in the Development Versions directory.


### Version 1:
Schematics:
![UTHP Version 1 Schematics](UTHP%20PCB/UTHP%20Schematics%20v1.pdf)

Photo of the top side of the board.

![UTHP V1 Topside.jpg](UTHP%20V1%20Topside.jpg)

Photo of the bottom side of the board.

![UTHP V1 Bottomside.jpg](UTHP%20V1%20Bottomside.jpg)

#### Version 1 Errata:
1. The LEDs needs to be moved towards the center of the board to keep the LEDs from interering with the light pipes.
2. The DSUB15 connector needs to be moved towards the edge of the board.
3. There are many other changes that make version 1 of the board unsuitable for use.
The UTHP PCB is release under the permissive [Solderpad Hardware License v2.1](http://solderpad.org/licenses/SHL-2.1/).

## Enclosure
The main part of the enclosure is the [Hammond 1455Q1602BK](https://www.digikey.com/en/products/detail/hammond-manufacturing/1455Q1602BK/965866) enclosure. This is an anodized black aluminum enclosure that can accept 160mm by 120mm printed circuit boards. The anodized aluminum is nicely finished with a laser etcher and the file that is used to etch the graphics on the top of the enclosure is available as an svg file:
Expand All @@ -72,6 +62,7 @@ The ends of the enclosure are plastic end caps that be cut with a laser. The par

The end caps also support the USB connections with a micro USB cable and Ethernet with RJ45. These are exposed on the end panel with an internal cable that connects directy to the BeagleBone Black.

## Internal Cables
Micro USB P/N: 3318 link: https://www.adafruit.com/product/3318

Ethernet P/N: 909 link: https://www.adafruit.com/product/909
Expand Down Expand Up @@ -110,11 +101,18 @@ The 9-pin connector is a double ended connector that is connected on the inside
| 1 | Essentra Components | CG-PG11-2-BK | Digikey | RPC2237-ND | Cord Grip | CABLE GLAND 5-10MM PG11 POLYAMID |

## PLC4TRUCKS
There are two approaches to working with the SAE J2497 - Power Line Carrier Communications for Commercial Vehicles. The first approach is to use a GPIO pin through the PRU to excite and read the PLC signals through a coupling capacitor. The second approach is to utilize purpose build hardware for PLC communication.

The hardware approach has 2 solutions: 1) a custom circuit board for the Intellion P485 chip that has been used in PLC enable devices for many years, and 2) a new Mikroe Click board using the [SM24000 PLC solution](https://www.mikroe.com/n-plc-click-bundle-ac-plug-eu).
The approach to working with the SAE J2497 - Power Line Carrier Communications for Commercial Vehicles was to build another specialty printed circuit board that contained the Intellon P485 chip. However, this chip is at end of life, so these PCBs may ne be able to be produced in the future. The design for this board is also in this repository.

## Logic Analyzer
The [BitMagic Basic Logic Analyzer](https://1bitsquared.com/products/bitmagic-basic) is used inside the UTHP. There is a designated header that connects the BitMagic Basic to the signals on the board. These signals can be analyzed using the SIGROK software.
The [BitMagic Basic Logic Analyzer](https://1bitsquared.com/products/bitmagic-basic) is used inside the UTHP. There is a designated header that connects the BitMagic Basic to the signals on the board. These signals can be analyzed using the SIGROK software. The Logic analyzer is exposed through the enclosure with a USB-C cable and is not connected to the Beaglebone Black on the inside. The bitmagic basic is protected with some heat shrink and floats in the enclosure.


## License
Copyright 2024 Jeremy Daily and Carson Green
SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1

Licensed under the Solderpad Hardware License v 2.1 (the “License”); you may not use this file except in compliance with the License, or, at your option, the Apache License version 2.0. You may obtain a copy of the License at

https://solderpad.org/licenses/SHL-2.1/

A small micro USB cable is needed to connect the Bitmagic to the Beagle Bone Black. For example: the [DH-20M50057 from Cvilux](https://www.digikey.com/en/products/detail/cvilux-usa/DH-20M50057/13177527).
Unless required by applicable law or agreed to in writing, any work distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
28 changes: 28 additions & 0 deletions Hardware/UTHP PCB/Development Versions/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Development Versions
This directory holds some artifacts from previous iterations of the PCB. These were produced in small quantity for testing. They are included here only for archival purposes and should not be used for any realistic deployment.

### Version 2:
Schematics:
![UTHP Version 2 Schematics](UTHP%20PCB/UTHP%20Schematics%20v2.pdf)

Bill of Materials:
[UTHP BOM v2.csv](UTHP%20PCB/UTHP%20BOM%20v2.csv)



### Version 1:
Schematics:
![UTHP Version 1 Schematics](UTHP%20PCB/UTHP%20Schematics%20v1.pdf)

Photo of the top side of the board.

![UTHP V1 Topside.jpg](UTHP%20V1%20Topside.jpg)

Photo of the bottom side of the board.

![UTHP V1 Bottomside.jpg](UTHP%20V1%20Bottomside.jpg)

#### Version 1 Errata:
1. The LEDs needs to be moved towards the center of the board to keep the LEDs from interering with the light pipes.
2. The DSUB15 connector needs to be moved towards the edge of the board.
3. There are many other changes that make version 1 of the board unsuitable for use.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
Line #,Name,Description,Designator,Revision ID,Revision Status,Quantity,Manufacturer 1,Manufacturer Part Number 1,Manufacturer Lifecycle 1,Supplier 1,Supplier Part Number 1,Supplier Unit Price 1,Supplier Subtotal 1
,,,,,,,,,,,,,
,PPTC061LFBN-RC,CONN HDR 6POS 0.1 TIN PCB,BeagleBone Black J1 Header,,,1,Sullins,PPTC061LFBN-RC,Volume Production,Digikey,S7004-ND,0,0
,Custom item 1,PRT-12791,BeagleBone P8 and P9 Headers,,,2,SparkFun,PRT-12791,Unknown,Mouser,474-PRT-12791,0,0
,Custom item 3,PPTC022LFBN-RC,BeagleBone Supercap connector header ,,,1,Sullins,PPTC022LFBN-RC,Volume Production,Digikey,S7070-ND,0,0
,796136-1,"Battery Connector, 1 Cell, CR2032, 2-Pin SMD, RoHS, Tape and Reel",BT1,CMP-002-00002-2,Up to date,1,TE Connectivity AMP Connectors,796136-1,Manual Solution,Digi-Key,A99327CT-ND,2.7,2.7
,06035C104K4T4A,,"C1, C3, C4, C5, C6, C9, C12, C13, C14, C15, C17, C18, C20, C24, C25, C26, C27",CMP-2006-04387-1,Up to date,17,Kyocera AVX,06035C104K4T4A,Volume Production,Mouser,581-06035C104K4T4A,0.043,0.731
,GRM1555C1H270JA01D,,"C7, C8",CMP-2008-03917-1,Up to date,2,Murata,GRM1555C1H270JA01D,Not Recommended for New Design,Digi-Key,490-5869-1-ND,0.1,0.2
,UMK325AB7106KM-T,CAP CER 10UF 50V X7R 1210,"C10, C11, C16, C23, C31, C34",CMP-14477-002214-1,Up to date,6,Taiyo Yuden,UMK325AB7106KM-T,Volume Production,Mouser,963-UMK325AB7106KM-T,0.425,4.25
,ECA-1HM221,"Aluminum Electrolytic Capacitor, 220 uF, +/- 20%, 50 V, -40 to 85 degC, 2-Pin THD, RoHS, Bulk","C21, C22",CMP-001-00028-7,Up to date,2,Panasonic,ECA-1HM221,Volume Production,Newark,96K9180,0.157,0.314
,C0603C201J5GACTU,CAP CER 200PF 50V 5% NP0 0603,"C28, C32",CMP-1035-01444-3,Up to date,2,KEMET,C0603C201J5GACTU,Volume Production,Avnet,07X0780,0.115,0.23
,CGA3E2C0G1H060D080AA,Cap Ceramic 6pF 50V C0G 0.5pF Pad SMD 0603 +125�C Automotive T/R,"C29, C30",CMP-08246-001317-1,Up to date,2,TDK,CGA3E2C0G1H060D080AA,Volume Production,Arrow Electronics,CGA3E2C0G1H060D080AA,0.0961,0.1922
,5F 6.0 V Cap,DSF505Q6R0JBG,C33,CMP-001-00088-1,Up to date,1,Cornell Dubilier,DSF505Q6R0JBG,Unknown,Newark,14AJ4024,2.37,2.37
,SMBJ24CA-E3/52,"TRANSZORB(R) Transient Voltage Suppressor, 24 V, -55 to 150 degC, 2-Pin DO-214AA (SMBJ), RoHS, Tape and Reel","D1, D2",CMP-2000-07094-1,Up to date,2,Vishay Semiconductors,SMBJ24CA-E3/52,Volume Production,Newark,05R5780,0.043,0.086
,1SMB5920BT3G,"3 W Zener Voltage Regulator, 2-Pin SMB, Pb-Free, Tape and Reel",D10,CMP-1060-00222-1,Up to date,1,ON Semiconductor,1SMB5920BT3G,Volume Production,Arrow Electronics,1SMB5920BT3G,0.4016,0.4016
,LTST-C190KRKT,"LED Uni-Color Red, 62.5 mW, 25 mA, -30 to 85 degC, 2-Pin SMD, RoHS, Tape and Reel",DS1,CMP-007-00024-2,Up to date,1,Vishay Lite-On,LTST-C190KRKT,Volume Production,Mouser,859-LTST-C190KRKT,0.23,0.23
,LTST-C190GKT,"LED Uni-Color Green, 100 mW, 30 mA, -55 to 85 degC, 2-Pin SMD, RoHS, Tape and Reel",DS2,CMP-007-00022-2,Up to date,1,Vishay Lite-On,LTST-C190GKT,Volume Production,Future Electronics,3106685,0.179,0.179
,LTST-C190TBKT,"LED Uni-Color Blue, 76 mW, 20 mA, -20 to 80 degC, 2-Pin SMD, RoHS, Tape and Reel",DS3,CMP-007-00026-2,Up to date,1,Vishay Lite-On,LTST-C190TBKT,Volume Production,Mouser,859-LTST-C190TBKT,0.33,0.33
,LTST-C190KSKT,"LED Uni-Color Yellow, 75 mW, 30 mA, -30 to 85 degC, 2-Pin SMD, RoHS, Tape and Reel",DS4,CMP-007-00025-2,Up to date,1,Vishay Lite-On,LTST-C190KSKT,Volume Production,Mouser,859-LTST-C190KSKT,0.25,0.25
,2016L075/60MR,PTC RESET FUSE 60V 750MA 2016,F1,CMP-08606-000082-1,Up to date,1,Littelfuse,2016L075/60MR,Volume Production,Newark,17AC4959,0.482,0.482
,10 Pos Header,,J1,CMP-025-000000-1,Up to date,1,Molex,39-30-1100,Volume Production,Avnet,39301100,1.17,1.17
,FTSH-107-01-F-DV-K,CONN HEADER SMD 14POS 1.27MM,J2,CMP-02766-001448-1,Up to date,1,Samtec,FTSH-107-01-F-DV-K,Volume Production,Mouser,200-FTSH10701FDVK,4.13,4.13
,PPPC102LFBN-RC,"Female Header, Pitch 2.54 mm, 2 x 10 Position, Height 8.75 mm, Tail Length 3.2 mm, -40 to 105 degC, RoHS, Bulk",J3,CMP-002-00029-2,Up to date,1,Sullins,PPPC102LFBN-RC,Volume Production,Future Electronics,8314379,0.85,0.85
,182-015-213R531,DSUB 15,J8,CMP-1502-00205-2,Up to date,1,NorComp Inc.,182-015-213R531,Volume Production,Digikey,182-15FE-ND,2.63,2.63
,VSAB1770-560M,Automotive Molded Power Inductor,L1,CMP-006-00023-1,Up to date,1,Codaca,VSAB1770-560M,Unknown,Digikey,4044-VSAB1770-560MCT-ND,3.44,3.44
,LQM2HPN2R2MG0L,"Multilayer Type Inductor for Power Lines, 1008 (2520), 2.2�H, 20%, 0.1O, 1.3A",L2,CMP-1662-00028-2,Up to date,1,Murata,LQM2HPN2R2MG0L,Volume Production,Future Electronics,5137672,0.0956,0.0956
,Light Pipe,,"LP1, LP2, LP3, LP4",CMP-023-000058-1,Up to date,4,Bivar Inc.,SLP3-150-250-R,Manual Solution,Digi-Key,492-2517-ND,0.78,3.12
,FOD817DSD,OPTOISOLATOR 5KV TRANSISTOR 4SMD,Q1,CMP-2000-06281-2,Up to date,1,ON Semiconductor / Fairchild,FOD817DSD,Volume Production,Mouser,512-FOD817DSD,0.62,0.62
,IPD90P03P4L-04,"OptiMOS-P2 Power-Transistor, -30 V VDS, -90 A ID, PG-TO252-3-11, Reel, Green",Q2,CMP-1138-00142-1,Up to date,1,Infineon,IPD90P03P4L04ATMA2,Volume Production,Digi-Key,448-IPD90P03P4L04ATMA2CT-ND,2.15,2.15
,KTR03EZPF1002,Res Thick Film 0603 10kO 1% 0.1W �100ppm/�C Automotive Paper T/R,"R1, R2, R3, R8, R9, R12, R13, R14, R15, R18, R19, R26, R27, R36, R38, R39, R40, R41, R42, R43",CMP-08839-030382-1,Up to date,20,Rohm,KTR03EZPF1002,Volume Production,Mouser,755-KTR03EZPF1002,0.058,1.16
,CRGCQ0603F100R,CRGCQ0603 100O 1% �200ppm/�C 75V,"R4, R5, R6, R7",CMP-03211-002191-1,Up to date,4,TE Connectivity,CRGCQ0603F100R,Volume Production,Newark,73AC9046,0.004,0.016
,ERJ-3EKF4701V,"Precision Thick Film Chip Resistor, 4.7 KOhm, +/- 1%, -55 to 155 degC, 0603 (1608 Metric), RoHS, Tape and Reel","R10, R20, R23, R24, R32, R33",CMP-1012-00586-3,Up to date,6,Panasonic,ERJ-3EKF4701V,Volume Production,Newark,64R5349,0.005,0.03
,Resistor 100k +/-1% 0603 100 mW,"Chip Resistor, 100 KOhm, +/- 1%, 0.1 W, -55 to 155 degC, 0603 (1608 Metric)",R11,CMP-009-00023-7,Up to date,1,Panasonic,ERJ-3EKF1003V,Volume Production,Newark,85Y8502,0.009,0.009
,RN731JTTD7061F25,"7.06kO �1% 0.063W, 1/16W Chip Resistor 0603 (1608 Metric) Moisture Resistant Thin Film",R16,CMP-04015-073316-1,Up to date,1,Yageo,RT0603BRD077K06L,Not Recommended for New Design,Mouser,603-RT0603BRD077K06L,0.13,0.13
,CRCW060347R0FKEA,,"R17, R21, R22",CMP-2000-03383-1,Up to date,3,Vishay,CRCW060347R0FKEA,Volume Production,Mouser,71-CRCW0603-47-E3,0.017,0.051
,RMCF0805ZT0R00,RES 0 OHM JUMPER 1/8W 0805,R37,CMP-26527-000017-1,Up to date,1,Stackpole Electronics,RMCF0805ZT0R00,Volume Production,Digikey,RMCF0805ZT0R00CT-ND,0.1,0.1
,MCP1525T-I/TT,"2.5V Voltage Reference, 3-Pin SOT-23, Industrial Temperature, Tape and Reel",U1,CMP-0131-00003-1,Up to date,1,Microchip,MCP1525T-I/TT,Volume Production,Arrow Electronics,MCP1525T-I/TT,0.7124,0.7124
,MCP2003B-E/SN,IC TRANSCEIVER HALF 1/1 8SOIC,U2,CMP-06279-000013-1,Up to date,1,Microchip,MCP2003B-E/SN,Volume Production,Arrow Electronics,MCP2003B-E/SN,0.7994,0.7994
,MCP2562FDT-E/SN,IC TRANSCEIVER 1/1 8SOIC,"U3, U4, U5, U7",CMP-06279-000005-1,Up to date,4,Microchip,MCP2562FDT-E/SN,Volume Production,Arrow Electronics,MCP2562FDT-E/SN,1.17,4.69
,MCP2518FDT-E/SL,IC CAN CONTROLLER SPI 14SOIC,"U6, U8",CMP-06298-000019-1,Up to date,2,Microchip,MCP2518FDT-E/SL,Volume Production,Mouser,579-MCP2518FDT-E/SL,1.96,3.92
,TLV9061SIDBVR,IC CMOS 1 CIRCUIT SOT23-6,"U9, U17, U18",CMP-04895-000376-1,Up to date,3,Texas Instruments,TLV9061SIDBVR,Volume Production,Mouser,595-TLV9061SIDBVR,0.55,1.65
,RPMB5.0-3.0,"DC-DC Converter, Encapsulated, SMD, 5V@3A, 5.5-36V in, RPMB-3.0 Series",U10,CMP-001-0001-1,Up to date,1,Recom,RPMB5.0-3.0,Unknown,Mouser,919-RPMB5.0-3.0,8.11,8.11
,SN74LVCH16T245DGGR,IC TRNSLTR BIDIRECTIONAL 48TSSOP,"U11, U27",CMP-04899-000008-1,Up to date,2,Texas Instruments,SN74LVCH16T245DGGR,Volume Production,Newark,26AJ9459,0.559,1.12
,THVD1410DR,TRANSCEIVER,U26,CMP-04875-000079-1,Up to date,1,Texas Instruments,THVD1410DR,Volume Production,Digikey,296-THVD1410DRCT-ND,2.12,2.12
,MCP7940NT-I/SN,"Low-Cost I2C Real-Time Clock/Calendar with SRAM and Battery Switchover, 8-Pin SOIC, Industrial Temperature, Tape and Reel",U13,CMP-0186-00194-1,Up to date,1,Microchip,MCP7940NT-I/SN,Volume Production,Digikey,MCP7940NT-I/SNCT-ND,0.85,0.85
,ATECC608A-SSHDA-B,IC AUTHENTICATION CHIP 8SOIC,U14,CMP-06260-000004-1,Up to date,1,Microchip,ATECC608A-SSHDA-B,Volume Production,Newark,43AC4312,0.765,0.765
,74AHCT1G14 Inverter,Single Schmidt Trigger Inverter,U15,CMP-023-000006-1,Up to date,1,Diodes,74AHCT1G14SE-7,Not Recommended for New Design,Digikey,74AHCT1G14SE-7DICT-ND,0.27,0.27
,ECS-.327-6-17X-C-TR,ECX306X Series 32.76 kHz �10 ppm 6 pF -40 to +85 �C Surface Mount Crystal,X1,CMP-003-00030-1,Up to date,1,ECS International,ECS-.327-6-17X-C-TR,Volume Production,Arrow Electronics,ECS-.327-6-17X-C-TR,0.5392,0.5392
,ABM8G-40.000MHZ-18-D2Y-T,Crystal 40MHz �20ppm (Tol) �30ppm (Stability) 18pF FUND 50? 4-Pin SMD T/R,Y1,CMP-27762-015223-1,Up to date,1,Abracon,ABM8G-40.000MHZ-18-D2Y-T,Volume Production,Arrow Electronics,ABM8G-40.000MHZ-18-D2Y-T,0.5001,0.5001
,,,,,,,,,,,,,
,,,,,,,,,,,,,
,DNI�s:,,,,,,,,,,,,
,61301211121,"Connector Header Through Hole 12 position 0.100"" (2.54mm)",P5,,,1,W�rth Elektronik,61301211121,,Digikey,732-5323-ND,0.57,0
,61300511121,"Connector Header Through Hole 5 position 0.100"" (2.54mm)","P2, P4, P6, P7",,,4,W�rth Elektronik,61300511121,,Digikey,732-5318-ND,0.26,0
,702461201,"Connector Header Through Hole 12 position 0.100"" (2.54mm)",J10,,,1,Molex,702461201,,Digikey,23-0702461201-ND,2.37,0
,CS12ANW03,SWITCH SLIDE SPDT 3A 125V,SW1,,,1,NKK Switches,CS12ANW03,,Digikey,360-2131-ND,2.72,0
,TLV9061SIDBVR,CMOS Amplifier 1 Circuit Rail-to-Rail SOT-23-6,U18,,,1,Texas Instruments,TLV9061SIDBVR,,Digikey,296-53200-1-ND,0.57,0
,KTR03EZPF1002,RES SMD 10K OHM 1% 1/10W 0603,R25,,,1,Rohm,KTR03EZPF1002,,Digikey,RHM10.0KAYCT-ND,0.17,0
,Mikroe Expansion Header,Mikroebus Expansion Header,Mikroe,,,1,n/a,n/a,,n/a,n/a,0,0
,06035C104K4T4A,CAP CER 0.1UF 50V X7R 0603,C2 ,,,1,Kyocera AVX,06035C104K4T4A,,Digikey,478-KAM15AR71H104KMCT-ND,0.1,0
,CONSMA002-SMD,CONN SMA RCPT R/A 50 OHM SMD,J4,,,1,TE Connectivity Linx,CONSMA002-SMD,,Digikey,CONSMA002-SMD-ND,4.38,0
,61300311121,CONN HEADER VERT 3POS 2.54MM,P10,,,1,W�rth Elektronik,61300311121,,Digikey,732-5316-ND,0.13,0
,61300511121,CONN HEADER VERT 5POS 2.54MM,"P6, P7",,,2,W�rth Elektronik,61300511121,,Digikey,732-5318-ND,0.26,0
,ATECC608A-SSHDA-B-ND,Microchip Technology,U14,,,1,Microchip Technology,ATECC608A-SSHDA-B,,Digikey,ATECC608A-SSHDA-B-ND,1,0
,ERJ-3EKF4701V,"Precision Thick Film Chip Resistor, 4.7 KOhm, +/- 1%, -55 to 155 degC, 0603 (1608 Metric), RoHS, Tape and Reel","R28, R31",CMP-1012-00586-3,Up to date,2,Panasonic,ERJ-3EKF4701V,Volume Production,Newark,64R5349,0.05,0
,CRCW060347R0FKEA,,"R29, R30, R44",CMP-2000-03383-1,Up to date,4,Vishay,CRCW060347R0FKEA,Volume Production,Mouser,71-CRCW0603-47-E3,0.017,0
,THVD1410DR,TRANSCEIVER,U12,CMP-04875-000079-1,Up to date,1,Texas Instruments,THVD1410DR,Volume Production,Digikey,296-THVD1410DRCT-ND,2.12,0
,06035C104K4T4A,,C19,CMP-2006-04387-1,Up to date,1,Kyocera AVX,06035C104K4T4A,Volume Production,Mouser,581-06035C104K4T4A,0.043,0
,74AHCT1G14 Inverter,Single Schmidt Trigger Inverter,U12,CMP-023-000006-1,Up to date,1,Diodes,74AHCT1G14SE-7,Not Recommended for New Design,Digikey,74AHCT1G14SE-7DICT-ND,0.27,0
File renamed without changes
File renamed without changes
Binary file not shown.

0 comments on commit ebd260b

Please sign in to comment.