CARRIER BOARDS
Evaluation Carrier Boards
congatec provides evaluation carrier boards for all supported Computer-On-Module standards. This allows for a quick start of new designs. These carrier boards route all the COM signals to standard interface connectors.
Documentation
The schematics and board data of the carrier boards are available for customers on request and can be used as a blueprint to create their own customized designs.
congatec provides evaluation carrier boards for all supported Computer-On-Module standards. This allows for a quick start of new designs. These carrier boards route all the COM signals to standard interface connectors.
Documentation
The schematics and board data of the carrier boards are available for customers on request and can be used as a blueprint to create their own customized designs.
► conga-SEVAL for SMARC 2.0
► conga-QEVAL for Qseven 2.0
► conga-TEVAL for COM Express Type 6
► conga-MEVAL for COM Express Type 10
► conga-X7EVAL for COM Express Type 7
► conga-HPC/EVAL-Server for COM-HPC Server and LEK mezzanine cards
► conga-HPC/EVAL-Client for COM-HPC Client
► conga-QEVAL for Qseven 2.0
► conga-TEVAL for COM Express Type 6
► conga-MEVAL for COM Express Type 10
► conga-X7EVAL for COM Express Type 7
► conga-HPC/EVAL-Server for COM-HPC Server and LEK mezzanine cards
► conga-HPC/EVAL-Client for COM-HPC Client
Application Carrier Boards
These come in size-optimized form factors with a special focus on the most common I/Os. These off-the-shelf Carrier Boards serve as platforms for rapid customization and for small or medium-sized projects. congatec Application Carrier Boards significantly reduce time-to-market.
► conga HPC/uATX for COM-HPC Client
► conga-SMC1/SMARC-x86 for SMARC modules
► conga-SMC1/SMARC-ARM for ARM-based SMARC modules
► conga-SMC1/SMARC-x86 for SMARC modules
► conga-SMC1/SMARC-ARM for ARM-based SMARC modules
Evaluation Board
congatec
conga-X7EVAL
congatec conga-X7EVAL - Evaluation Board Evaluation Carrier Board for COM Express Type 7
.product-menu-page {
font-family: 'Ubuntu', sans-serif;
color: #3f4c58;
}
.text_bold {
font-weight: bolder;
}
.product-menu-page {
display: none;
}
.product-menu-page:target {
display: block;
}
.head_sec {
background-color: #e9e9f0;
color: #4B70B2;}
.col_a {
background-color: #798490;
}
.head_subsec {color: CornflowerBlue;
padding-top: 10px;padding-left: 10px;
padding-right: 25px;
vertical-align: bottom;
}
.chead {
border: 1px solid Lavender;
font-size: 90%;
font-weight: bolder;}
.ckey {
width: 25%;white-space: nowrap;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.copt {
width: 25%;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.cval {
width: auto;text-align: left;
border: 1px solid Lavender;
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;}
.rowspecsim {
font-size: 110%;
white-space: nowrap;text-align: left;
}
.column_1 {
width: 250px;white-space: nowrap;text-align: left;
}
.column_2 {
width: 250px;white-space: nowrap;text-align: left;
}
table {
margin-top: 10px;
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
th, td {
border: 1px solid White;text-align: left;
word-break: break-word;
font-size: 100%;
line-height: 1.5;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
}
th {
font-size: 90%;
padding-left: 25px;
}
td {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_kf {
font-size: 100%;width: 100%;}
#prod_spec {
font-size: 100%;word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_spec_embed {
word-break: break-word;
font-size: 90%;
padding-top: 10px;width: 100%;}
#prod_disc {
font-size: 90%;
width: 100%;}
#prod_cpo {font-size: 90%;
width: 100%;
word-break: break-word;
}
#prod_var {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
congatec conga-X7EVAL - Evaluation BoardEvaluation Carrier Board for COM Express Type 7
Beispiel Menü
/* CSS-Variable für die Breite der schwarzen Buttons */
:root {
--black-button-width: 120px;
}
/* Menüleiste: Flexbox für gleichmäßig verteilte Menüeinträge */
ul.menu {
list-style-type: none;
margin: 0;
padding: 0;
background-color: white;
overflow: hidden;
font-family: 'Ubuntu', sans-serif;
display: flex; /* Flexbox */
width: 100%;
}
/* Menüeinträge */
li.menu-item {
padding: 0;
text-align: center;
border-right: 5px solid white;
display: block;
text-align: center;
text-decoration: none;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
li.menu-item a {
display: block;
color: white;
text-align: center;
text-decoration: none;
padding: 10px 20px;
font-size: 16px;
font-weight: 500;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
/* Stretch-Element */
.stretch {
flex-grow: 1;
height: 30px;
}
li.menu-item a:hover {
color: black !important; /* Ensures text color change on hover */
background-color: #f7c13d !important; /* Ensures background color change on hover */
}
/* Aktiver Menüeintrag: Hintergrundfarbe und Schriftgewicht bei Aktivierung */
li.menu-item a:active {
color: #2b3136; /* Textfarbe beim aktiven Zustand */
font-weight: bolder; /* Fettere Schrift */
background-color: CornflowerBlue; /* Hintergrundfarbe beim aktiven Zustand */
}
Datasheet
User Manual
System Integration
Get Expert Support Now: +49 (0)7665 9390 185
OverviewKey FeaturesEvaluation Carrier Board for COM Express Type 7 modulesSchematics availableSpecification
To achieve a quick start with COM Express Type 7 modules congatec offers an evaluation carrier board, which routes all the signals to standard interface connectors.
Internal connectors
32x PCIe lanes (1x PCIe (3.0) x16
1x PCIe(3.0)x8 | 5th lane shared with BMC | 2x PCIe (3.0) x4)
2x SATA Gen3
1x LPC header
1x I²C Bus | 1x SM Bus | 1x GPIO
1x FAN control
External connectors
4x USB 3.0/2.0 | 4th USB2.0 shared with BMC
1x VGA connecting DB-15 | 1x COM port from module
Ethernet
4x 10 Gigabit Ethernet SFP+ | 1x Gbe RJ45
Baseboard Management Controller
1x VGA | iKVM | virtual storage
Buttons
Power button | Reset button | Sleep button | LID button
Postcode
4x 7-Segment Postcode LEDs connected to GP_I2C bus
Power
Input ATX Power Supply | 12V/GND banana jacks
Temperature
Commercial: Operating: 0 .. +60°C | Storage: -40 .. +85°C
Industrial: Operating: -40 .. +85°C | Storage: -40 .. +85°C
Humidity
Operating: 10 - 90% r. H. non cond. | Storage: 5 - 95% r. H. non cond.
Size
294 x 244 mm (11.5” x 9.6”)
Product Variants / Accessories065420conga-X7EVALcongatec COM Express Type7 evaluation carrier with 4x 10Gbe Ethernet. Commercial temperature range.065421conga-X7EVAL/industrialEvaluation Carrier Board for COM Express Type 7 modules with four 10GbE SFP+ fiber/copper ports. No BMC. Extended temperature range from -40°C to 85°C.Accessories065420conga-X7EVALcongatec COM Express Type7 evaluation carrier with 4x 10Gbe Ethernet. Commercial temperature range.065421conga-X7EVAL/industrialEvaluation Carrier Board for COM Express Type 7 modules with four 10GbE SFP+ fiber/copper ports. No BMC. Extended temperature range from -40°C to 85°C.All data is for information purposes only. The specification is subject to change without notice in advance. Any configuration other than original product specification is not guaranteed. Although all the information contained within this website is carefully checked, no guarantee of correctness is implied or expressed.Please always double-check the latest version of the product specification of the product manufacturer. Manufacturer Product Website: conga-X7EVALProduct names, logos, brands, and other trademarks featured or referred are the property of their respective trademark holders. These trademark holders are not affiliated with MCTX Mobile & Embedded Computers GmbH.OEM System Integration Support
All documents found on this page are subject to change without notification. Always ensure that you work with the latest version.DatasheetUser Manual
Price on request
congatec
conga-TEVAL3/COMe3.1
congatec conga-TEVAL3/COMe3.1 - Evaluation Board COM Express Type 6 Rev. 3.1 Evaluation Carrier Board
.product-menu-page {
font-family: 'Ubuntu', sans-serif;
color: #3f4c58;
}
.text_bold {
font-weight: bolder;
}
.product-menu-page {
display: none;
}
.product-menu-page:target {
display: block;
}
.head_sec {
background-color: #e9e9f0;
color: #4B70B2;}
.col_a {
background-color: #798490;
}
.head_subsec {color: CornflowerBlue;
padding-top: 10px;padding-left: 10px;
padding-right: 25px;
vertical-align: bottom;
}
.chead {
border: 1px solid Lavender;
font-size: 90%;
font-weight: bolder;}
.ckey {
width: 25%;white-space: nowrap;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.copt {
width: 25%;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.cval {
width: auto;text-align: left;
border: 1px solid Lavender;
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;}
.rowspecsim {
font-size: 110%;
white-space: nowrap;text-align: left;
}
.column_1 {
width: 250px;white-space: nowrap;text-align: left;
}
.column_2 {
width: 250px;white-space: nowrap;text-align: left;
}
table {
margin-top: 10px;
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
th, td {
border: 1px solid White;text-align: left;
word-break: break-word;
font-size: 100%;
line-height: 1.5;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
}
th {
font-size: 90%;
padding-left: 25px;
}
td {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_kf {
font-size: 100%;width: 100%;}
#prod_spec {
font-size: 100%;word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_spec_embed {
word-break: break-word;
font-size: 90%;
padding-top: 10px;width: 100%;}
#prod_disc {
font-size: 90%;
width: 100%;}
#prod_cpo {font-size: 90%;
width: 100%;
word-break: break-word;
}
#prod_var {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
congatec conga-TEVAL3/COMe3.1 - Evaluation BoardCOM Express Type 6 Rev. 3.1 Evaluation Carrier Board
Beispiel Menü
/* CSS-Variable für die Breite der schwarzen Buttons */
:root {
--black-button-width: 120px;
}
/* Menüleiste: Flexbox für gleichmäßig verteilte Menüeinträge */
ul.menu {
list-style-type: none;
margin: 0;
padding: 0;
background-color: white;
overflow: hidden;
font-family: 'Ubuntu', sans-serif;
display: flex; /* Flexbox */
width: 100%;
}
/* Menüeinträge */
li.menu-item {
padding: 0;
text-align: center;
border-right: 5px solid white;
display: block;
text-align: center;
text-decoration: none;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
li.menu-item a {
display: block;
color: white;
text-align: center;
text-decoration: none;
padding: 10px 20px;
font-size: 16px;
font-weight: 500;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
/* Stretch-Element */
.stretch {
flex-grow: 1;
height: 30px;
}
li.menu-item a:hover {
color: black !important; /* Ensures text color change on hover */
background-color: #f7c13d !important; /* Ensures background color change on hover */
}
/* Aktiver Menüeintrag: Hintergrundfarbe und Schriftgewicht bei Aktivierung */
li.menu-item a:active {
color: #2b3136; /* Textfarbe beim aktiven Zustand */
font-weight: bolder; /* Fettere Schrift */
background-color: CornflowerBlue; /* Hintergrundfarbe beim aktiven Zustand */
}
Datasheet
User Manual
System Integration
Get Expert Support Now: +49 (0)7665 9390 185
OverviewKey FeaturesEvaluation Carrier for COMe Type 6 modulesSupports COMe Compact and Basic modules using connector Pinout Type 6Compliant to latest COMe Spec Rev. 3.1Accessories065820conga-TEVAL3/COMe3.1congatec COM Express Type 6 evaluation carrier compliant to COM Express 3.1 specification. Industrial temperature range. From -40°C to 85°CAll data is for information purposes only. The specification is subject to change without notice in advance. Any configuration other than original product specification is not guaranteed. Although all the information contained within this website is carefully checked, no guarantee of correctness is implied or expressed.Please always double-check the latest version of the product specification of the product manufacturer. Manufacturer Product Website: conga-TEVAL3/COMe3.1Product names, logos, brands, and other trademarks featured or referred are the property of their respective trademark holders. These trademark holders are not affiliated with MCTX Mobile & Embedded Computers GmbH.OEM System Integration Support
All documents found on this page are subject to change without notification. Always ensure that you work with the latest version.Datasheet
Price on request
congatec
conga-TEVAL/COMe 3.0
congatec conga-TEVAL/COMe 3.0 - Evaluation Board Evaluation Carrier Board for COM Express® Type 6 Modules Rev. 3.0
.product-menu-page {
font-family: 'Ubuntu', sans-serif;
color: #3f4c58;
}
.text_bold {
font-weight: bolder;
}
.product-menu-page {
display: none;
}
.product-menu-page:target {
display: block;
}
.head_sec {
background-color: #e9e9f0;
color: #4B70B2;}
.col_a {
background-color: #798490;
}
.head_subsec {color: CornflowerBlue;
padding-top: 10px;padding-left: 10px;
padding-right: 25px;
vertical-align: bottom;
}
.chead {
border: 1px solid Lavender;
font-size: 90%;
font-weight: bolder;}
.ckey {
width: 25%;white-space: nowrap;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.copt {
width: 25%;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.cval {
width: auto;text-align: left;
border: 1px solid Lavender;
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;}
.rowspecsim {
font-size: 110%;
white-space: nowrap;text-align: left;
}
.column_1 {
width: 250px;white-space: nowrap;text-align: left;
}
.column_2 {
width: 250px;white-space: nowrap;text-align: left;
}
table {
margin-top: 10px;
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
th, td {
border: 1px solid White;text-align: left;
word-break: break-word;
font-size: 100%;
line-height: 1.5;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
}
th {
font-size: 90%;
padding-left: 25px;
}
td {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_kf {
font-size: 100%;width: 100%;}
#prod_spec {
font-size: 100%;word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_spec_embed {
word-break: break-word;
font-size: 90%;
padding-top: 10px;width: 100%;}
#prod_disc {
font-size: 90%;
width: 100%;}
#prod_cpo {font-size: 90%;
width: 100%;
word-break: break-word;
}
#prod_var {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
congatec conga-TEVAL/COMe 3.0 - Evaluation BoardEvaluation Carrier Board for COM Express® Type 6 Modules Rev. 3.0
Beispiel Menü
/* CSS-Variable für die Breite der schwarzen Buttons */
:root {
--black-button-width: 120px;
}
/* Menüleiste: Flexbox für gleichmäßig verteilte Menüeinträge */
ul.menu {
list-style-type: none;
margin: 0;
padding: 0;
background-color: white;
overflow: hidden;
font-family: 'Ubuntu', sans-serif;
display: flex; /* Flexbox */
width: 100%;
}
/* Menüeinträge */
li.menu-item {
padding: 0;
text-align: center;
border-right: 5px solid white;
display: block;
text-align: center;
text-decoration: none;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
li.menu-item a {
display: block;
color: white;
text-align: center;
text-decoration: none;
padding: 10px 20px;
font-size: 16px;
font-weight: 500;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
/* Stretch-Element */
.stretch {
flex-grow: 1;
height: 30px;
}
li.menu-item a:hover {
color: black !important; /* Ensures text color change on hover */
background-color: #f7c13d !important; /* Ensures background color change on hover */
}
/* Aktiver Menüeintrag: Hintergrundfarbe und Schriftgewicht bei Aktivierung */
li.menu-item a:active {
color: #2b3136; /* Textfarbe beim aktiven Zustand */
font-weight: bolder; /* Fettere Schrift */
background-color: CornflowerBlue; /* Hintergrundfarbe beim aktiven Zustand */
}
Datasheet
User Manual
System Integration
Get Expert Support Now: +49 (0)7665 9390 185
OverviewKey FeaturesCOM Express Type 6 Rev. 3.0 Evaluation Carrier BoardReference Carrier BoardAccessories065810conga-TEVAL2Evaluation carrier board for COM Express Type6 Rev. 3.0 modules.All data is for information purposes only. The specification is subject to change without notice in advance. Any configuration other than original product specification is not guaranteed. Although all the information contained within this website is carefully checked, no guarantee of correctness is implied or expressed.Please always double-check the latest version of the product specification of the product manufacturer. Manufacturer Product Website: conga-TEVAL/COMe 3.0Product names, logos, brands, and other trademarks featured or referred are the property of their respective trademark holders. These trademark holders are not affiliated with MCTX Mobile & Embedded Computers GmbH.OEM System Integration Support
All documents found on this page are subject to change without notification. Always ensure that you work with the latest version.DatasheetUser Manual
Price on request
congatec
conga-TEVAL/COMe 2.1
Attention: this shop is currently under development, products can't be purchased!
Price on request
congatec
conga-SEVAL
congatec conga-SEVAL - Evaluation Board Evaluation Carrier Board compatible with SMARC modules
.product-menu-page {
font-family: 'Ubuntu', sans-serif;
color: #3f4c58;
}
.text_bold {
font-weight: bolder;
}
.product-menu-page {
display: none;
}
.product-menu-page:target {
display: block;
}
.head_sec {
background-color: #e9e9f0;
color: #4B70B2;}
.col_a {
background-color: #798490;
}
.head_subsec {color: CornflowerBlue;
padding-top: 10px;padding-left: 10px;
padding-right: 25px;
vertical-align: bottom;
}
.chead {
border: 1px solid Lavender;
font-size: 90%;
font-weight: bolder;}
.ckey {
width: 25%;white-space: nowrap;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.copt {
width: 25%;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.cval {
width: auto;text-align: left;
border: 1px solid Lavender;
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;}
.rowspecsim {
font-size: 110%;
white-space: nowrap;text-align: left;
}
.column_1 {
width: 250px;white-space: nowrap;text-align: left;
}
.column_2 {
width: 250px;white-space: nowrap;text-align: left;
}
table {
margin-top: 10px;
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
th, td {
border: 1px solid White;text-align: left;
word-break: break-word;
font-size: 100%;
line-height: 1.5;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
}
th {
font-size: 90%;
padding-left: 25px;
}
td {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_kf {
font-size: 100%;width: 100%;}
#prod_spec {
font-size: 100%;word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_spec_embed {
word-break: break-word;
font-size: 90%;
padding-top: 10px;width: 100%;}
#prod_disc {
font-size: 90%;
width: 100%;}
#prod_cpo {font-size: 90%;
width: 100%;
word-break: break-word;
}
#prod_var {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
congatec conga-SEVAL - Evaluation BoardEvaluation Carrier Board compatible with SMARC modules
Beispiel Menü
/* CSS-Variable für die Breite der schwarzen Buttons */
:root {
--black-button-width: 120px;
}
/* Menüleiste: Flexbox für gleichmäßig verteilte Menüeinträge */
ul.menu {
list-style-type: none;
margin: 0;
padding: 0;
background-color: white;
overflow: hidden;
font-family: 'Ubuntu', sans-serif;
display: flex; /* Flexbox */
width: 100%;
}
/* Menüeinträge */
li.menu-item {
padding: 0;
text-align: center;
border-right: 5px solid white;
display: block;
text-align: center;
text-decoration: none;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
li.menu-item a {
display: block;
color: white;
text-align: center;
text-decoration: none;
padding: 10px 20px;
font-size: 16px;
font-weight: 500;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
/* Stretch-Element */
.stretch {
flex-grow: 1;
height: 30px;
}
li.menu-item a:hover {
color: black !important; /* Ensures text color change on hover */
background-color: #f7c13d !important; /* Ensures background color change on hover */
}
/* Aktiver Menüeintrag: Hintergrundfarbe und Schriftgewicht bei Aktivierung */
li.menu-item a:active {
color: #2b3136; /* Textfarbe beim aktiven Zustand */
font-weight: bolder; /* Fettere Schrift */
background-color: CornflowerBlue; /* Hintergrundfarbe beim aktiven Zustand */
}
Datasheet
User Manual
System Integration
Get Expert Support Now: +49 (0)7665 9390 185
OverviewKey FeaturesSMARC Evaluation Carrier BoardReference Carrier BoardSpecification
To achieve a quick start with SMARC congatec offers an evaluation carrier board, which routes all the SMARC signals to standard interface connectors.
I/O
1x PCIe x4 | 1x miniPCIe | 1x PCIe x1 | 1x M.2 socket Key E
1x SATA
1x USB 3.0 | 1x USB 2.0 | 1x micro USB 2.0 (OTG) | 1x USB Type C with PD and DP1 via Alternate Mode
2x RS-232 (1x internal RX/TX on pinheader, 1x RX/TX w/ handshake on DSUB9)
2x CAN
GPIO
1x SDIO interface
2x I²C Bus
1x eSPI/SPI1 on header
1x SPI Bus
1x FAN control
1x Disk Drive Power Output
Ethernet
2x Gigabit Ethernet
Internal Graphic Interface
2x24 bit LVDS connector shared with 2x eDP or 2xDSI
External Graphic Interfaces
1x DP++
1x HDMI
Camera Interface 2x CSI2
Audio
I2S Audio interface and HDA interfaceButtons and LED’s Power button | Reset button | Sleep button | LID button | various indication LEDsFeature Connector 1x Standard congatec Feature ConnectorPostcode 4x 7-Segment Postcode LEDs connected to GP_I2C busTemperature Operating: -40 .. +85°C | Storage: -20 .. +80°CPower Input ATX Power Supply | 12V - 24V Wide Range Carrier Board Supply | 3.0V - 5.25V Wide Range Module Supply | USB Type C PD (12V - 20V)Humidity Operating: 10 - 90% r. H. non cond. | Storage: 5 - 95% r. H. non cond.Size 294 x 172 mm
Product Variants / Accessories007010conga-SEVALEvaluation Carrier Board for SMARC 2.0 modules.Accessories007010conga-SEVALEvaluation Carrier Board for SMARC 2.0 modules.All data is for information purposes only. The specification is subject to change without notice in advance. Any configuration other than original product specification is not guaranteed. Although all the information contained within this website is carefully checked, no guarantee of correctness is implied or expressed.Please always double-check the latest version of the product specification of the product manufacturer. Manufacturer Product Website: conga-SEVALProduct names, logos, brands, and other trademarks featured or referred are the property of their respective trademark holders. These trademark holders are not affiliated with MCTX Mobile & Embedded Computers GmbH.OEM System Integration Support
All documents found on this page are subject to change without notification. Always ensure that you work with the latest version.DatasheetUser Manual
Price on request
congatec
conga-QEVAL/Qseven 2.0
congatec conga-QEVAL/Qseven 2.0 - Evaluation Board To achieve a quick start with Qseven congatec offers an evaluation carrier board, which routes all the Qseven® signals to standard interface connectors.
.product-menu-page {
font-family: 'Ubuntu', sans-serif;
color: #3f4c58;
}
.text_bold {
font-weight: bolder;
}
.product-menu-page {
display: none;
}
.product-menu-page:target {
display: block;
}
.head_sec {
background-color: #e9e9f0;
color: #4B70B2;}
.col_a {
background-color: #798490;
}
.head_subsec {color: CornflowerBlue;
padding-top: 10px;padding-left: 10px;
padding-right: 25px;
vertical-align: bottom;
}
.chead {
border: 1px solid Lavender;
font-size: 90%;
font-weight: bolder;}
.ckey {
width: 25%;white-space: nowrap;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.copt {
width: 25%;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.cval {
width: auto;text-align: left;
border: 1px solid Lavender;
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;}
.rowspecsim {
font-size: 110%;
white-space: nowrap;text-align: left;
}
.column_1 {
width: 250px;white-space: nowrap;text-align: left;
}
.column_2 {
width: 250px;white-space: nowrap;text-align: left;
}
table {
margin-top: 10px;
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
th, td {
border: 1px solid White;text-align: left;
word-break: break-word;
font-size: 100%;
line-height: 1.5;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
}
th {
font-size: 90%;
padding-left: 25px;
}
td {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_kf {
font-size: 100%;width: 100%;}
#prod_spec {
font-size: 100%;word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_spec_embed {
word-break: break-word;
font-size: 90%;
padding-top: 10px;width: 100%;}
#prod_disc {
font-size: 90%;
width: 100%;}
#prod_cpo {font-size: 90%;
width: 100%;
word-break: break-word;
}
#prod_var {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
congatec conga-QEVAL/Qseven 2.0 - Evaluation BoardTo achieve a quick start with Qseven congatec offers an evaluation carrier board, which routes all the Qseven® signals to standard interface connectors.
Beispiel Menü
/* CSS-Variable für die Breite der schwarzen Buttons */
:root {
--black-button-width: 120px;
}
/* Menüleiste: Flexbox für gleichmäßig verteilte Menüeinträge */
ul.menu {
list-style-type: none;
margin: 0;
padding: 0;
background-color: white;
overflow: hidden;
font-family: 'Ubuntu', sans-serif;
display: flex; /* Flexbox */
width: 100%;
}
/* Menüeinträge */
li.menu-item {
padding: 0;
text-align: center;
border-right: 5px solid white;
display: block;
text-align: center;
text-decoration: none;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
li.menu-item a {
display: block;
color: white;
text-align: center;
text-decoration: none;
padding: 10px 20px;
font-size: 16px;
font-weight: 500;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
/* Stretch-Element */
.stretch {
flex-grow: 1;
height: 30px;
}
li.menu-item a:hover {
color: black !important; /* Ensures text color change on hover */
background-color: #f7c13d !important; /* Ensures background color change on hover */
}
/* Aktiver Menüeintrag: Hintergrundfarbe und Schriftgewicht bei Aktivierung */
li.menu-item a:active {
color: #2b3136; /* Textfarbe beim aktiven Zustand */
font-weight: bolder; /* Fettere Schrift */
background-color: CornflowerBlue; /* Hintergrundfarbe beim aktiven Zustand */
}
Datasheet
User Manual
System Integration
Get Expert Support Now: +49 (0)7665 9390 185
OverviewKey FeaturesQseven Evaluation Carrier Board for Qseven 2.0Schematics availableReference Carrier BoardAccessories007003conga-QEVAL/Qseven 2.0 x86Evaluation carrier board for Qseven 2.0 modules based on x86 architecture.007005conga-QEVAL/Qseven 2.0 ARMEvaluation carrier board for Qseven 2.0 modules based on ARM architecture.All data is for information purposes only. The specification is subject to change without notice in advance. Any configuration other than original product specification is not guaranteed. Although all the information contained within this website is carefully checked, no guarantee of correctness is implied or expressed.Please always double-check the latest version of the product specification of the product manufacturer. Manufacturer Product Website: conga-QEVAL/Qseven 2.0Product names, logos, brands, and other trademarks featured or referred are the property of their respective trademark holders. These trademark holders are not affiliated with MCTX Mobile & Embedded Computers GmbH.OEM System Integration Support
All documents found on this page are subject to change without notification. Always ensure that you work with the latest version.DatasheetUser Manual
Price on request
congatec
conga-MEVAL
congatec conga-MEVAL - Evaluation Board Evaluation Carrier Board for COM Express® Mini Type 10 modules
.product-menu-page {
font-family: 'Ubuntu', sans-serif;
color: #3f4c58;
}
.text_bold {
font-weight: bolder;
}
.product-menu-page {
display: none;
}
.product-menu-page:target {
display: block;
}
.head_sec {
background-color: #e9e9f0;
color: #4B70B2;}
.col_a {
background-color: #798490;
}
.head_subsec {color: CornflowerBlue;
padding-top: 10px;padding-left: 10px;
padding-right: 25px;
vertical-align: bottom;
}
.chead {
border: 1px solid Lavender;
font-size: 90%;
font-weight: bolder;}
.ckey {
width: 25%;white-space: nowrap;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.copt {
width: 25%;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.cval {
width: auto;text-align: left;
border: 1px solid Lavender;
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;}
.rowspecsim {
font-size: 110%;
white-space: nowrap;text-align: left;
}
.column_1 {
width: 250px;white-space: nowrap;text-align: left;
}
.column_2 {
width: 250px;white-space: nowrap;text-align: left;
}
table {
margin-top: 10px;
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
th, td {
border: 1px solid White;text-align: left;
word-break: break-word;
font-size: 100%;
line-height: 1.5;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
}
th {
font-size: 90%;
padding-left: 25px;
}
td {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_kf {
font-size: 100%;width: 100%;}
#prod_spec {
font-size: 100%;word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_spec_embed {
word-break: break-word;
font-size: 90%;
padding-top: 10px;width: 100%;}
#prod_disc {
font-size: 90%;
width: 100%;}
#prod_cpo {font-size: 90%;
width: 100%;
word-break: break-word;
}
#prod_var {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
congatec conga-MEVAL - Evaluation BoardEvaluation Carrier Board for COM Express® Mini Type 10 modules
Beispiel Menü
/* CSS-Variable für die Breite der schwarzen Buttons */
:root {
--black-button-width: 120px;
}
/* Menüleiste: Flexbox für gleichmäßig verteilte Menüeinträge */
ul.menu {
list-style-type: none;
margin: 0;
padding: 0;
background-color: white;
overflow: hidden;
font-family: 'Ubuntu', sans-serif;
display: flex; /* Flexbox */
width: 100%;
}
/* Menüeinträge */
li.menu-item {
padding: 0;
text-align: center;
border-right: 5px solid white;
display: block;
text-align: center;
text-decoration: none;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
li.menu-item a {
display: block;
color: white;
text-align: center;
text-decoration: none;
padding: 10px 20px;
font-size: 16px;
font-weight: 500;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
/* Stretch-Element */
.stretch {
flex-grow: 1;
height: 30px;
}
li.menu-item a:hover {
color: black !important; /* Ensures text color change on hover */
background-color: #f7c13d !important; /* Ensures background color change on hover */
}
/* Aktiver Menüeintrag: Hintergrundfarbe und Schriftgewicht bei Aktivierung */
li.menu-item a:active {
color: #2b3136; /* Textfarbe beim aktiven Zustand */
font-weight: bolder; /* Fettere Schrift */
background-color: CornflowerBlue; /* Hintergrundfarbe beim aktiven Zustand */
}
Datasheet
User Manual
System Integration
Get Expert Support Now: +49 (0)7665 9390 185
OverviewKey FeaturesCOM Express Type 10 Evaluation Carrier BoardSchematics availableReference Carrier BoardSpecification
To achieve a quick start with COM Express® congatec offers an evaluation carrier board, which routes all the COM Express® signals to standard interface connectors. Supports COM Express® Mini modules using connector Pinout Type 10.I/O
2x PCI Express Card Slots (x1 & x4), ,
1x Express Card, 1x Mini PCI Express
Gigabit Ethernet
6x USB 2.0, 2x USB 3.0, 1x USB client
Audio
High Definition Audio Codec
Storage
2x SATA
Misc
PCI POST code display
System speaker
Power button
Reset button
CMOS battery
18x GPIOs
Video
1x LVDS
1x HDMI
1x Display Port
1x eDP
Power
ATX connector
12V/GND banana jacks
Seperate Module Voltage Power Connectors 4.75 to 20 Volts (optional)
Size
294 x 244 mm²
Environment
Temperature: Operation: -40 to +85° Storage: -40° to + 85°C
Humity: Operation: 10% to 90% Storage: 5% to 95%
Product Variants / Accessories065400conga-MEVALEvaluation carrier board for Type 10 COM-Express-modulesAccessories065400conga-MEVALEvaluation carrier board for Type 10 COM-Express-modulesAll data is for information purposes only. The specification is subject to change without notice in advance. Any configuration other than original product specification is not guaranteed. Although all the information contained within this website is carefully checked, no guarantee of correctness is implied or expressed.Please always double-check the latest version of the product specification of the product manufacturer. Manufacturer Product Website: conga-MEVALProduct names, logos, brands, and other trademarks featured or referred are the property of their respective trademark holders. These trademark holders are not affiliated with MCTX Mobile & Embedded Computers GmbH.OEM System Integration Support
All documents found on this page are subject to change without notification. Always ensure that you work with the latest version.DatasheetUser Manual
Price on request
congatec
conga-HPC/EVAL-Server
congatec conga-HPC/EVAL-Server - Evaluation Board Evaluation Carrier Board for COM-HPC Server Type Modules
.product-menu-page {
font-family: 'Ubuntu', sans-serif;
color: #3f4c58;
}
.text_bold {
font-weight: bolder;
}
.product-menu-page {
display: none;
}
.product-menu-page:target {
display: block;
}
.head_sec {
background-color: #e9e9f0;
color: #4B70B2;}
.col_a {
background-color: #798490;
}
.head_subsec {color: CornflowerBlue;
padding-top: 10px;padding-left: 10px;
padding-right: 25px;
vertical-align: bottom;
}
.chead {
border: 1px solid Lavender;
font-size: 90%;
font-weight: bolder;}
.ckey {
width: 25%;white-space: nowrap;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.copt {
width: 25%;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.cval {
width: auto;text-align: left;
border: 1px solid Lavender;
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;}
.rowspecsim {
font-size: 110%;
white-space: nowrap;text-align: left;
}
.column_1 {
width: 250px;white-space: nowrap;text-align: left;
}
.column_2 {
width: 250px;white-space: nowrap;text-align: left;
}
table {
margin-top: 10px;
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
th, td {
border: 1px solid White;text-align: left;
word-break: break-word;
font-size: 100%;
line-height: 1.5;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
}
th {
font-size: 90%;
padding-left: 25px;
}
td {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_kf {
font-size: 100%;width: 100%;}
#prod_spec {
font-size: 100%;word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_spec_embed {
word-break: break-word;
font-size: 90%;
padding-top: 10px;width: 100%;}
#prod_disc {
font-size: 90%;
width: 100%;}
#prod_cpo {font-size: 90%;
width: 100%;
word-break: break-word;
}
#prod_var {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
congatec conga-HPC/EVAL-Server - Evaluation BoardEvaluation Carrier Board for COM-HPC Server Type Modules
Beispiel Menü
/* CSS-Variable für die Breite der schwarzen Buttons */
:root {
--black-button-width: 120px;
}
/* Menüleiste: Flexbox für gleichmäßig verteilte Menüeinträge */
ul.menu {
list-style-type: none;
margin: 0;
padding: 0;
background-color: white;
overflow: hidden;
font-family: 'Ubuntu', sans-serif;
display: flex; /* Flexbox */
width: 100%;
}
/* Menüeinträge */
li.menu-item {
padding: 0;
text-align: center;
border-right: 5px solid white;
display: block;
text-align: center;
text-decoration: none;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
li.menu-item a {
display: block;
color: white;
text-align: center;
text-decoration: none;
padding: 10px 20px;
font-size: 16px;
font-weight: 500;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
/* Stretch-Element */
.stretch {
flex-grow: 1;
height: 30px;
}
li.menu-item a:hover {
color: black !important; /* Ensures text color change on hover */
background-color: #f7c13d !important; /* Ensures background color change on hover */
}
/* Aktiver Menüeintrag: Hintergrundfarbe und Schriftgewicht bei Aktivierung */
li.menu-item a:active {
color: #2b3136; /* Textfarbe beim aktiven Zustand */
font-weight: bolder; /* Fettere Schrift */
background-color: CornflowerBlue; /* Hintergrundfarbe beim aktiven Zustand */
}
Datasheet
User Manual
System Integration
Get Expert Support Now: +49 (0)7665 9390 185
OverviewKey FeaturesEvaluation Carrier Board for COM HPC Server Type ModulesRouting of the entire signals provided by COM HPC Module Base Specification R1.0 to standard interface connectorsAccessories065500conga-HPC/EVAL-Serverconga-HPC/EVAL-ServerAll data is for information purposes only. The specification is subject to change without notice in advance. Any configuration other than original product specification is not guaranteed. Although all the information contained within this website is carefully checked, no guarantee of correctness is implied or expressed.Please always double-check the latest version of the product specification of the product manufacturer. Manufacturer Product Website: conga-HPC/EVAL-ServerProduct names, logos, brands, and other trademarks featured or referred are the property of their respective trademark holders. These trademark holders are not affiliated with MCTX Mobile & Embedded Computers GmbH.OEM System Integration Support
All documents found on this page are subject to change without notification. Always ensure that you work with the latest version.DatasheetUser Manual
Price on request