<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Prototyping - CRATUS Technology</title>
	<atom:link href="https://www.cratustech.com/category/prototyping/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.cratustech.com/category/prototyping/</link>
	<description>Physical &#124; Digital &#124; Connected</description>
	<lastBuildDate>Tue, 05 May 2026 22:11:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://www.cratustech.com/wp-content/uploads/2023/09/cratus-site-icon-100x100.png</url>
	<title>Prototyping - CRATUS Technology</title>
	<link>https://www.cratustech.com/category/prototyping/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Wireless Dual CAN Bus Bridge</title>
		<link>https://www.cratustech.com/dual-wireless-dual-canbus-control-board/</link>
					<comments>https://www.cratustech.com/dual-wireless-dual-canbus-control-board/#respond</comments>
		
		<dc:creator><![CDATA[Cratus]]></dc:creator>
		<pubDate>Tue, 07 Apr 2026 14:31:35 +0000</pubDate>
				<category><![CDATA[Energy]]></category>
		<category><![CDATA[Prototyping]]></category>
		<category><![CDATA[Sensors]]></category>
		<guid isPermaLink="false">https://www.cratustech.com/?p=13389</guid>

					<description><![CDATA[<p>Industrial Control &#183; Made in USA One Integrated System.Total Network Control. ICL8-WC182Wireless CAN Bus Bridge Stop cobbling together gateways, radios, and CAN adapters. The CRATUS INTERCAL8 Wireless Dual CANBUS Bridge &#8220;ICL8-WC182&#8221; does it all, wired and wireless, as one highly integrated subsystem. It is ready for integration into larger systems or standalone applications as one [&#8230;]</p>
<p>The post <a href="https://www.cratustech.com/dual-wireless-dual-canbus-control-board/">Wireless Dual CAN Bus Bridge</a> appeared first on <a href="https://www.cratustech.com">CRATUS Technology</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="13389" class="elementor elementor-13389" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-d8767e1 e-flex e-con-boxed e-con e-parent" data-id="d8767e1" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-1ee73f7 elementor-widget elementor-widget-html" data-id="1ee73f7" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
					
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Dual Wireless Dual CANBUS Control Board",
  "brand": {
    "@type": "Brand",
    "name": "Cratus Technology"
  },
  "description": "Industrial-grade ARM Cortex-M7 embedded controller with dual CAN FD, dual ESP32-S3 wireless, wide-input DC/DC isolation, and daisy-chain RJ45 connectivity.",
  "category": "Embedded Controller",
  "manufacturer": {
    "@type": "Organization",
    "name": "Cratus Technology",
    "url": "https://www.cratustech.com/"
  },
  "countryOfOrigin": "US",
  "additionalProperty": [
    { "@type": "PropertyValue", "name": "Processor", "value": "ARM Cortex-M7 480 MHz" },
    { "@type": "PropertyValue", "name": "CAN FD Channels", "value": "2 × independent, up to 2 Mbps" },
    { "@type": "PropertyValue", "name": "Wireless", "value": "Dual ESP32-S3 (Wi-Fi + ESP-NOW)" },
    { "@type": "PropertyValue", "name": "Input Voltage", "value": "9–36 VDC" },
    { "@type": "PropertyValue", "name": "Operating Temperature", "value": "–40 °C to +85 °C" },
    { "@type": "PropertyValue", "name": "Galvanic Isolation", "value": "2000 VDC" },
    { "@type": "PropertyValue", "name": "ESD Protection", "value": "±8 kV HBM" },
    { "@type": "PropertyValue", "name": "Node Addressing", "value": "64 addresses via DIP switch" }
  ]
}
</script>

<style>
/* ══════════════════════════════════════════════════════════
   CRATUS LANDING PAGE — All selectors scoped under .cratus-lp
   No global resets, no tag-level selectors, no conflicts.
   ══════════════════════════════════════════════════════════ */

.cratus-lp {
  --crt-red: #960000;
  --crt-red-l: #b80000;
  --crt-black: #000000;
  --crt-bg: #0a0a0a;
  --crt-bg2: #111111;
  --crt-bg3: #181818;
  --crt-border: #222222;
  --crt-white: #ffffff;
  --crt-grey: #a6a6a6;
  --crt-cyan: #00a3e0;
  --crt-mono: 'JetBrains Mono', monospace;

  font-family: 'Inter', Helvetica, sans-serif;
  color: var(--crt-white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden;
}

.cratus-lp *,
.cratus-lp *::before,
.cratus-lp *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── HERO ── */
.cratus-lp .crt-hero {
  min-height: 80vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 80px 80px;
  gap: 60px;
  background: radial-gradient(ellipse 80% 60% at 60% 40%, #1a0000 0%, var(--crt-black) 70%);
  position: relative;
  overflow: hidden;
}

.cratus-lp .crt-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 59px,
      rgba(255, 255, 255, .024) 59px, rgba(255, 255, 255, .024) 60px),
    repeating-linear-gradient(90deg, transparent, transparent 59px,
      rgba(255, 255, 255, .024) 59px, rgba(255, 255, 255, .024) 60px);
  pointer-events: none;
}

.cratus-lp .crt-hero-text {
  position: relative;
  z-index: 1;
}

.cratus-lp .crt-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(150, 0, 0, .15);
  border: 1px solid rgba(150, 0, 0, .4);
  border-radius: 2px;
  padding: 6px 14px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #ff6666;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.cratus-lp .crt-hero-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--crt-red-l);
  animation: crt-pulse 2s infinite;
}

@keyframes crt-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .3; }
}

.cratus-lp .crt-hero-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.02em;
  margin-bottom: 24px;
  color: var(--crt-white);
}

.cratus-lp .crt-hero-title span {
  color: var(--crt-red);
}

.cratus-lp .crt-hero-product-name {
  font-family: Helvetica, Arial, sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 200;
  color: var(--crt-white);
  margin: 18px 0 0 0;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.cratus-lp .crt-hero-sub {
  font-size: 1.05rem;
  color: var(--crt-grey);
  max-width: 520px;
  margin-bottom: 40px;
  line-height: 1.7;
}

.cratus-lp .crt-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cratus-lp .crt-btn-primary,
.cratus-lp .crt-btn-primary:link,
.cratus-lp .crt-btn-primary:visited {
  background: var(--crt-red) !important;
  color: var(--crt-white) !important;
  border: none !important;
  border-radius: 3px;
  padding: 14px 32px;
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .04em;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  transform: none !important;
  box-shadow: none !important;
  transition: none !important;
}

.cratus-lp .crt-btn-primary:hover,
.cratus-lp .crt-btn-primary:focus,
.cratus-lp .crt-btn-primary:active {
  background: var(--crt-red-l) !important;
  color: var(--crt-white) !important;
  text-decoration: none !important;
  transform: none !important;
  box-shadow: none !important;
}

.cratus-lp .crt-btn-ghost,
.cratus-lp .crt-btn-ghost:link,
.cratus-lp .crt-btn-ghost:visited {
  background: transparent !important;
  color: var(--crt-white) !important;
  border: 1px solid #444 !important;
  border-radius: 3px;
  padding: 14px 32px;
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .04em;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  transform: none !important;
  box-shadow: none !important;
  transition: none !important;
}

.cratus-lp .crt-btn-ghost:hover,
.cratus-lp .crt-btn-ghost:focus,
.cratus-lp .crt-btn-ghost:active {
  border-color: var(--crt-white) !important;
  color: var(--crt-white) !important;
  text-decoration: none !important;
  transform: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.cratus-lp .crt-hero-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cratus-lp .crt-hero-img img {
  width: 100%;
  max-width: 720px;
  animation: crt-float 5s ease-in-out infinite;
  height: auto;
}

@keyframes crt-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* ── STAT BAR ── */
.cratus-lp .crt-stat-bar {
  background: var(--crt-bg3);
  border-top: 1px solid var(--crt-border);
  border-bottom: 1px solid var(--crt-border);
  display: flex;
  flex-wrap: wrap;
}

.cratus-lp .crt-stat-item {
  flex: 1;
  min-width: 160px;
  padding: 28px 32px;
  border-right: 1px solid var(--crt-border);
  transition: background .2s;
}

.cratus-lp .crt-stat-item:last-child {
  border-right: none;
}

.cratus-lp .crt-stat-item:hover {
  background: var(--crt-bg2);
}

.cratus-lp .crt-stat-val {
  font-size: 2rem;
  font-weight: 900;
  color: var(--crt-white);
  letter-spacing: -.02em;
  font-family: var(--crt-mono);
  line-height: 1.2;
}

.cratus-lp .crt-stat-val span {
  color: var(--crt-red);
}

.cratus-lp .crt-stat-label {
  font-size: .8rem;
  color: var(--crt-grey);
  margin-top: 4px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

/* ── TRUST BAR (single row, matches stat-bar) ── */
.cratus-lp .crt-trust-bar {
  background: var(--crt-bg3);
  border-top: 1px solid var(--crt-border);
  border-bottom: 1px solid var(--crt-border);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cratus-lp .crt-trust-item {
  flex: 0 1 auto;
  min-width: 160px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 28px 16px;
  border-right: 1px solid var(--crt-border);
  font-size: .78rem;
  color: var(--crt-grey);
  font-weight: 500;
  transition: background .2s;
}

.cratus-lp .crt-trust-item:last-child {
  border-right: none;
}

.cratus-lp .crt-trust-item:hover {
  background: var(--crt-bg2);
}

.cratus-lp .crt-trust-item .crt-t-icon {
  font-size: 1.1rem;
  flex-shrink: 0;
}

.cratus-lp .crt-trust-item strong {
  color: var(--crt-white);
  font-weight: 700;
}

/* ── SECTIONS (common) ── */
.cratus-lp .crt-section {
  padding: 100px 80px;
}

.cratus-lp .crt-section-tag {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--crt-red);
  border-left: 3px solid var(--crt-red);
  padding-left: 12px;
  margin-bottom: 16px;
}

.cratus-lp .crt-section-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -.02em;
  margin-bottom: 16px;
  line-height: 1.1;
  color: var(--crt-white);
}

.cratus-lp .crt-section-desc {
  font-size: 1rem;
  color: var(--crt-grey);
  max-width: 600px;
  line-height: 1.75;
  margin-bottom: 56px;
}

/* ── PROBLEM / SOLUTION ── */
.cratus-lp .crt-problem {
  background: var(--crt-bg2);
  padding: 100px 80px;
}

.cratus-lp .crt-problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin-top: 56px;
}

.cratus-lp .crt-problem-col {
  padding: 40px 36px;
  background: var(--crt-bg3);
}

.cratus-lp .crt-problem-col.crt-good {
  background: rgba(150, 0, 0, .06);
  border: 1px solid rgba(150, 0, 0, .2);
}

.cratus-lp .crt-problem-col-label {
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.cratus-lp .crt-problem-col-label.crt-bad { color: var(--crt-white); }
.cratus-lp .crt-problem-col-label.crt-good { color: var(--crt-white); }

.cratus-lp .crt-problem-list { list-style: none; }

.cratus-lp .crt-problem-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: .95rem;
  font-weight: 600;
  color: var(--crt-white);
  padding: 12px 0;
  border-bottom: 1px solid var(--crt-border);
  line-height: 1.5;
}

.cratus-lp .crt-problem-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--crt-grey);
  flex-shrink: 0;
  margin-top: 8px;
}

