-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathembedded_work.html
More file actions
73 lines (59 loc) · 2.92 KB
/
embedded_work.html
File metadata and controls
73 lines (59 loc) · 2.92 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Ryan Howard: Professional Software Developer</title>
</head>
<body>
<div id="container">
<div id="header">
<h1>Ryan<span class="off">Howard</span></h1>
<h2>Software Engineer</h2>
</div>
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="embedded_work.html">Embedded Systems</a></li>
<li><a href="ci_tools.html">CI and Tools</a></li>
<li><a href="links.html">Profile Links</a></li>
</ul>
</div>
<div id="leftmenu">
<div id="leftmenu_top"></div>
<div id="leftmenu_main">
<h2>Links</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="embedded_work.html">Embedded Systems</a></li>
<li><a href="ci_tools.html">CI and Tools</a></li>
<li><a href="links.html">Profile Links</a></li>
</ul>
</div>
<div id="leftmenu_bottom"></div>
</div>
<div id="content">
<div id="content_top"></div>
<div id="content_main">
<h2>Embedded Software Engineering</h2>
<p> </p>
<ul>
<li>Linux Kernel Driver Development (Block drivers, Network drivers, PCIe communication)</li>
<li>FPGA development</li>
<li>Fiber optic networking interface card customization and application development</li>
<li>Zephyr RTOS development including low level Kernel development and application in C.</li>
<li>Network communication protocol development, worked on intra-hardware communication (spi, uart, etc) and also internet enabled traffic, specifically FTP transport for Firmware updates and Rest API for Google analytics.</li>
<li>Low power IOT, Battery Maximization, Sleep states on MCU</li>
<li>Bootloader/MCU update on STM32 F4/L4 Cores</li>
<li>Peripheral Highlights: Humpro WifiModule, Zebra Barcode scanner.</li>
<li>Embedded Linux device development, writing code for various layers of OOP embedded stack development in C++ and Python including microprocessor code, peripheral communication and task scheduling.</li>
<li>Worked with electrical and mechanical engineering teams to build, debug and program new electronics line of ARM based motherboard with several other peripheral boards for sensing and heating.</li>
<li>Specialized equipment experience, using oscilloscopes, multimeters, lasers and other measuring devices to develop and debug new circuit boards.</li>
<li>Debugging embedded systems with cross-compiled GDB to diagnose firmware and electrical problems.</li>
</ul>
</div>
<div id="content_bottom"></div>
</div>
</div>
</body>
</html>