-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
300 lines (286 loc) · 19.3 KB
/
Copy pathindex.html
File metadata and controls
300 lines (286 loc) · 19.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cameron Emery — Embedded Systems Engineer</title>
<meta name="description" content="Cameron Emery — embedded systems engineer building real-time firmware, FPGA-accelerated hardware, multi-MCU automotive systems, and engineering tools. Founder at US Nylon." />
<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=Oxanium:wght@500;600;700;800&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="styles/styles.css" />
<script defer src="scripts/scripts.js"></script>
</head>
<body>
<a href="#main" class="skip-link">Skip to main content</a>
<!-- decorative PCB-trace backdrop -->
<div class="bg-grid" aria-hidden="true"></div>
<header class="nav">
<a href="#top" class="nav-mark">CE<span>/</span></a>
<nav class="nav-links">
<a href="#about">About</a>
<a href="#work">Work</a>
<a href="#projects">Projects</a>
<a href="#stack">Stack</a>
<a href="assets/Cameron_Emery_Resume.pdf" class="nav-cta" target="_blank" rel="noopener">Résumé ↧</a>
</nav>
</header>
<main id="main">
<!-- ───────────────── HERO ───────────────── -->
<section id="top" class="hero">
<div class="hero-inner">
<p class="eyebrow" data-reveal>Augusta, Maine · Embedded & Hardware</p>
<h1 data-reveal>Cameron Emery</h1>
<p class="role" data-reveal>Embedded Systems Engineer — firmware, hardware/firmware co-design, and the tools around them.</p>
<p class="lede" data-reveal>
I build real-time firmware and multi-MCU architectures for safety-critical automotive
systems — and the CAD, protocol, and manufacturing tooling that makes that work faster.
Comfortable from bare-metal and RTOS up through embedded Linux, oscilloscope in one hand,
schematic in the other.
</p>
<div class="hero-actions" data-reveal>
<a class="btn btn-primary" href="#projects">View projects</a>
<a class="btn" href="mailto:cemerybusiness@gmail.com">Get in touch</a>
</div>
<ul class="hero-links" data-reveal>
<li><a href="https://github.com/mESmaC" target="_blank" rel="noopener">GitHub ↗</a></li>
<li><a href="https://www.linkedin.com/in/cameronemery67" target="_blank" rel="noopener">LinkedIn ↗</a></li>
<li><a href="mailto:cemerybusiness@gmail.com">cemerybusiness@gmail.com</a></li>
</ul>
</div>
<aside class="hero-card" data-reveal aria-label="Currently building">
<div class="card-head"><span class="dot"></span> now building</div>
<dl class="now-list">
<div><dt>Electrace</dt><dd>a transparent, block-based EE IDE — schematic + PCB</dd></div>
<div><dt>OCB</dt><dd>automotive bus intelligence (CAN / LIN / SENT / OBD-II)</dd></div>
<div><dt>RIND</dt><dd>STEP-in → auto-generated 3D-printable enclosures</dd></div>
</dl>
<div class="card-foot"><span>EMC · drive-by-wire firmware</span><span>US Nylon · co-founder</span></div>
</aside>
</section>
<!-- ───────────────── ABOUT ───────────────── -->
<section id="about" class="section">
<div class="section-head" data-reveal>
<span class="kicker">01 — About</span>
<h2>Firmware up, tools out.</h2>
</div>
<div class="about-grid">
<p class="about-lead" data-reveal>
Embedded systems engineer specializing in real-time firmware, FPGA-based hardware
acceleration, and multi-MCU architectures for safety-critical automotive applications.
I work across the full hardware/firmware co-design loop — schematic capture and PCB layout,
bring-up, protocol validation, and rigorous root-cause debugging — and I build the tooling
that removes the friction in that loop.
</p>
<ul class="about-facts" data-reveal>
<li><strong>Domain</strong><span>Automotive · safety-critical control</span></li>
<li><strong>Layers</strong><span>Bare-metal · RTOS · Embedded Linux</span></li>
<li><strong>Buses</strong><span>CAN · CAN-FD · LIN · SENT · OBD-II</span></li>
<li><strong>Also</strong><span>Founder · full-stack · manufacturing</span></li>
</ul>
</div>
</section>
<!-- ───────────────── EXPERIENCE ───────────────── -->
<section id="work" class="section">
<div class="section-head" data-reveal>
<span class="kicker">02 — Experience</span>
<h2>Where I've shipped.</h2>
</div>
<ol class="timeline">
<li class="tl-item" data-reveal>
<div class="tl-when">08/2025 — Present</div>
<div class="tl-body">
<h3>Embedded Systems Engineer <span class="at">· Electronic Mobility Controls</span></h3>
<p>Firmware and systems work on automotive accessibility platforms — drive-by-wire
shifters, throttle/brake interfaces, and servo-actuated gear controls across multi-MCU
architectures (PIC32MK, dsPIC33, Cortex-M, i.MX8/i.MX93).</p>
<ul>
<li>Solved a shifter integration problem in my first months by adapting a CAN/LIN
control system to operate over <strong>SENT</strong>, and designed a custom
<strong>OEM-first PCB</strong> that asserts control only when the accessibility
system requires it — preserving native vehicle behavior by default.</li>
<li>Develop and debug real-time C/C++ firmware for safety-critical drive-by-wire
subsystems; validate against CAN, CAN-FD, LIN, and SENT with scopes and logic analyzers.</li>
<li>Lead root-cause investigations spanning firmware timing, CRC validation, analog
signal conditioning, and relay switching; improved a Linux-based Qt/QML HMI used in
production vehicles.</li>
</ul>
<div class="tl-tags"><span>C/C++</span><span>SENT</span><span>CAN-FD</span><span>PCB design</span><span>Qt/QML</span></div>
</div>
</li>
<li class="tl-item" data-reveal>
<div class="tl-when">2026 — Present</div>
<div class="tl-body">
<h3>Co-founder & Engineer <span class="at">· US Nylon LLC</span></h3>
<p>A hardware-engineering venture: additive manufacturing (lattice-structured nylon),
CNC, custom enclosures, and in-house electrical CAD tooling — idea to production under
one roof. I build the software side: the EE CAD (Electrace), the enclosure pipeline
(RIND), and generative manufacturing tooling (G-code lattice infill).</p>
<div class="tl-tags"><span>Manufacturing</span><span>CAD tooling</span><span>TALL stack</span><span>3D printing / CNC</span></div>
</div>
</li>
<li class="tl-item" data-reveal>
<div class="tl-when">01/2024 — 10/2025</div>
<div class="tl-body">
<h3>Founder / Software Engineer <span class="at">· Noctur.io</span></h3>
<p>Independent SaaS venture for creators and small businesses. Designed and built two
full-stack applications end-to-end — architecture, REST & GraphQL APIs, OAuth 2.0,
and CI/CD.</p>
<div class="tl-tags"><span>Laravel</span><span>React</span><span>PostgreSQL</span><span>Django</span></div>
</div>
</li>
</ol>
</section>
<!-- ───────────────── PROJECTS ───────────────── -->
<section id="projects" class="section">
<div class="section-head" data-reveal>
<span class="kicker">03 — Selected work</span>
<h2>Things I've designed and built.</h2>
</div>
<div class="projects">
<!-- Electrace -->
<article class="proj" data-reveal>
<div class="proj-visual proj-electrace" aria-hidden="true">
<svg viewBox="0 0 320 180" preserveAspectRatio="xMidYMid meet">
<defs><pattern id="dots" width="10" height="10" patternUnits="userSpaceOnUse"><circle cx="1" cy="1" r="0.7" fill="#1c2740"/></pattern></defs>
<rect width="320" height="180" fill="url(#dots)"/>
<rect x="40" y="48" width="60" height="84" rx="3" fill="none" stroke="#c9d2dd" stroke-width="1.2"/>
<rect x="210" y="56" width="70" height="68" rx="3" fill="none" stroke="#c9d2dd" stroke-width="1.2"/>
<g fill="#c9a23a"><rect x="34" y="62" width="12" height="6"/><rect x="34" y="86" width="12" height="6"/><rect x="34" y="110" width="12" height="6"/><rect x="94" y="74" width="12" height="6"/><rect x="94" y="98" width="12" height="6"/><rect x="204" y="70" width="12" height="6"/><rect x="204" y="100" width="12" height="6"/></g>
<path d="M106 77 H150 V101 H204" fill="none" stroke="#c83434" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M106 101 L150 77" fill="none" stroke="#4d8fcf" stroke-width="2.4" stroke-linecap="round"/>
<text x="70" y="44" fill="#6fd6c0" font-family="JetBrains Mono, monospace" font-size="7" text-anchor="middle">U1</text>
</svg>
</div>
<div class="proj-body">
<header><h3>Electrace</h3><span class="proj-kind">EDA · in development</span></header>
<p class="proj-tag">The electrical engineer's IDE.</p>
<p>A block-based, <em>transparent</em> schematic + PCB tool — nothing is a black box.
Authored, versioned blocks compose into designs that are checked <strong>deterministically</strong>
(real design rules, not simulation). I built the framework-agnostic TypeScript core
(net derivation, power propagation, lint/DRC, KiCad export) and a custom SVG editor:
schematic capture plus a KiCad-style PCB layout with octolinear routing, vias and
multi-layer copper, filleted traces, a polygon board outline, design-rule checking,
net highlighting, and a measurement tool.</p>
<ul class="proj-stack"><li>TypeScript</li><li>Next.js</li><li>Custom SVG canvas</li><li>Deterministic DRC</li><li>KiCad export</li></ul>
</div>
</article>
<!-- OCB -->
<article class="proj" data-reveal>
<div class="proj-visual proj-ocb" aria-hidden="true">
<svg viewBox="0 0 320 180" preserveAspectRatio="xMidYMid meet">
<rect width="320" height="180" fill="#0c1424"/>
<g stroke="#1c2740" stroke-width="1"><line x1="0" y1="60" x2="320" y2="60"/><line x1="0" y1="120" x2="320" y2="120"/></g>
<!-- CAN-ish differential waveform -->
<path d="M10 95 H40 V70 H70 V95 H95 V70 H120 V95 H150 V70 H180 V95 H210 V70 H240 V95 H300" fill="none" stroke="#1C60B0" stroke-width="2.4"/>
<path d="M10 95 H40 V118 H70 V95 H95 V118 H120 V95 H150 V118 H180 V95 H210 V118 H240 V95 H300" fill="none" stroke="#6fd6c0" stroke-width="2.4" opacity="0.85"/>
<text x="14" y="50" fill="#607178" font-family="JetBrains Mono, monospace" font-size="8">0x18DAF110</text>
<text x="232" y="50" fill="#607178" font-family="JetBrains Mono, monospace" font-size="8">CAN-FD</text>
</svg>
</div>
<div class="proj-body">
<header><h3>OCB — Open Car Bus</h3><span class="proj-kind">Automotive · platform</span></header>
<p class="proj-tag">Bus intelligence for the whole vehicle network.</p>
<p>Browse, search, decode, and generate code from CAN, CAN-FD, LIN, SENT, J1939 and
OBD-II signal databases. Behind it is an automated ingestion pipeline —
discover → AI-assisted preflight validation → sandboxed download → filter → dedup →
provenance-tracked ingest — that pulls DBC, capture, firmware, and ECU-definition
formats from across the web into a single queryable store.</p>
<ul class="proj-stack"><li>Flask + REST</li><li>React / TypeScript / Vite</li><li>SQLite (20+ tables)</li><li>AI scraping pipeline</li><li>DBC · MF4 · BLF · VBF</li></ul>
</div>
</article>
<!-- RIND -->
<article class="proj" data-reveal>
<div class="proj-visual proj-rind" aria-hidden="true">
<svg viewBox="0 0 320 180" preserveAspectRatio="xMidYMid meet">
<rect width="320" height="180" fill="#0e1521"/>
<g fill="none" stroke="#BFC4C9" stroke-width="1.4" stroke-linejoin="round">
<path d="M110 60 L210 60 L240 78 L240 130 L140 130 L110 112 Z"/>
<path d="M110 60 L140 78 L240 78"/>
<path d="M140 78 L140 130"/>
</g>
<g stroke="#1C60B0" stroke-width="1.4"><rect x="158" y="92" width="22" height="14" fill="none"/><rect x="190" y="92" width="10" height="14" fill="none"/></g>
<text x="110" y="150" fill="#607178" font-family="JetBrains Mono, monospace" font-size="8">assembly.step → enclosure</text>
</svg>
</div>
<div class="proj-body">
<header><h3>RIND</h3><span class="proj-kind">CAD · generative</span></header>
<p class="proj-tag">Upload an assembly, get an enclosure.</p>
<p>A web tool that takes a STEP model of an assembly — typically a PCB with connectors
and components — and <strong>automatically generates a 3D-printable enclosure</strong>
around it, with correctly placed cutouts for ports, screws, and features. A job queue
drafts and reviews AI prompts, iterates on the generated geometry, runs QC against the
original intent, and routes orders to in-house CNC and 3D printing. Upload → verify → ship.</p>
<ul class="proj-stack"><li>STEP analysis</li><li>AI geometry generation</li><li>Job queue + QC loop</li><li>Stripe</li><li>R2 / Firebase storage</li></ul>
</div>
</article>
<!-- US Nylon -->
<article class="proj" data-reveal>
<div class="proj-visual proj-usn" aria-hidden="true">
<svg viewBox="0 0 320 180" preserveAspectRatio="xMidYMid meet">
<rect width="320" height="180" fill="#11131a"/>
<image href="assets/usnylon-logo.svg" x="44" y="50" width="80" height="80"/>
<text x="150" y="92" fill="#BFC4C9" font-family="Oxanium, sans-serif" font-weight="700" font-size="21">US NYLON</text>
<text x="150" y="112" fill="#607178" font-family="JetBrains Mono, monospace" font-size="8">idea → production</text>
</svg>
</div>
<div class="proj-body">
<header><h3>US Nylon</h3><span class="proj-kind">Company · co-founder</span></header>
<p class="proj-tag">Manufacturing & engineering tools, end to end.</p>
<p>The venture the projects above live under: additive manufacturing with
lattice-structured nylon, CNC machining, custom enclosures, and the in-house software
that drives it all — from generative G-code lattice infill to the EE CAD and enclosure
pipelines. I lead the software and tooling side.</p>
<ul class="proj-stack"><li>Laravel / TALL stack</li><li>Generative G-code</li><li>Additive + CNC</li><li>Brand & product</li></ul>
</div>
</article>
<!-- Noctur -->
<article class="proj proj-wide" data-reveal>
<div class="proj-body">
<header><h3>Noctur.io <span class="muted">& earlier full-stack work</span></h3><span class="proj-kind">SaaS · 2024–25</span></header>
<p>Before the embedded and hardware focus, I shipped full-stack products end-to-end —
Nocturio (a creator/SMB SaaS), tooling dashboards, and assorted web apps. Real APIs,
auth, databases, and deployment pipelines. A few visuals:</p>
<div class="shots">
<a href="assets/noc-web1.jpg" target="_blank" rel="noopener"><img src="assets/noc-web1.jpg" alt="Nocturio website" loading="lazy" /></a>
<a href="assets/noctur-app.png" target="_blank" rel="noopener"><img src="assets/noctur-app.png" alt="Nocturio app tracker" loading="lazy" /></a>
<a href="assets/nocturio-phone-home.png" target="_blank" rel="noopener"><img src="assets/nocturio-phone-home.png" alt="Nocturio mobile" loading="lazy" /></a>
<a href="https://mesmac.github.io/pokemon-search/" target="_blank" rel="noopener"><img src="assets/poke-search.png" alt="Pokémon search app" loading="lazy" /></a>
</div>
</div>
</article>
</div>
</section>
<!-- ───────────────── STACK ───────────────── -->
<section id="stack" class="section">
<div class="section-head" data-reveal>
<span class="kicker">04 — Toolbox</span>
<h2>What I reach for.</h2>
</div>
<div class="stack-grid">
<div class="stack-col" data-reveal><h3>Languages</h3><ul><li>C / C++ / Embedded C</li><li>Verilog / SystemVerilog</li><li>Assembly</li><li>Python</li><li>TypeScript</li></ul></div>
<div class="stack-col" data-reveal><h3>MCUs & platforms</h3><ul><li>PIC32MK · dsPIC33</li><li>Cortex-M · STM32</li><li>RP2040</li><li>i.MX8 / i.MX93</li><li>iCE40 FPGA</li></ul></div>
<div class="stack-col" data-reveal><h3>Protocols</h3><ul><li>CAN · CAN-FD</li><li>LIN · SENT</li><li>OBD-II · J1939</li><li>UART · SPI · I²C</li></ul></div>
<div class="stack-col" data-reveal><h3>Hardware</h3><ul><li>PCB design & layout</li><li>Schematic capture</li><li>Signal integrity</li><li>HIL validation</li><li>Scopes · logic analyzers · JTAG</li></ul></div>
<div class="stack-col" data-reveal><h3>Embedded Linux</h3><ul><li>Yocto / OpenEmbedded</li><li>Qt / QML</li><li>systemd</li><li>Device-tree bring-up</li></ul></div>
<div class="stack-col" data-reveal><h3>Web & tooling</h3><ul><li>Next.js / React</li><li>Laravel (TALL)</li><li>PostgreSQL / SQLite</li><li>Git · CI/CD</li></ul></div>
</div>
</section>
</main>
<footer class="footer">
<div class="footer-inner">
<div>
<p class="foot-name">Cameron Emery</p>
<p class="foot-sub">Embedded systems engineer · Augusta, Maine</p>
</div>
<ul class="foot-links">
<li><a href="mailto:cemerybusiness@gmail.com">Email</a></li>
<li><a href="https://github.com/mESmaC" target="_blank" rel="noopener">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/cameronemery67" target="_blank" rel="noopener">LinkedIn</a></li>
<li><a href="assets/Cameron_Emery_Resume.pdf" target="_blank" rel="noopener">Résumé</a></li>
</ul>
</div>
<p class="foot-fine">Built from scratch — static, no framework. <span class="mono">clack: continuously learn, continuously apply.</span></p>
</footer>
</body>
</html>