.cratus-lp .crt-problem-col.crt-good .crt-problem-list li::before {
  background: var(--crt-red);
}

.cratus-lp .crt-problem-list li:last-child { border-bottom: none; }

/* ── COMPARISON TABLE ── */
.cratus-lp .crt-compare {
  background: var(--crt-bg);
  padding: 100px 80px;
}

.cratus-lp .crt-compare-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 48px;
  font-size: .88rem;
}

.cratus-lp .crt-compare-table th {
  padding: 14px 20px;
  text-align: left;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--crt-border);
  color: var(--crt-grey);
}

.cratus-lp .crt-compare-table th.crt-highlight {
  color: var(--crt-white);
  background: rgba(150, 0, 0, .08);
  border-bottom-color: var(--crt-red);
}

.cratus-lp .crt-compare-table td {
  padding: 14px 20px;
  border-bottom: 1px solid var(--crt-border);
  color: var(--crt-grey);
  line-height: 1.4;
}

.cratus-lp .crt-compare-table td:first-child {
  color: var(--crt-white);
  font-weight: 600;
}

.cratus-lp .crt-compare-table td.crt-highlight {
  background: rgba(150, 0, 0, .06);
  color: var(--crt-white);
}

.cratus-lp .crt-compare-table tr:last-child td { border-bottom: none; }

.cratus-lp .crt-compare-table .crt-yes { color: #4ade80; font-weight: 700; }
.cratus-lp .crt-compare-table .crt-no  { color: #555; }
.cratus-lp .crt-compare-table .crt-partial { color: #fb923c; }

/* ── FEATURE GRID ── */
.cratus-lp .crt-features {
  background: var(--crt-bg);
}

.cratus-lp .crt-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--crt-border);
  border: 1px solid var(--crt-border);
}

.cratus-lp .crt-feature-card {
  background: var(--crt-bg);
  padding: 36px 32px;
  transition: background .25s;
  position: relative;
  overflow: hidden;
}

.cratus-lp .crt-feature-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--crt-red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s;
}

.cratus-lp .crt-feature-card:hover {
  background: var(--crt-bg2);
}

.cratus-lp .crt-feature-card:hover::after {
  transform: scaleX(1);
}

.cratus-lp .crt-feat-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  object-fit: contain;
  filter: drop-shadow(0 0 6px rgba(150, 0, 0, .5));
}

.cratus-lp .crt-feat-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: .01em;
  color: var(--crt-white);
}

.cratus-lp .crt-feat-desc {
  font-size: .88rem;
  color: var(--crt-grey);
  line-height: 1.65;
}

/* ── SPECS ── */
.cratus-lp .crt-specs {
  background: var(--crt-bg2);
}

.cratus-lp .crt-specs-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.cratus-lp .crt-spec-group {
  margin-bottom: 40px;
}

.cratus-lp .crt-spec-group-title {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--crt-red);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--crt-border);
  margin-bottom: 16px;
}

.cratus-lp .crt-spec-table {
  width: 100%;
  border-collapse: collapse;
}

.cratus-lp .crt-spec-table tr {
  border-bottom: 1px solid var(--crt-border);
}

.cratus-lp .crt-spec-table tr:last-child {
  border-bottom: none;
}

.cratus-lp .crt-spec-table td {
  padding: 9px 12px;
  font-size: .875rem;
  vertical-align: top;
}

.cratus-lp .crt-spec-table td:first-child {
  color: var(--crt-grey);
  width: 55%;
}

.cratus-lp .crt-spec-table td:last-child {
  color: var(--crt-white);
  font-family: var(--crt-mono);
  font-size: .82rem;
  text-align: right;
}

/* ── APPLICATIONS ── */
.cratus-lp .crt-applications {
  background: var(--crt-bg);
}

.cratus-lp .crt-apps-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.cratus-lp .crt-app-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px 20px;
  background: var(--crt-bg3);
  border: 1px solid var(--crt-border);
  border-radius: 4px;
  transition: border-color .2s, background .2s;
}

.cratus-lp .crt-app-card:hover {
  border-color: var(--crt-red);
  background: var(--crt-bg2);
}

.cratus-lp .crt-app-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.cratus-lp .crt-app-text {
  font-size: .88rem;
  color: var(--crt-grey);
  line-height: 1.5;
}

.cratus-lp .crt-app-text strong {
  display: block;
  color: var(--crt-white);
  font-size: .92rem;
  margin-bottom: 4px;
}

/* ── BLOCK DIAGRAM ── */
.cratus-lp .crt-block {
  background: var(--crt-bg2);
}

.cratus-lp .crt-fbd-img-wrap {
  border: 1px solid var(--crt-border);
  border-radius: 6px;
  overflow: hidden;
  background: var(--crt-bg3);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}

.cratus-lp .crt-fbd-img-wrap img {
  width: 100%;
  max-width: 960px;
  display: block;
  height: auto;
}

/* ── TYPICAL APPLICATION ── */
.cratus-lp .crt-typical-app {
  background: var(--crt-bg);
}

.cratus-lp .crt-app-scene {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.cratus-lp .crt-app-scene-text h3 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.2;
  color: var(--crt-white);
}

.cratus-lp .crt-app-scene-text p {
  font-size: .95rem;
  color: var(--crt-grey);
  line-height: 1.75;
  margin-bottom: 24px;
}

.cratus-lp .crt-app-bullet {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: .9rem;
  color: var(--crt-grey);
}

.cratus-lp .crt-app-bullet::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--crt-red);
  flex-shrink: 0;
}

.cratus-lp .crt-app-scene-img {
  border: 1px solid var(--crt-border);
  border-radius: 8px;
  overflow: hidden;
  background: var(--crt-bg3);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}

.cratus-lp .crt-app-scene-img img {
  width: 100%;
  display: block;
  border-radius: 8px;
  height: auto;
}

/* ── HOW IT WORKS ── */
.cratus-lp .crt-howto {
  background: var(--crt-bg);
}

.cratus-lp .crt-howto-inner {
  max-width: 860px;
  margin: 0 auto;
}

.cratus-lp .crt-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cratus-lp .crt-step {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  padding: 32px 0;
  border-bottom: 1px solid var(--crt-border);
}

.cratus-lp .crt-step:last-child {
  border-bottom: none;
}

.cratus-lp .crt-step-num {
  font-family: var(--crt-mono);
  font-size: 2rem;
  font-weight: 900;
  color: var(--crt-red);
  flex-shrink: 0;
  line-height: 1;
  min-width: 48px;
}

.cratus-lp .crt-step-content h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--crt-white);
}

.cratus-lp .crt-step-content p {
  font-size: .88rem;
  color: var(--crt-grey);
  line-height: 1.65;
}

.cratus-lp .crt-step-content code {
  font-family: var(--crt-mono);
  font-size: .8rem;
  background: var(--crt-bg3);
  border: 1px solid var(--crt-border);
  padding: 1px 6px;
  border-radius: 3px;
  color: #7dd3f0;
}

/* ── QUOTE / TESTIMONIAL ── */
.cratus-lp .crt-quote {
  background: var(--crt-bg);
  padding: 80px 80px;
  text-align: center;
}

.cratus-lp .crt-quote-box {
  max-width: 760px;
  margin: 0 auto;
  background: var(--crt-bg3);
  border: 1px solid var(--crt-border);
  border-left: 4px solid var(--crt-red);
  border-radius: 4px;
  padding: 48px 56px;
  position: relative;
}

.cratus-lp .crt-quote-mark {
  font-size: 6rem;
  line-height: 0;
  color: rgba(150, 0, 0, .25);
  font-family: Georgia, serif;
  position: absolute;
  top: 48px;
  left: 40px;
}

.cratus-lp .crt-quote-text {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.65;
  color: var(--crt-white);
  margin-bottom: 24px;
  position: relative;
}

.cratus-lp .crt-quote-attr {
  font-size: .82rem;
  color: var(--crt-grey);
}

.cratus-lp .crt-quote-attr strong {
  color: var(--crt-white);
  display: block;
  margin-bottom: 2px;
}

/* ── CTA ── */
.cratus-lp .crt-cta {
  background: linear-gradient(135deg, #1a0000 0%, var(--crt-black) 50%, #000a14 100%);
  text-align: center;
  padding: 120px 80px;
  border-top: 1px solid var(--crt-border);
}

.cratus-lp .crt-cta .crt-section-tag {
  display: inline-block;
}

.cratus-lp .crt-cta .crt-section-title {
  max-width: 700px;
  margin: 0 auto 24px;
}

.cratus-lp .crt-cta .crt-cta-desc {
  color: var(--crt-grey);
  max-width: 540px;
  margin: 0 auto 48px;
  line-height: 1.7;
  font-size: 1rem;
}

.cratus-lp .crt-cta-benefits {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.cratus-lp .crt-cta-benefit {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .88rem;
  color: var(--crt-grey);
}

.cratus-lp .crt-cta-benefit::before {
  content: '\2713';
  color: var(--crt-red);
  font-weight: 900;
  font-size: 1rem;
}

.cratus-lp .crt-cta-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .cratus-lp .crt-hero {
    grid-template-columns: 1fr;
    padding: 60px 32px;
  }

  .cratus-lp .crt-hero-img {
    order: -1;
  }

  .cratus-lp .crt-section {
    padding: 72px 32px;
  }

  .cratus-lp .crt-specs-layout {
    grid-template-columns: 1fr;
  }

  .cratus-lp .crt-feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cratus-lp .crt-problem {
    padding: 72px 32px;
  }

  .cratus-lp .crt-problem-grid {
    grid-template-columns: 1fr;
  }

  .cratus-lp .crt-compare {
    padding: 72px 32px;
  }

  .cratus-lp .crt-compare-table {
    font-size: .8rem;
  }

  .cratus-lp .crt-compare-table th,
  .cratus-lp .crt-compare-table td {
    padding: 10px 12px;
  }

  .cratus-lp .crt-trust-bar {
    flex-wrap: wrap;
  }

  .cratus-lp .crt-trust-item {
    flex: 1 1 auto;
    min-width: 140px;
    padding: 16px 14px;
    white-space: normal;
  }

  .cratus-lp .crt-quote {
    padding: 60px 32px;
  }

  .cratus-lp .crt-quote-box {
    padding: 36px 32px;
  }

  .cratus-lp .crt-cta {
    padding: 80px 32px;
  }

  .cratus-lp .crt-app-scene {
    grid-template-columns: 1fr;
  }

  .cratus-lp .crt-app-scene-img {
    order: -1;
  }
}

@media (max-width: 600px) {
  .cratus-lp .crt-feature-grid {
    grid-template-columns: 1fr;
  }

  .cratus-lp .crt-compare-table {
    font-size: .72rem;
  }

  .cratus-lp .crt-compare-table th,
  .cratus-lp .crt-compare-table td {
    padding: 8px 8px;
  }

  .cratus-lp .crt-stat-item {
    min-width: 140px;
    padding: 20px 20px;
  }
}

/* Override potential WordPress link/heading styles inside our scope */
.cratus-lp a {
  color: inherit;
  text-decoration: none;
}

.cratus-lp a:hover,
.cratus-lp a:focus {
  text-decoration: none;
}

.cratus-lp img {
  max-width: 100%;
  height: auto;
}

.cratus-lp ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cratus-lp table {
  border-collapse: collapse;
  border-spacing: 0;
}
</style>

<!-- Google Fonts (Inter + JetBrains Mono) — skip if already loaded by your theme -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />

<div class="cratus-lp" itemscope itemtype="https://schema.org/Product">
  <meta itemprop="name" content="Dual Wireless Dual CANBUS Control Board" />
  <meta itemprop="description" content="Industrial-grade ARM Cortex-M7 embedded controller with dual CAN FD, dual ESP32-S3 wireless, wide-input DC/DC isolation, and daisy-chain RJ45 connectivity." />
  <meta itemprop="brand" content="Cratus Technology" />

  <!-- ── HERO ── -->
  <section class="crt-hero" aria-label="Product introduction">
    <div class="crt-hero-text">
      <div class="crt-hero-badge" aria-label="Product badge">Industrial Control &middot; Made in USA</div>
      <h1 class="crt-hero-title">One Integrated System.<br /><span>Total Network Control.</span></h1>
      <p class="crt-hero-product-name">ICL8-WC182<br />Wireless CAN Bus Bridge</p>
      <p class="crt-hero-sub">
        Stop cobbling together gateways, radios, and CAN adapters. The CRATUS INTERCAL8 Wireless Dual CANBUS Bridge &ldquo;ICL8-WC182&rdquo; does it all, wired and wireless, as one highly integrated subsystem. It is ready for integration into larger systems or standalone applications as one ruggedized package, ready for the field. It features dual wireless links, WiFi or Proprietary wireless mode.
      </p>
      <div class="crt-hero-actions">
        <a class="crt-btn-primary" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjEwODU0IiwidG9nZ2xlIjpmYWxzZX0%3D">Request a Quote</a>
        <a class="crt-btn-ghost" href="https://intercal8.com/load-managers-interfaces/#canbus">See It In Action</a>
      </div>
    </div>
    <div class="crt-hero-img">
      <img fetchpriority="high" decoding="async" src="https://www.cratustech.com/wp-content/uploads/Dual-Wireless-Dual-CANBUS-Control-Board.png"
           alt="Cratus Dual Wireless Dual CANBUS Control Board — top-down view showing ARM Cortex-M7 processor, dual CAN FD ports, and dual ESP32-S3 wireless modules"
           itemprop="image"
           loading="eager"
           width="560" height="420" />
    </div>
  </section>

  <!-- ── STAT BAR ── -->
  <div class="crt-stat-bar" aria-label="Key specifications at a glance">
    <div class="crt-stat-item">
      <div class="crt-stat-val">480<span>MHz</span></div>
      <div class="crt-stat-label">ARM Cortex-M7 Core</div>
    </div>
    <div class="crt-stat-item">
      <div class="crt-stat-val">2<span>&times;</span></div>
      <div class="crt-stat-label">PROPRIETARY OR WiFi WIRELESS</div>
    </div>
    <div class="crt-stat-item">
      <div class="crt-stat-val">2<span>&times;</span></div>
      <div class="crt-stat-label">ESP32-S3 Wireless</div>
    </div>
    <div class="crt-stat-item">
      <div class="crt-stat-val">9–36<span>V</span></div>
      <div class="crt-stat-label">Wide-Range Input</div>
    </div>
    <div class="crt-stat-item">
      <div class="crt-stat-val">-40<span>&deg;C</span> to 70<span>&deg;C</span></div>
      <div class="crt-stat-label">Industrial Rated</div>
    </div>
    <div class="crt-stat-item">
      <div class="crt-stat-val">2000<span>VDC</span></div>
      <div class="crt-stat-label">Galvanic Isolation</div>
    </div>
  </div>

  <!-- ── TRUST BAR ── -->
  <div class="crt-trust-bar" aria-label="Certifications and trust signals">
    <div class="crt-trust-item">
      <span class="crt-t-icon" aria-hidden="true">&#x2705;</span>
      <span><strong>ISO 11898-2</strong> CAN FD Compliant</span>
    </div>
    <div class="crt-trust-item">
      <span class="crt-t-icon" aria-hidden="true">&#x1F6E1;&#xFE0F;</span>
      <span><strong>&plusmn;8 kV ESD</strong> HBM Protection</span>
    </div>
    <div class="crt-trust-item">
      <span><strong>Made in USA</strong> by Cratus Technology</span>
    </div>
  </div>

  <!-- ── PROBLEM / SOLUTION ── -->
  <section class="crt-problem crt-section" aria-label="Problem and solution comparison">
    <div class="crt-section-tag">The Problem</div>
    <h2 class="crt-section-title">Industrial Networks Need Integrated Solutions</h2>
    <p class="crt-section-desc">Engineers building CAN FD networks today are forced to piece together multiple components — each with its own power requirements, firmware stack, and integration risk.</p>
    <div class="crt-problem-grid">
      <div class="crt-problem-col crt-bad">
        <div class="crt-problem-col-label crt-bad" aria-label="The old way">The Old Way</div>
        <ul class="crt-problem-list">
          <li>Separate CAN gateway + wireless radio + field power supply + protocol bridge</li>
          <li>Multiple power rails to manage — 5 V, 12 V, 3.3 V all run separately</li>
          <li>3–5 boards per node. More failure points, more enclosure space, more wiring</li>
          <li>Weeks of integration work just to get CAN data to the cloud</li>
          <li>Field updates require physical access to every node</li>
          <li>Higher BOM cost, larger PCB area, longer lead times</li>
        </ul>
      </div>
      <div class="crt-problem-col crt-good">
        <div class="crt-problem-col-label crt-good" aria-label="The Cratus way">The Cratus Way</div>
        <ul class="crt-problem-list">
          <li>One board handles CAN FD, wireless, power conditioning, and cloud connectivity</li>
          <li>Single 9–36 VDC input. Onboard SMPS + LDO + isolated DC/DC</li>
          <li>One ICL8-WC182 per two CAN networks. Less wiring, fewer failure points. Single and quad versions available</li>
          <li>Plug in power, set the DIP address — network is live in minutes</li>
          <li>OTA firmware updates pushed wirelessly over Wi-Fi to every node simultaneously</li>
          <li>Lower total system cost. Fewer vendors, one firmware ecosystem, faster time to market</li>
        </ul>
      </div>
    </div>
  </section>

  <!-- ── COMPARISON TABLE ── -->
  <section class="crt-compare crt-section" aria-label="Competitive comparison table">
    <div class="crt-section-tag">Why Cratus Wins</div>
    <h2 class="crt-section-title">How We Compare</h2>
    <p class="crt-section-desc">See why engineers who've tried the fragmented approach keep switching to a single, purpose-built platform.</p>
    <table class="crt-compare-table">
      <thead>
        <tr>
          <th>Capability</th>
          <th class="crt-highlight">Cratus DW-DCAN Board</th>
          <th>Multi-Board Approach</th>
          <th>Generic CAN Gateway</th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td>Dual CAN FD channels</td>
          <td class="crt-highlight crt-yes">&#x2713; Both channels, simultaneous</td>
          <td class="crt-partial">Possible — extra board</td>
          <td class="crt-partial">Usually 1 channel</td>
        </tr>
        <tr>
          <td>Wireless (Wi-Fi + P2P radio)</td>
          <td class="crt-highlight crt-yes">&#x2713; Dual Wireless Onboard</td>
          <td class="crt-partial">Add-on module required</td>
          <td class="crt-no">x Not included</td>
        </tr>
        <tr>
          <td>Power conditioning (9–36 V)</td>
          <td class="crt-highlight crt-yes">&#x2713; Onboard SMPS + LDO + isolation</td>
          <td class="crt-no">x Separate PSU needed</td>
          <td class="crt-no">x External supply only</td>
        </tr>
        <tr>
          <td>OTA firmware updates</td>
          <td class="crt-highlight crt-yes">&#x2713; Dual-bank, over Wi-Fi</td>
          <td class="crt-partial">Per-device, manual</td>
          <td class="crt-no">x Not supported</td>
        </tr>
        <tr>
          <td>Hardware node addressing</td>
          <td class="crt-highlight crt-yes">&#x2713; 64 addresses via DIP switch</td>
          <td class="crt-no">x Firmware only</td>
          <td class="crt-no">x Firmware only</td>
        </tr>
        <tr>
          <td>RJ45 daisy-chain (power + CAN)</td>
          <td class="crt-highlight crt-yes">&#x2713; Single cable per node</td>
          <td class="crt-no">x Separate power + signal runs</td>
          <td class="crt-no">x CAN only, no power</td>
        </tr>
        <tr>
          <td>ESD protection (&plusmn;8 kV HBM)</td>
          <td class="crt-highlight crt-yes">&#x2713; On both CAN buses</td>
          <td class="crt-partial">Varies by component</td>
          <td class="crt-partial">Usually &plusmn;2 kV</td>
        </tr>
        <tr>
          <td>Industrial temp range (&ndash;40 to +85 &deg;C)</td>
          <td class="crt-highlight crt-yes">&#x2713; Full range, all components</td>
          <td class="crt-partial">Depends on selection</td>
          <td class="crt-partial">Often 0 to +70 &deg;C</td>
        </tr>
        <tr>
          <td>Time to first packet</td>
          <td class="crt-highlight crt-yes">&#x2713; &lt;5 minutes, no firmware config</td>
          <td class="crt-no">Hours to days of integration</td>
          <td class="crt-partial">30–60 minutes</td>
        </tr>
      </tbody>
    </table>
  </section>

  <!-- ── FEATURES ── -->
  <section class="crt-features crt-section" id="crt-features" aria-label="Product features">
    <div class="crt-section-tag">Why Cratus</div>
    <h2 class="crt-section-title">The Complete Platform Your System Deserves</h2>
    <p class="crt-section-desc">
      Purpose-built for demanding field deployments — so you spend less time on integration headaches and more time
      shipping product.
    </p>
    <div class="crt-feature-grid">
      <div class="crt-feature-card">
        <img loading="lazy" decoding="async" class="crt-feat-icon" src="https://www.cratustech.com/wp-content/uploads/serious-processing-power.png" alt="Processing power icon" width="40" height="40" loading="lazy" />
        <div class="crt-feat-title">Serious Processing Power</div>
        <div class="crt-feat-desc">ARM Cortex-M7 at 480 MHz with hardware FPU handles real-time control loops and
          data-intensive sensor fusion without breaking a sweat.</div>
      </div>
      <div class="crt-feature-card">
        <img loading="lazy" decoding="async" class="crt-feat-icon" src="https://www.cratustech.com/wp-content/uploads/two_can_fd_channels_up_to_2_mbps.png" alt="Dual CAN FD icon" width="40" height="40" loading="lazy" />
        <div class="crt-feat-title">Two CAN FD Channels — Up to 2 Mbps</div>
        <div class="crt-feat-desc">Run two fully independent CAN FD buses simultaneously. More bandwidth, true redundancy,
          and ISO 11898-2 compliance built in.</div>
      </div>
      <div class="crt-feature-card">
        <img loading="lazy" decoding="async" class="crt-feat-icon" src="https://www.cratustech.com/wp-content/uploads/wired_wireless_in_one.png" alt="Wireless connectivity icon" width="40" height="40" loading="lazy" />
        <div class="crt-feat-title">Wired + Wireless in One</div>
        <div class="crt-feat-desc">Two wireless modules handle peer to peer links and Wi-Fi to Cloud simultaneously — no external radios or dongles needed.</div>
      </div>
      <div class="crt-feature-card">
        <img loading="lazy" decoding="async" class="crt-feat-icon" src="https://www.cratustech.com/wp-content/uploads/plug_and_play_daisy-Chain.png" alt="Daisy chain icon" width="40" height="40" loading="lazy" />
        <div class="crt-feat-title">Plug-and-Play Daisy Chain</div>
        <div class="crt-feat-desc">Power and CAN travel on the same Cat5e/6 cable via rugged RJ45. Add up to 64 nodes with
          nothing but patch cables — no power wiring needed at each node.</div>
      </div>
      <div class="crt-feature-card">
        <img loading="lazy" decoding="async" class="crt-feat-icon" src="https://www.cratustech.com/wp-content/uploads/field_ready_protection.png" alt="Field protection icon" width="40" height="40" loading="lazy" />
        <div class="crt-feat-title">Field-Ready Protection</div>
        <div class="crt-feat-desc">&plusmn;8 kV ESD, 2000 VDC galvanic isolation, ideal-diode reverse-polarity guard, and
          common-mode chokes. Deploy with confidence in the harshest environments.</div>
      </div>
      <div class="crt-feature-card">
        <img loading="lazy" decoding="async" class="crt-feat-icon" src="https://www.cratustech.com/wp-content/uploads/zero_config_node_addressing.png" alt="Node addressing icon" width="40" height="40" loading="lazy" />
        <div class="crt-feat-title">Zero-Config Node Addressing</div>
        <div class="crt-feat-desc">Set your node address with a DIP switch. 64 unique addresses, no firmware changes
          required. Scale from 2 nodes to 64 in minutes.</div>
      </div>
      <div class="crt-feature-card">
        <img loading="lazy" decoding="async" class="crt-feat-icon" src="https://www.cratustech.com/wp-content/uploads/Wide_Input_Power_Anywhere.png" alt="Wide input power icon" width="40" height="40" loading="lazy" />
        <div class="crt-feat-title">Wide-Input Power — Anywhere</div>
        <div class="crt-feat-desc">9–36 VDC input means it runs off 12 V or 24 V vehicle/industrial supplies, isolated DC/DC
          for sensitive loads, with 92% efficiency SMPS onboard.</div>
      </div>
      <div class="crt-feature-card">
        <img loading="lazy" decoding="async" class="crt-feat-icon" src="https://www.cratustech.com/wp-content/uploads/update_in_the_field_instantly.png" alt="OTA update icon" width="40" height="40" loading="lazy" />
        <div class="crt-feat-title">Update in the Field, Instantly</div>
        <div class="crt-feat-desc">USB-C, SWD/JTAG debug header, and dual-bank OTA boot over Wi-Fi. Push firmware to your
          entire fleet without touching a single unit.</div>
      </div>
      <div class="crt-feature-card">
        <img loading="lazy" decoding="async" class="crt-feat-icon" src="https://www.cratustech.com/wp-content/uploads/designed_to_survive.png" alt="Temperature resilience icon" width="40" height="40" loading="lazy" />
        <div class="crt-feat-title">Designed to Survive</div>
        <div class="crt-feat-desc">&ndash;40&deg;C to +85&deg;C industrial temperature rating. Vehicles, outdoor enclosures, factory
          floors, marine vessels — this board is built for real life.</div>
      </div>
    </div>
  </section>

  <!-- ── SPECS ── -->
  <section class="crt-specs crt-section" id="crt-specs" aria-label="Full technical specifications">
    <div class="crt-section-tag">Electrical Specifications</div>
    <h2 class="crt-section-title">Full Technical Specifications</h2>
    <p class="crt-section-desc">All parameters unless otherwise noted apply over &ndash;40 &deg;C to +85 &deg;C after thermal stabilization.</p>

    <div class="crt-specs-layout">
      <div>
        <div class="crt-spec-group">
          <div class="crt-spec-group-title">Processing</div>
          <table class="crt-spec-table">
            <tr><td>Core</td><td>ARM Cortex-M7</td></tr>
            <tr><td>Clock Frequency</td><td>480 MHz</td></tr>
            <tr><td>Internal Flash</td><td>128 KB</td></tr>
            <tr><td>SRAM</td><td>1 MB</td></tr>
            <tr><td>External NOR Flash</td><td>16 Mbit SPI</td></tr>
            <tr><td>FPU</td><td>Hardware (single &amp; double)</td></tr>
          </table>
        </div>
        <div class="crt-spec-group">
          <div class="crt-spec-group-title">Power Supply</div>
          <table class="crt-spec-table">
            <tr><td>Input Voltage</td><td>9 – 36 VDC</td></tr>
            <tr><td>Input Current (idle)</td><td>35 mA typ</td></tr>
            <tr><td>Input Current (full load)</td><td>1000 mA typ / 1200 mA max</td></tr>
            <tr><td>5 V Rail (SMPS)</td><td>4.85 – 5.15 V, 2 A max</td></tr>
            <tr><td>3.3 V Rail (LDO)</td><td>3.2 – 3.4 V, 3 A max</td></tr>
            <tr><td>SMPS Efficiency</td><td>92% typ @ 24 V, 1 A</td></tr>
            <tr><td>Isolated Output</td><td>24 V / 20 W, 833 mA max</td></tr>
            <tr><td>Isolation Voltage</td><td>2000 VDC (1 min)</td></tr>
          </table>
        </div>
        <div class="crt-spec-group">
          <div class="crt-spec-group-title">Absolute Maximum Ratings</div>
          <table class="crt-spec-table">
            <tr><td>Input Voltage (V-IN)</td><td>&ndash;0.3 to 40 V</td></tr>
            <tr><td>Reverse Input</td><td>&ndash;40 V (ideal-diode protected)</td></tr>
            <tr><td>CAN Bus (CANH/CANL)</td><td>&plusmn;27 V transient</td></tr>
            <tr><td>CAN ESD (HBM)</td><td>&plusmn;8000 V</td></tr>
            <tr><td>USB VBUS</td><td>&ndash;0.3 to 5.5 V</td></tr>
            <tr><td>Storage Temperature</td><td>&ndash;65 to +150 &deg;C</td></tr>
          </table>
        </div>
      </div>
      <div>
        <div class="crt-spec-group">
          <div class="crt-spec-group-title">CAN FD Interface</div>
          <table class="crt-spec-table">
            <tr><td>Data Rate (CAN FD)</td><td>Up to 2 Mbps</td></tr>
            <tr><td>Data Rate (Classic CAN)</td><td>Up to 1 Mbps</td></tr>
            <tr><td>Channels</td><td>2 &times; independent (ISO 11898-2)</td></tr>
            <tr><td>Bus Fault Protection</td><td>&ndash;58 to +58 V</td></tr>
            <tr><td>Common-Mode Range</td><td>&plusmn;12 V</td></tr>
            <tr><td>Bus Termination</td><td>120 &Omega; switchable (per channel)</td></tr>
            <tr><td>Loop Delay (TXD&rarr;bus)</td><td>80 ns typ / 145 ns max</td></tr>
            <tr><td>Standby Current</td><td>5 &micro;A typ per channel</td></tr>
          </table>
        </div>
        <div class="crt-spec-group">
          <div class="crt-spec-group-title">Wireless Interfaces</div>
          <table class="crt-spec-table">
            <tr><td>Module</td><td>2X Wireless</td></tr>
            <tr><td>WL1 — Protocol</td><td>2.4GHz P2P</td></tr>
            <tr><td>WL2 — Protocol</td><td>802.11 b/g/n Wi-Fi</td></tr>
            <tr><td>Wi-Fi TX Power</td><td>20 dBm max</td></tr>
            <tr><td>Wi-Fi Data Rate</td><td>150 Mbps (HT40)</td></tr>
            <tr><td>RF Range (LOS)</td><td>200 m typ</td></tr>
            <tr><td>Bluetooth</td><td>5.0 LE</td></tr>
          </table>
        </div>
        <div class="crt-spec-group">
          <div class="crt-spec-group-title">Connectivity &amp; I/O</div>
          <table class="crt-spec-table">
            <tr><td>CAN Connectors</td><td>2 &times; Dual-port RJ45 (J3, J4)</td></tr>
            <tr><td>Power Input</td><td>4-pos screw terminal (T1)</td></tr>
            <tr><td>USB</td><td>Type-C (virtual COM port)</td></tr>
            <tr><td>Debug/Program</td><td>10-pin SWD (1.27 mm)</td></tr>
            <tr><td>UART Header</td><td>6-pin, 2.54 mm (TTL-232R-3V3)</td></tr>
            <tr><td>Node Addressing</td><td>6-position DIP (64 addresses)</td></tr>
            <tr><td>User Buttons</td><td>2 &times; tactile + power reset</td></tr>
            <tr><td>Status LEDs</td><td>Power (red), system (blue), fault (yellow) + bi-color RJ45</td></tr>
          </table>
        </div>
      </div>
    </div>
  </section>

  <!-- ── APPLICATIONS ── -->
  <section class="crt-applications crt-section" id="crt-applications" aria-label="Application areas">
    <div class="crt-section-tag">Applications</div>
    <h2 class="crt-section-title">Where This Subsystem Gets to Work</h2>
    <p class="crt-section-desc">Engineered for the most demanding real-world deployment environments across industries.</p>
    <div class="crt-apps-list">
      <div class="crt-app-card">
        <div class="crt-app-icon" aria-hidden="true">&#x1F3ED;</div>
        <div class="crt-app-text"><strong>Industrial Automation</strong>Factory floor distributed I/O, machine control, and process monitoring over CAN FD backbones.</div>
      </div>
      <div class="crt-app-card">
        <div class="crt-app-icon" aria-hidden="true">&#x1F697;</div>
        <div class="crt-app-text"><strong>Automotive &amp; Commercial Vehicles</strong>Body electronics, diagnostics gateways, and ECU communication for trucks and fleet vehicles.</div>
      </div>
      <div class="crt-app-card">
        <div class="crt-app-icon" aria-hidden="true">&#x1F33E;</div>
        <div class="crt-app-text"><strong>Agricultural Machinery</strong>Implement control, GNSS telemetry, and sensor aggregation across tractors, harvesters, and spreaders.</div>
      </div>
      <div class="crt-app-card">
        <div class="crt-app-icon" aria-hidden="true">&#x2693;</div>
        <div class="crt-app-text"><strong>Marine Navigation</strong>Engine monitoring, NMEA-2000 bridging, and navigation network nodes for vessels.</div>
      </div>
      <div class="crt-app-card">
        <div class="crt-app-icon" aria-hidden="true">&#x1F3E2;</div>
        <div class="crt-app-text"><strong>Building Management</strong>BMS and HVAC control nodes with cloud uplink via Wi-Fi and local bus via CAN FD.</div>
      </div>
      <div class="crt-app-card">
        <div class="crt-app-icon" aria-hidden="true">&#x1F916;</div>
        <div class="crt-app-text"><strong>Robotics</strong>Coordinator nodes for multi-axis motion control, sensor fusion, and real-time feedback loops.</div>
      </div>
      <div class="crt-app-card">
        <div class="crt-app-icon" aria-hidden="true">&#x1F4F6;</div>
        <div class="crt-app-text"><strong>Remote Sensor Aggregation</strong>Wireless backhaul via ESP-NOW from remote sensor clusters to a central controller or cloud.</div>
      </div>
      <div class="crt-app-card">
        <div class="crt-app-icon" aria-hidden="true">&#x26A1;</div>
        <div class="crt-app-text"><strong>Energy Management</strong>Smart-grid edge controllers, EV charging station coordination, and microgrid monitoring.</div>
      </div>
      <div class="crt-app-card">
        <div class="crt-app-icon" aria-hidden="true">&#x1F69B;</div>
        <div class="crt-app-text"><strong>Fleet Management</strong>CAN-to-cloud gateway for real-time vehicle data, OBD telemetry, and remote diagnostics.</div>
      </div>
    </div>
  </section>

  <!-- ── BLOCK DIAGRAM ── -->
  <section class="crt-block crt-section" aria-label="System architecture block diagram">
    <div class="crt-section-tag">Architecture</div>
    <h2 class="crt-section-title">How It All Connects</h2>
    <p class="crt-section-desc">Every subsystem engineered to work together — from the power rail to the wireless antenna.</p>
    <div class="crt-fbd-img-wrap">
      <img loading="lazy" decoding="async" src="https://www.cratustech.com/wp-content/uploads/icl8-wc182-diagram.png"
           alt="Functional block diagram of the Dual Wireless Dual CANBUS Control Board showing external inputs, isolated DC-DC power management, ARM Cortex-M7 processing core, dual ESP32-S3 wireless subsystem, dual CAN FD transceivers, and RJ45 physical ports"
           loading="lazy"
           width="960" height="540" />
    </div>
  </section>

  <!-- ── TYPICAL APPLICATION ── -->
  <section class="crt-typical-app crt-section" id="crt-typical-app" aria-label="Typical application scenario">
    <div class="crt-section-tag">In Action</div>
    <h2 class="crt-section-title">Typical Application</h2>
    <div class="crt-app-scene">
      <div class="crt-app-scene-text">
        <h3>A Multi-Node CAN FD Network with Cloud Telemetry</h3>
        <p>
          Imagine a fleet of machines on a factory floor. Each machine hosts one Cratus board. The boards communicate over CAN FD with local sensors and actuators. Each board relays live telemetry wirelessly to a central gateway. The system also pushes data to your cloud dashboard over Wi-Fi — and handles OTA firmware updates automatically.
        </p>
        <div class="crt-app-bullet">Up to 64 nodes per CAN bus segment, connected with Cat5e patch cables</div>
        <div class="crt-app-bullet">Wireless telemetry — no additional infrastructure required</div>
        <div class="crt-app-bullet">Cloud integration over Wi-Fi with MQTT or HTTP</div>
        <div class="crt-app-bullet">OTA firmware updates across the entire fleet, simultaneously</div>
        <a class="crt-btn-ghost" style="margin-top:8px; display:inline-block" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjEwODU0IiwidG9nZ2xlIjpmYWxzZX0%3D">Discuss Your Use Case</a>
      </div>
      <div class="crt-app-scene-img">
        <img loading="lazy" decoding="async" src="https://www.cratustech.com/wp-content/uploads/icl8-wc182-diagram-2.png"
             alt="CAN FD daisy-chain network topology showing multiple nodes connected via RJ45 with RF-Link peer communication and Wi-Fi uplink to Cloud SCADA"
             loading="lazy"
             width="800" height="500" />
      </div>
    </div>
  </section>

  <!-- ── HOW IT WORKS ── -->
  <section class="crt-howto crt-section" aria-label="Setup steps">
    <div class="crt-section-tag">Setup</div>
    <h2 class="crt-section-title">Up and Running in Minutes</h2>
    <p class="crt-section-desc">No complex configuration. Hardware does the heavy lifting so your team hits the ground running.</p>
    <div class="crt-howto-inner">
      <div class="crt-steps">
        <div class="crt-step">
          <div class="crt-step-num">01</div>
          <div class="crt-step-content">
            <h3>Connect Power</h3>
            <p>Plug in 9–36 VDC via screw terminal or the RJ45 daisy-chain. The board's ideal-diode controller protects
              against reverse polarity and surges — the moment power is applied, the system begins bringing up rails
              automatically.</p>
          </div>
        </div>
        <div class="crt-step">
          <div class="crt-step-num">02</div>
          <div class="crt-step-content">
            <h3>Set Your Node Address</h3>
            <p>Flip the 6-position DIP switch to your desired node ID (0–63). No firmware changes, no tool required.
              Every board in your network gets a unique address in seconds.</p>
          </div>
        </div>
        <div class="crt-step">
          <div class="crt-step-num">03</div>
          <div class="crt-step-content">
            <h3>Join the Network</h3>
            <p>Daisy-chain boards with Cat5e/6 patch cables. The MCU auto-initializes both CAN FD channels and the
              wireless modules come online within 300 ms. Your entire network is live.</p>
          </div>
        </div>
        <div class="crt-step">
          <div class="crt-step-num">04</div>
          <div class="crt-step-content">
            <h3>Stream &amp; Control</h3>
            <p>CAN FD data flows between nodes. Telemetry is relayed via ESP-NOW to a gateway, and Wi-Fi pushes live
              data to your cloud dashboard or MQTT broker. Everything just works.</p>
          </div>
        </div>
        <div class="crt-step">
          <div class="crt-step-num">05</div>
          <div class="crt-step-content">
            <h3>Update the Fleet, Remotely</h3>
            <p>New firmware? Push an OTA update over Wi-Fi to every board in the field simultaneously. Dual-bank boot
              ensures a safe rollback if anything goes wrong. Zero downtime.</p>
          </div>
        </div>
      </div>
    </div>
  </section>

  <!-- ── QUOTE ── -->
  <section class="crt-quote" aria-label="Customer testimonial">
    <div class="crt-quote-box">
      <div class="crt-quote-mark" aria-hidden="true">&ldquo;</div>
      <p class="crt-quote-text">
        &ldquo;We replaced three boards — a CAN gateway, a wireless module, and an external PSU — with a single Cratus board. Integration time dropped from three weeks to two days. It just works.&rdquo;
      </p>
      <div class="crt-quote-attr">
        <strong>Systems Integration Engineer</strong>
        Industrial Automation Customer, USA
      </div>
    </div>
  </section>

  <!-- ── CTA ── -->
  <section class="crt-cta" id="crt-cta" aria-label="Call to action">
    <div class="crt-section-tag">Get Started</div>
    <h2 class="crt-section-title">Build Your Network.<br/>Ship Faster. Break Less.</h2>
    <p class="crt-cta-desc">Get in touch with the Cratus team for pricing, volume discounts, custom configurations, and engineering support. Most customers go from inquiry to first prototype in under two weeks.</p>
    <div class="crt-cta-benefits">
      <div class="crt-cta-benefit">Quick lead times</div>
      <div class="crt-cta-benefit">Volume pricing available</div>
      <div class="crt-cta-benefit">Engineering support included</div>
      <div class="crt-cta-benefit">Made in the USA</div>
    </div>
    <div class="crt-cta-actions">
      <a class="crt-btn-primary" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjEwODU0IiwidG9nZ2xlIjpmYWxzZX0%3D">Contact Cratus Technology</a>
      <a class="crt-btn-ghost" href="#crt-specs">View Full Datasheet</a>
    </div>
  </section>
</div>

<!-- Scroll reveal animation (scoped to .cratus-lp) -->
<script>
(function() {
  var wrapper = document.querySelector('.cratus-lp');
  if (!wrapper) return;

  var observer = new IntersectionObserver(function(entries) {
    entries.forEach(function(e) {
      if (e.isIntersecting) {
        e.target.style.opacity = '1';
        e.target.style.transform = 'translateY(0)';
      }
    });
  }, { threshold: 0.1 });

  var animatedEls = wrapper.querySelectorAll('.crt-feature-card, .crt-app-card, .crt-step, .crt-spec-group');
  animatedEls.forEach(function(el) {
    el.style.opacity = '0';
    el.style.transform = 'translateY(20px)';
    el.style.transition = 'opacity .5s ease, transform .5s ease';
    observer.observe(el);
  });
})();
</script>				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.cratustech.com/dual-wireless-dual-canbus-control-board/">Wireless Dual CAN Bus Bridge</a> appeared first on <a href="https://www.cratustech.com">CRATUS Technology</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cratustech.com/dual-wireless-dual-canbus-control-board/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>CRATUSTECH UI/UX: Beyond Personas—Real People, Real Performance</title>
		<link>https://www.cratustech.com/cratustech-ui-ux-beyond-personas-real-people-real-performance/</link>
		
		<dc:creator><![CDATA[Cratus]]></dc:creator>
		<pubDate>Wed, 18 Feb 2026 22:21:55 +0000</pubDate>
				<category><![CDATA[Prototyping]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.cratustech.com/?p=12870</guid>

					<description><![CDATA[<p>Actor‑Centric UX That Turns Enterprise Software Into Action Enterprise tools shouldn’t merely function—they should enable people to act with clarity and speed. CratusTech designs UX around real &#8220;actors&#8221; (operators, engineers, managers), not abstract personas. We observe roles, map workflows, prototype fast, measure impact, and iterate—so your software accelerates decisions, reduces errors, and adapts to change. [&#8230;]</p>
<p>The post <a href="https://www.cratustech.com/cratustech-ui-ux-beyond-personas-real-people-real-performance/">CRATUSTECH UI/UX: Beyond Personas—Real People, Real Performance</a> appeared first on <a href="https://www.cratustech.com">CRATUS Technology</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="12870" class="elementor elementor-12870" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-9c751d6 e-flex e-con-boxed e-con e-parent" data-id="9c751d6" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-b78c46b e-con-full e-flex e-con e-child" data-id="b78c46b" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-c2089d8 e-con-full e-flex e-con e-child" data-id="c2089d8" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				</div>
		<div class="elementor-element elementor-element-f2cb982 e-con-full e-flex e-con e-child" data-id="f2cb982" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-b8c000e elementor-widget elementor-widget-text-editor" data-id="b8c000e" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h2><b>Actor‑Centric UX That Turns Enterprise Software Into Action</b></h2><p><b><br /></b><span style="font-weight: 400">Enterprise tools shouldn’t merely function—they should </span><i><span style="font-weight: 400">enable people to act with clarity and speed</span></i><span style="font-weight: 400">. CratusTech designs UX around real &#8220;actors&#8221; (operators, engineers, managers), not abstract personas. We observe roles, map workflows, prototype fast, measure impact, and iterate—so your software accelerates decisions, reduces errors, and adapts to change.</span></p><h2><b>Why Most Enterprise UX Still Hurts</b></h2><ul><li style="font-weight: 400"><b>Legacy bloat:</b><span style="font-weight: 400"> ERP/MES/LIMS interfaces are often rigid, expensive to evolve, and visually noisy.</span></li><li style="font-weight: 400"><b>Persona overfit:</b><span style="font-weight: 400"> Generic personas miss the nuance of shift operators vs. maintenance engineers vs. finance controllers.</span></li><li style="font-weight: 400"><b>Slow change cycles:</b><span style="font-weight: 400"> UI tweaks wait on release trains, while the shop floor needs an answer </span><i><span style="font-weight: 400">now</span></i><span style="font-weight: 400">.</span></li></ul><p><b>Result:</b><span style="font-weight: 400"> Low adoption, shadow spreadsheets, and costly mistakes.</span></p><h2><b>Our Core Idea: Actors &gt; Personas</b></h2><p><span style="font-weight: 400">We anchor design on </span><b>actors</b><span style="font-weight: 400">—real people with a role, context, and task cadence. We unpack:</span></p><ul><li style="font-weight: 400"><b>Scope of responsibility:</b><span style="font-weight: 400"> What do they </span><i><span style="font-weight: 400">own</span></i><span style="font-weight: 400">? What’s critical vs. nice-to-have?</span></li><li style="font-weight: 400"><b>Decision windows:</b><span style="font-weight: 400"> How fast do they need to react? What risks sit behind a click?</span></li><li style="font-weight: 400"><b>Environment &amp; constraints:</b><span style="font-weight: 400"> Gloves on? Harsh lighting? Mobile-only? Air‑gapped network?</span></li></ul><p><span style="font-weight: 400">This drives </span><b>role-based visuals</b><span style="font-weight: 400">, </span><b>progressive disclosure</b><span style="font-weight: 400">, and </span><b>error-proof interactions</b><span style="font-weight: 400"> that respect cognitive load in the moment of work.</span></p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-95d3c14 e-con-full e-flex e-con e-child" data-id="95d3c14" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-a2c92a2 e-con-full e-flex e-con e-child" data-id="a2c92a2" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-b8f69c9 elementor-widget elementor-widget-text-editor" data-id="b8f69c9" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h2><b>The Cratus XD Pipeline</b></h2><ol><li style="font-weight: 400"><b>Discover &amp; Define</b><ul><li style="font-weight: 400"><span style="font-weight: 400">Contextual interviews, floor walks, heuristic audits</span></li><li style="font-weight: 400"><span style="font-weight: 400">Map current-state pain points and “victory metrics” (time-to-decision, error rate, task completion)</span></li></ul></li><li style="font-weight: 400"><b>Frame &amp; Plan</b><ul><li style="font-weight: 400"><span style="font-weight: 400">Actor journey maps, domain models, KPI-aligned UX objectives</span></li><li style="font-weight: 400"><span style="font-weight: 400">Prioritized feature roadmap tied to business goals and ROI</span></li></ul></li><li style="font-weight: 400"><b>Prototype &amp; Validate</b><ul><li style="font-weight: 400"><span style="font-weight: 400">Interactive prototypes (low → high fidelity)</span></li><li style="font-weight: 400"><span style="font-weight: 400">Real + synthetic user tests to stress edge cases</span></li></ul></li><li style="font-weight: 400"><b>Pilot &amp; Iterate</b><ul><li style="font-weight: 400"><span style="font-weight: 400">Controlled rollouts, telemetry hooks, behavior analytics</span></li><li style="font-weight: 400"><span style="font-weight: 400">Continuous UX adjustments based on live data</span></li></ul></li></ol><p><b>Outcome:</b><span style="font-weight: 400"> A scalable design system and a living UI that can pivot with operations.</span></p><h2><b>Real-World Impact Examples</b></h2><ul><li style="font-weight: 400"><b>Automotive Manufacturing Dashboards</b><b><br /></b><span style="font-weight: 400">Live production KPIs distilled into glanceable tiles; shift supervisors cut daily stand-up prep time by 42%.*</span></li><li style="font-weight: 400"><b>Battery Production Traceability Tools</b><b><br /></b><span style="font-weight: 400">Role-filtered trace trees and anomaly flags help quality teams isolate defects in minutes instead of hours.*</span></li><li style="font-weight: 400"><b>Smart Building Ops Intelligence</b><b><br /></b><span style="font-weight: 400">AI-assisted alerts triage incidents automatically; facility managers move from reactive troubleshooting to proactive tuning.*</span></li></ul><p><span style="font-weight: 400">*Illustrative outcomes; your mileage will vary. We define and track your exact &#8220;victory&#8221; metrics early.</span></p><h2><b>AI-Driven, Data-Aware Interfaces</b></h2><p><span style="font-weight: 400">Cratus UX isn’t only pretty screens—it’s </span><b>adaptive logic</b><span style="font-weight: 400">:</span></p><ul><li style="font-weight: 400"><b>Predictive prompts:</b><span style="font-weight: 400"> Surface next-best actions based on context and history.</span></li><li style="font-weight: 400"><b>Dynamic layouts:</b><span style="font-weight: 400"> Reconfigure components when states or priorities change.</span></li><li style="font-weight: 400"><b>Embedded analytics:</b><span style="font-weight: 400"> Insight at the point of action; no tab-hopping to BI tools.</span></li></ul><h2><b>Measure What Matters</b></h2><p><span style="font-weight: 400">Before pixel-perfect, we ask: </span><i><span style="font-weight: 400">How will we know we won?</span></i><span style="font-weight: 400"> Typical measures include:</span></p><ul><li style="font-weight: 400"><span style="font-weight: 400">Task completion time &amp; error rates</span></li><li style="font-weight: 400"><span style="font-weight: 400">Decision latency and throughput</span></li><li style="font-weight: 400"><span style="font-weight: 400">Onboarding time to proficiency</span></li><li style="font-weight: 400"><span style="font-weight: 400">Support tickets per feature</span></li><li style="font-weight: 400"><span style="font-weight: 400">Adoption / retention curves by actor group</span></li></ul><p><span style="font-weight: 400">These KPIs shape design trade-offs and prove ROI in boardrooms and budget cycles.</span></p><h2><b>What You Get Working With CratusTech</b></h2><ul><li style="font-weight: 400"><b>Clarity:</b><span style="font-weight: 400"> Shared understanding of actors, workflows, and priorities</span></li><li style="font-weight: 400"><b>Speed:</b><span style="font-weight: 400"> Prototypes in days, not months; pilots that de-risk dev spend</span></li><li style="font-weight: 400"><b>Scalability:</b><span style="font-weight: 400"> Componentized design systems built for growth</span></li><li style="font-weight: 400"><b>Alignment:</b><span style="font-weight: 400"> UX tied directly to revenue models, safety goals, or cost savings</span></li></ul>								</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-2cde817 elementor-widget elementor-widget-heading" data-id="2cde817" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://youtu.be/s8eMrH08EVw" target="_blank">Watch the video on YouTube and subscribe for more!</a></h2>				</div>
				<div class="elementor-element elementor-element-66f6e7d elementor-widget elementor-widget-video" data-id="66f6e7d" data-element_type="widget" data-e-type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/youtu.be\/s8eMrH08EVw&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default">
							<div class="elementor-wrapper elementor-open-inline">
			<div class="elementor-video"></div>		</div>
						</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.cratustech.com/cratustech-ui-ux-beyond-personas-real-people-real-performance/">CRATUSTECH UI/UX: Beyond Personas—Real People, Real Performance</a> appeared first on <a href="https://www.cratustech.com">CRATUS Technology</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Accelerate Innovation with Team-in-a-Box</title>
		<link>https://www.cratustech.com/accelerate-innovation-with-team-in-a-box/</link>
		
		<dc:creator><![CDATA[Cratus]]></dc:creator>
		<pubDate>Wed, 18 Feb 2026 22:00:04 +0000</pubDate>
				<category><![CDATA[Prototyping]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.cratustech.com/?p=12844</guid>

					<description><![CDATA[<p>In today’s fast-moving technology landscape, accelerating product development is not just a competitive advantage — it’s essential. At Cratus Technology, we’ve designed a solution to meet this urgency: the “Team-in-a-Box” approach. This model brings together a fully integrated team of experts — including embedded systems engineers, industrial designers, firmware developers, and project managers — all [&#8230;]</p>
<p>The post <a href="https://www.cratustech.com/accelerate-innovation-with-team-in-a-box/">Accelerate Innovation with Team-in-a-Box</a> appeared first on <a href="https://www.cratustech.com">CRATUS Technology</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="12844" class="elementor elementor-12844" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-2d1f1bd e-flex e-con-boxed e-con e-parent" data-id="2d1f1bd" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-c9b200c e-con-full e-flex e-con e-child" data-id="c9b200c" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-cb196a0 e-con-full e-flex e-con e-child" data-id="cb196a0" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				</div>
		<div class="elementor-element elementor-element-3203976 e-con-full e-flex e-con e-child" data-id="3203976" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-81f080d elementor-widget elementor-widget-text-editor" data-id="81f080d" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span style="font-weight: 400">In today’s fast-moving technology landscape, accelerating product development is not just a competitive advantage — it’s essential. At Cratus Technology, we’ve designed a solution to meet this urgency: the “Team-in-a-Box” approach. This model brings together a fully integrated team of experts — including embedded systems engineers, industrial designers, firmware developers, and project managers — all working collaboratively under one agile framework. Unlike fragmented outsourcing or rigid internal pipelines, Team-in-a-Box delivers seamless coordination from idea to working prototype. The value is not just in speed, but in precision. Every component, every layout, every firmware line is engineered with manufacturing and certification in mind from day one.</span></p><p><span style="font-weight: 400">This model enables seamless handoffs between disciples, allowing hardware, firmware, and system-level decisions to evolve in parallel. Each phase is structured for traceability and iteration, supporting design validation, compliance workflows, and integration with supply chain or contract manufacturing partners when needed. Cratus’s internal tooling, documentation standards, and version control processes are tailored to reduce risk and support long-term maintainability, especially in regulated or mission-critical environments. It also supports design transfers to OEMs or in-house teams without friction. All deliverables are structured for reusability-across future product generations. Just a working MVP &#8211; ready for iteration or pre-certification testing.</span></p><p><span style="font-weight: 400">But Team-in-a-Box doesn’t stop at prototyping. Our engineers also build for the next step: manufacturability, testability, and long-term maintainability. We optimize BOMs for cost and sourcing, conduct thermal and EMI reviews, and design with certifications like FCC, CE, and FDA in mind. This means fewer revisions, smoother handoffs to production, and faster time to market. Whether you’re a startup chasing a launch date or a Fortune 500 innovating your next flagship product, Cratus’s Team-in-a-Box is built to move as fast as you think — and just as smart.</span></p><p><br /><br /></p>								</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-1aba32f elementor-widget elementor-widget-heading" data-id="1aba32f" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://youtu.be/TtXGV1qrRrM" target="_blank">Watch the video on YouTube and subscribe for more!</a></h2>				</div>
				<div class="elementor-element elementor-element-6e10e70 elementor-widget elementor-widget-video" data-id="6e10e70" data-element_type="widget" data-e-type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/www.youtube.com\/watch?v=_GBiLRrALfo&amp;ab_channel=CRATUSTechnology&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default">
							<div class="elementor-wrapper elementor-open-inline">
			<div class="elementor-video"></div>		</div>
						</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.cratustech.com/accelerate-innovation-with-team-in-a-box/">Accelerate Innovation with Team-in-a-Box</a> appeared first on <a href="https://www.cratustech.com">CRATUS Technology</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Why We Build Hardware and Firmware Together</title>
		<link>https://www.cratustech.com/why-we-build-hardware-and-firmware-together/</link>
		
		<dc:creator><![CDATA[Cratus]]></dc:creator>
		<pubDate>Wed, 18 Feb 2026 21:30:59 +0000</pubDate>
				<category><![CDATA[Prototyping]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.cratustech.com/?p=12821</guid>

					<description><![CDATA[<p>We build both the hardware and the firmware—by design. It’s not about control; it’s about capability. In performance-critical environments, the way hardware and software communicate can make or break the system. Relying on generic boards or third-party firmware introduces unknowns—bottlenecks, timing issues, or rigid limitations that don’t flex when you need them to. By designing [&#8230;]</p>
<p>The post <a href="https://www.cratustech.com/why-we-build-hardware-and-firmware-together/">Why We Build Hardware and Firmware Together</a> appeared first on <a href="https://www.cratustech.com">CRATUS Technology</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="12821" class="elementor elementor-12821" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-84162e0 e-flex e-con-boxed e-con e-parent" data-id="84162e0" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-5e6d5aa elementor-widget elementor-widget-text-editor" data-id="5e6d5aa" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span style="font-weight: 400;">We build both the hardware and the firmware—by design. It’s not about control; it’s about capability. In performance-critical environments, the way hardware and software communicate can make or break the system. Relying on generic boards or third-party firmware introduces unknowns—bottlenecks, timing issues, or rigid limitations that don’t flex when you need them to. By designing our own boards and writing our own firmware, we eliminate those barriers. Every decision—from power distribution to sensor response—is tailored to the final application. This allows us to optimize timing, reduce latency, and build in real-time responsiveness from the start.</span></p>								</div>
				<div class="elementor-element elementor-element-1418103 elementor-widget elementor-widget-image" data-id="1418103" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img decoding="async" width="800" height="534" src="https://www.cratustech.com/wp-content/uploads/custom-pcb-firmware-real-time-performance-1024x683.webp" class="attachment-large size-large wp-image-12824" alt="Custom PCB board with in-house firmware enabling real-time responsiveness and low latency" srcset="https://www.cratustech.com/wp-content/uploads/custom-pcb-firmware-real-time-performance-1024x683.webp 1024w, https://www.cratustech.com/wp-content/uploads/custom-pcb-firmware-real-time-performance-300x200.webp 300w, https://www.cratustech.com/wp-content/uploads/custom-pcb-firmware-real-time-performance-768x512.webp 768w, https://www.cratustech.com/wp-content/uploads/custom-pcb-firmware-real-time-performance-600x400.webp 600w, https://www.cratustech.com/wp-content/uploads/custom-pcb-firmware-real-time-performance.webp 1536w" sizes="(max-width: 800px) 100vw, 800px" />															</div>
				<div class="elementor-element elementor-element-06f0e96 elementor-widget elementor-widget-text-editor" data-id="06f0e96" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span style="font-weight: 400;">When a system needs to evolve, we don’t retrofit—we re-engineer. And because every layer of the stack was built in-house, changes are fast, controlled, and seamless. The result is a unified product where software logic and hardware performance speak the same language. This kind of harmony reduces debugging time, improves reliability, and unlocks capabilities you simply can’t get with disconnected development.</span></p>								</div>
				<div class="elementor-element elementor-element-5a99e60 elementor-widget elementor-widget-image" data-id="5a99e60" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img decoding="async" width="800" height="534" src="https://www.cratustech.com/wp-content/uploads/integrated-hardware-firmware-development-process-1024x683.webp" class="attachment-large size-large wp-image-12825" alt="Integrated hardware and firmware development process for unified embedded system performance" srcset="https://www.cratustech.com/wp-content/uploads/integrated-hardware-firmware-development-process-1024x683.webp 1024w, https://www.cratustech.com/wp-content/uploads/integrated-hardware-firmware-development-process-300x200.webp 300w, https://www.cratustech.com/wp-content/uploads/integrated-hardware-firmware-development-process-768x512.webp 768w, https://www.cratustech.com/wp-content/uploads/integrated-hardware-firmware-development-process-600x400.webp 600w, https://www.cratustech.com/wp-content/uploads/integrated-hardware-firmware-development-process.webp 1536w" sizes="(max-width: 800px) 100vw, 800px" />															</div>
				<div class="elementor-element elementor-element-bccdbf7 elementor-widget elementor-widget-text-editor" data-id="bccdbf7" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span style="font-weight: 400;">But it’s more than just performance—it’s about adaptability. Our clients often face fast-changing environments, whether it’s new safety regulations, unexpected edge cases, or integration with legacy infrastructure. When every piece of the system is ours, we can respond quickly and effectively. No waiting on vendor updates. No reworking third-party code. Just direct access to the core of the system.</span></p><p><span style="font-weight: 400;">In complex systems, alignment isn’t a luxury—it’s the baseline. That’s why we don’t separate the hardware from the code that drives it. We treat them as one system, from the first sketch to the final deployment. That’s how we deliver solutions that work not just on paper—but in the real world.</span></p>								</div>
				<div class="elementor-element elementor-element-c029bd9 elementor-widget elementor-widget-heading" data-id="c029bd9" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://youtu.be/TtXGV1qrRrM" target="_blank">Watch the video on YouTube and subscribe for more!</a></h2>				</div>
				<div class="elementor-element elementor-element-d9895b8 elementor-widget elementor-widget-video" data-id="d9895b8" data-element_type="widget" data-e-type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/youtu.be\/11C0iAzi11o?si=X7PK1D4g4MJZ42mI&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default">
							<div class="elementor-wrapper elementor-open-inline">
			<div class="elementor-video"></div>		</div>
						</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.cratustech.com/why-we-build-hardware-and-firmware-together/">Why We Build Hardware and Firmware Together</a> appeared first on <a href="https://www.cratustech.com">CRATUS Technology</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Asset‑Rx EDGE</title>
		<link>https://www.cratustech.com/asset-rx-edge-industrial-computing-platform/</link>
		
		<dc:creator><![CDATA[Cratus]]></dc:creator>
		<pubDate>Wed, 18 Feb 2026 21:03:42 +0000</pubDate>
				<category><![CDATA[Prototyping]]></category>
		<category><![CDATA[Safety]]></category>
		<guid isPermaLink="false">https://www.cratustech.com/?p=12802</guid>

					<description><![CDATA[<p>In today’s fast-moving industrial world, edge intelligence is no longer a luxury — it’s a requirement. That’s where Cratus Asset‑Rx EDGE comes in. The locations of your assets or inventory sitting on the factory floor bares information that powers this platform. Asset-RX transforms data into actionable information and provides operational insights. Using a thermal camera? [&#8230;]</p>
<p>The post <a href="https://www.cratustech.com/asset-rx-edge-industrial-computing-platform/">Asset‑Rx EDGE</a> appeared first on <a href="https://www.cratustech.com">CRATUS Technology</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="12802" class="elementor elementor-12802" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-909f377 e-flex e-con-boxed e-con e-parent" data-id="909f377" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-8190ebf elementor-widget elementor-widget-text-editor" data-id="8190ebf" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span style="font-weight: 400;">In today’s fast-moving industrial world, edge intelligence is no longer a luxury — it’s a requirement. That’s where Cratus Asset‑Rx EDGE comes in. </span><span style="font-weight: 400;">The locations of your assets or inventory sitting on the factory floor bares information that powers this platform. Asset-RX transforms data into actionable information and provides operational insights.</span></p><p><span style="font-weight: 400;">Using a thermal camera? Designed for </span><span style="font-weight: 400;">machine vision</span><span style="font-weight: 400;">, </span><span style="font-weight: 400;">sensor fusion</span><span style="font-weight: 400;">, and </span><span style="font-weight: 400;">industrial IoT applications</span><span style="font-weight: 400;">, Asset‑Rx EDGE connects cameras, LiDARs, thermal sensors, IMUs, and more.</span> <span style="font-weight: 400;">For your robots, from obstacle detection to geofencing, the system enables real-time actions at the edge — with zero reliance on the cloud.</span></p><p><span style="font-weight: 400;">In your brand new or existing facilities plan your operations  with </span><span style="font-weight: 400;">Asset‑Rx.</span><span style="font-weight: 400;"> That means you can manage, deploy, and update your AI models across hundreds — or even thousands — of edge devices from a single interface. Whether you&#8217;re on-prem or in the cloud, deployment is seamless. You can push updates, monitor performance, and collect sensor data all through a secure browser interface. It’s fast, reliable, and built to scale. And thanks to its low-code interface, even non-developers can drag-and-drop to build safety protocols, inspection tools, or custom logic — without writing a single line of code.</span></p>								</div>
		<div class="elementor-element elementor-element-7e0e254 e-con-full e-flex e-con e-child" data-id="7e0e254" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-ff0cbe3 e-con-full e-flex e-con e-child" data-id="ff0cbe3" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-d7cdf35 elementor-widget elementor-widget-image" data-id="d7cdf35" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img decoding="async" width="605" height="600" src="https://www.cratustech.com/wp-content/uploads/assetrx-content-img-min.webp" class="attachment-large size-large wp-image-9139" alt="Asset-RX" srcset="https://www.cratustech.com/wp-content/uploads/assetrx-content-img-min.webp 605w, https://www.cratustech.com/wp-content/uploads/assetrx-content-img-min-300x298.webp 300w, https://www.cratustech.com/wp-content/uploads/assetrx-content-img-min-150x150.webp 150w, https://www.cratustech.com/wp-content/uploads/assetrx-content-img-min-600x595.webp 600w, https://www.cratustech.com/wp-content/uploads/assetrx-content-img-min-100x100.webp 100w" sizes="(max-width: 605px) 100vw, 605px" />															</div>
				<div class="elementor-element elementor-element-22fa6e8 elementor-align-center elementor-widget elementor-widget-button" data-id="22fa6e8" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
										<a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.cratustech.com/asset-rx-edge/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Learn More</span>
					</span>
					</a>
								</div>
				</div>
		<div class="elementor-element elementor-element-de0d6d5 e-con-full e-flex e-con e-child" data-id="de0d6d5" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-7810b19 elementor-widget elementor-widget-text-editor" data-id="7810b19" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span style="font-weight: 400;">The hardware compatibility is just as flexible. Asset‑Rx EDGE works with ARM and x86 platforms, integrates easily with RS-485, MODBUS, and CAN bus protocols, and supports both new and legacy cameras. So whether you’re retrofitting a factory line or deploying on a brand-new site, the system adapts to your infrastructure — not the other way around. </span><span style="font-weight: 400;">From the simplest case of access control logs to sophisticated </span><span style="font-weight: 400;">predictive maintenance</span><span style="font-weight: 400;"> and </span><span style="font-weight: 400;">visual anomaly</span><span style="font-weight: 400;"> tasks, Asset-RX lets you manage your operations efficiently.</span> <span style="font-weight: 400;">Gain visibility into your operations with </span><span style="font-weight: 400;">real-time logs</span><span style="font-weight: 400;">, </span><span style="font-weight: 400;">alerts</span><span style="font-weight: 400;">, and </span><span style="font-weight: 400;">system feedback. Create your</span><span style="font-weight: 400;"> central nervous system for your operation. </span></p><p><span style="font-weight: 400;">Cratus Asset‑Rx EDGE is the future of industrial edge computing — available now. Deploy smarter, respond faster, and manage everything in one place. Start building your intelligent edge today at cratustech.com.</span></p>								</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-5bb93b4 elementor-widget elementor-widget-heading" data-id="5bb93b4" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://youtu.be/TtXGV1qrRrM" target="_blank">Watch the video on YouTube and subscribe for more!</a></h2>				</div>
				<div class="elementor-element elementor-element-b9dce36 elementor-widget elementor-widget-video" data-id="b9dce36" data-element_type="widget" data-e-type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/youtu.be\/QRqUCS5n_n4&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default">
							<div class="elementor-wrapper elementor-open-inline">
			<div class="elementor-video"></div>		</div>
						</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.cratustech.com/asset-rx-edge-industrial-computing-platform/">Asset‑Rx EDGE</a> appeared first on <a href="https://www.cratustech.com">CRATUS Technology</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Engineering Innovation Services</title>
		<link>https://www.cratustech.com/engineering-innovation-services-california/</link>
					<comments>https://www.cratustech.com/engineering-innovation-services-california/#respond</comments>
		
		<dc:creator><![CDATA[Cratus]]></dc:creator>
		<pubDate>Wed, 18 Feb 2026 20:48:02 +0000</pubDate>
				<category><![CDATA[Prototyping]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.cratustech.com/?p=12786</guid>

					<description><![CDATA[<p>In today’s rapidly evolving world, innovation isn&#8217;t optional—it&#8217;s essential for staying ahead. Cratus offers comprehensive Engineering Innovation Services, guiding companies from concept to creation with full-stack expertise in electronics, mechanics, and embedded software. Whether you&#8217;re building custom battery management systems, EV charging interfaces, sensor signal conditioning, or thermal measurement solutions, Cratus has the experience to [&#8230;]</p>
<p>The post <a href="https://www.cratustech.com/engineering-innovation-services-california/">Engineering Innovation Services</a> appeared first on <a href="https://www.cratustech.com">CRATUS Technology</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="12786" class="elementor elementor-12786" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-5d9c70a e-flex e-con-boxed e-con e-parent" data-id="5d9c70a" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-d80acfa elementor-widget elementor-widget-text-editor" data-id="d80acfa" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span style="font-weight: 400;">In today’s rapidly evolving world, innovation isn&#8217;t optional—it&#8217;s essential for staying ahead. Cratus offers comprehensive Engineering Innovation Services, guiding companies from concept to creation with full-stack expertise in electronics, mechanics, and embedded software. Whether you&#8217;re building custom battery management systems, EV charging interfaces, sensor signal conditioning, or thermal measurement solutions, Cratus has the experience to deliver tailored hardware and firmware—from schematic design to prototype box builds and wireless telemetry integration.</span></p>								</div>
		<div class="elementor-element elementor-element-a94b691 e-con-full e-flex e-con e-child" data-id="a94b691" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-3a5a69d e-con-full e-flex e-con e-child" data-id="3a5a69d" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-1e6d02e elementor-widget elementor-widget-image" data-id="1e6d02e" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="596" height="446" src="https://www.cratustech.com/wp-content/uploads/Engineering-Innovation-Services.webp" class="attachment-large size-large wp-image-9060" alt="Engineering Innovation Services" srcset="https://www.cratustech.com/wp-content/uploads/Engineering-Innovation-Services.webp 596w, https://www.cratustech.com/wp-content/uploads/Engineering-Innovation-Services-300x224.webp 300w" sizes="(max-width: 596px) 100vw, 596px" />															</div>
				<div class="elementor-element elementor-element-91b496b elementor-align-center elementor-widget elementor-widget-button" data-id="91b496b" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
										<a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.cratustech.com/engineering-innovation-services-blog/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Learn More</span>
					</span>
					</a>
								</div>
				</div>
		<div class="elementor-element elementor-element-c1cbfba e-con-full e-flex e-con e-child" data-id="c1cbfba" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-da8712b elementor-widget elementor-widget-text-editor" data-id="da8712b" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span style="font-weight: 400;">Additionally, Cratus serves as your on-demand engineering team for smart buildings, automation, and beyond. We develop smart lighting and energy controllers, integrate EV chargers into future-ready systems, and deliver embedded controls for climate and occupancy management. For industrial OEMs and equipment builders, we offer embedded firmware, end-of-line testing, asset monitoring, mechanical design, and legacy machine upgrades.</span></p><p><span style="font-weight: 400;">When it comes to more specialized sectors—healthcare, life sciences, utilities, mining, transportation, aerospace—Cratus brings deep domain knowledge. We develop microgrid battery solutions, design custom scientific instruments, build rugged sensors for off-grid mining, and deliver defense-grade ground support systems. Their approach supports everything from prototyping and compliance documentation to pilot production and full productization.</span></p><p><span style="font-weight: 400;">Cratus structures its services around your business goals—providing flexible models from fixed-scope projects and retainers to full-scale production and IP transfer. Rapid prototyping, team-in-a-box setups, and multi-disciplinary support ensure fast turnaround without sacrificing quality or regulatory compliance. If you&#8217;re ready to bring a new product to market, modernize existing systems, or accelerate your R&amp;D with real engineering firepower, Cratus Engineering Innovation Services delivers end-to-end support tailored to your industry and goals.</span></p>								</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-b6ff4cc elementor-widget elementor-widget-heading" data-id="b6ff4cc" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://youtu.be/TtXGV1qrRrM" target="_blank">Watch the video on YouTube and subscribe for more!</a></h2>				</div>
				<div class="elementor-element elementor-element-af331b4 elementor-widget elementor-widget-video" data-id="af331b4" data-element_type="widget" data-e-type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/youtu.be\/LI7x2QwFO5Y&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default">
							<div class="elementor-wrapper elementor-open-inline">
			<div class="elementor-video"></div>		</div>
						</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.cratustech.com/engineering-innovation-services-california/">Engineering Innovation Services</a> appeared first on <a href="https://www.cratustech.com">CRATUS Technology</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cratustech.com/engineering-innovation-services-california/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Empowering Independence: intercal8’s Residential Microgrids</title>
		<link>https://www.cratustech.com/empowering-independence-intercal8s-residential-microgrids/</link>
					<comments>https://www.cratustech.com/empowering-independence-intercal8s-residential-microgrids/#respond</comments>
		
		<dc:creator><![CDATA[Cratus]]></dc:creator>
		<pubDate>Wed, 18 Feb 2026 20:26:02 +0000</pubDate>
				<category><![CDATA[Energy]]></category>
		<category><![CDATA[Prototyping]]></category>
		<guid isPermaLink="false">https://www.cratustech.com/?p=12763</guid>

					<description><![CDATA[<p>Imagine a home where your solar panels, batteries, and appliances all communicate and respond intelligently—keeping you powered even if the grid goes down. Intercal8’s residential microgrid solution makes this a reality. Their advanced controllers seamlessly manage energy generation, storage, and consumption within the household, whether connected to the grid or operating completely off‑grid. What sets [&#8230;]</p>
<p>The post <a href="https://www.cratustech.com/empowering-independence-intercal8s-residential-microgrids/">Empowering Independence: intercal8’s Residential Microgrids</a> appeared first on <a href="https://www.cratustech.com">CRATUS Technology</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="12763" class="elementor elementor-12763" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-9b7375b e-flex e-con-boxed e-con e-parent" data-id="9b7375b" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-23034c1 elementor-widget elementor-widget-text-editor" data-id="23034c1" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span style="font-weight: 400;">Imagine a home where your solar panels, batteries, and appliances all communicate and respond intelligently—keeping you powered even if the grid goes down. Intercal8’s residential microgrid solution makes this a reality. Their advanced controllers seamlessly manage energy generation, storage, and consumption within the household, whether connected to the grid or operating completely off‑grid.</span></p>								</div>
		<div class="elementor-element elementor-element-ba23c82 e-con-full e-flex e-con e-child" data-id="ba23c82" data-element_type="container" data-e-type="container">
		<div class="elementor-element elementor-element-2811ace e-con-full e-flex e-con e-child" data-id="2811ace" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-1bf1f66 elementor-widget elementor-widget-text-editor" data-id="1bf1f66" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span style="font-weight: 400;">What sets this microgrid system apart is its reliability and privacy. Designed to run locally without needing cloud access or ongoing subscriptions, it provides homeowners with resilient power control while maintaining full autonomy. Easy to configure during installation, it equips technicians—and ultimately the homeowner—with intuitive tools for customized setup.</span></p>								</div>
				</div>
		<div class="elementor-element elementor-element-f220720 e-con-full e-flex e-con e-child" data-id="f220720" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-3c37434 elementor-widget elementor-widget-image" data-id="3c37434" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="800" height="534" src="https://www.cratustech.com/wp-content/uploads/intercal8-smart-home-energy-management-off-grid-1024x683.webp" class="attachment-large size-large wp-image-12766" alt="Intercal8 smart home energy management system with off-grid capability and load control" srcset="https://www.cratustech.com/wp-content/uploads/intercal8-smart-home-energy-management-off-grid-1024x683.webp 1024w, https://www.cratustech.com/wp-content/uploads/intercal8-smart-home-energy-management-off-grid-300x200.webp 300w, https://www.cratustech.com/wp-content/uploads/intercal8-smart-home-energy-management-off-grid-768x512.webp 768w, https://www.cratustech.com/wp-content/uploads/intercal8-smart-home-energy-management-off-grid-600x400.webp 600w, https://www.cratustech.com/wp-content/uploads/intercal8-smart-home-energy-management-off-grid.webp 1536w" sizes="(max-width: 800px) 100vw, 800px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-71eccfb e-con-full e-flex e-con e-child" data-id="71eccfb" data-element_type="container" data-e-type="container">
		<div class="elementor-element elementor-element-816b1aa e-con-full e-flex e-con e-child" data-id="816b1aa" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-9e6206e elementor-widget elementor-widget-image" data-id="9e6206e" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="800" height="534" src="https://www.cratustech.com/wp-content/uploads/intercal8-residential-microgrid-solar-battery-system-1024x683.webp" class="attachment-large size-large wp-image-12765" alt="Intercal8 residential microgrid integrating solar panels and battery storage for home energy independence" srcset="https://www.cratustech.com/wp-content/uploads/intercal8-residential-microgrid-solar-battery-system-1024x683.webp 1024w, https://www.cratustech.com/wp-content/uploads/intercal8-residential-microgrid-solar-battery-system-300x200.webp 300w, https://www.cratustech.com/wp-content/uploads/intercal8-residential-microgrid-solar-battery-system-768x512.webp 768w, https://www.cratustech.com/wp-content/uploads/intercal8-residential-microgrid-solar-battery-system-600x400.webp 600w, https://www.cratustech.com/wp-content/uploads/intercal8-residential-microgrid-solar-battery-system.webp 1536w" sizes="(max-width: 800px) 100vw, 800px" />															</div>
				</div>
		<div class="elementor-element elementor-element-7f4df8c e-con-full e-flex e-con e-child" data-id="7f4df8c" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-46b4b73 elementor-widget elementor-widget-text-editor" data-id="46b4b73" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span style="font-weight: 400;">Throughout daily life, these microgrid controllers continuously monitor key systems such as EV chargers, HVAC, and water heaters, dynamically adjusting loads to reduce peak demand, preserve battery life, and optimize energy use. As your household’s needs evolve, so do the rules and configurations, ensuring comfort and efficiency are always prioritized.</span></p><p><span style="font-weight: 400;">In essence, Intercal8’s residential microgrids deliver whole-home energy awareness and smart load management that adapts to you. They provide independence from the utility, savings on energy bills, and a sustainable, quiet, and self-sufficient power experience right at home.</span></p>								</div>
				</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.cratustech.com/empowering-independence-intercal8s-residential-microgrids/">Empowering Independence: intercal8’s Residential Microgrids</a> appeared first on <a href="https://www.cratustech.com">CRATUS Technology</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cratustech.com/empowering-independence-intercal8s-residential-microgrids/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
