-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·431 lines (386 loc) · 23.8 KB
/
index.html
File metadata and controls
executable file
·431 lines (386 loc) · 23.8 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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
<!DOCTYPE html>
<html lang="en">
<head>
<title>Yuri Arbeletche - CV</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Responsive Resume Template">
<meta name="author" content="Yuri Arbeletche">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet">
<!-- FontAwesome JS-->
<script defer src="assets/fontawesome/js/all.min.js"></script>
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/pillar-1.css">
</head>
<body>
<article class="resume-wrapper text-center position-relative">
<div class="resume-wrapper-inner mx-auto text-start bg-white shadow-lg">
<header class="resume-header pt-4 pt-md-0">
<div class="row">
<div class="col-block col-md-auto resume-picture-holder text-center text-md-start">
<img class="picture" src="assets/images/profile.png" alt="">
</div><!--//col-->
<div class="col">
<div class="row p-4 justify-content-center justify-content-md-between">
<div class="primary-info col-auto">
<h1 class="name mt-0 mb-1 text-white text-uppercase text-uppercase">Yuri Arbeletche</h1>
<div class="title mb-3">Electronics Engineer</div>
<ul class="list-unstyled">
<li class="mb-2"><i class="far fa-envelope fa-fw me-2" data-fa-transform="grow-3"></i>ysba000@gmail.com</li>
<li><i class="fas fa-mobile-alt fa-fw me-2" data-fa-transform="grow-6"></i>+55 53 991494292</li>
</ul>
</div><!--//primary-info-->
<div class="secondary-info col-auto mt-2">
<ul class="resume-social list-unstyled">
<li class="mb-3"><a class="text-link" href="https://linkedin.com/in/yuriarbeletche"><span class="fa-container text-center me-2"><i class="fab fa-linkedin-in fa-fw"></i></span>linkedin.com/in/yuriarbeletche</a></li>
<li class="mb-3"><a class="text-link" href="https://github.com/ysba"><span class="fa-container text-center me-2"><i class="fab fa-github-alt fa-fw"></i></span>github.com/ysba</a></li>
<li><a class="text-link" href="https://lattes.cnpq.br/8192615133493290"><span class="fa-container text-center me-2"><i class="fas fa-globe"></i></span>lattes.cnpq.br/8192615133493290</a></li>
</ul>
</div><!--//secondary-info-->
</div><!--//row-->
</div><!--//col-->
</div><!--//row-->
</header>
<div class="resume-body p-5">
<section class="resume-section summary-section mb-5">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Career Summary</h2>
<div class="resume-section-content">
<p class="mb-0">Electronics engineer with experience in PCB hardware design, embedded software development, and data communication for industrial environments. Professional performance in hardware and firmware development for oil/gas retail and air conditioning markets. Strong experience with prototyping, hardware troubleshooting, and implementation of proprietary data communication protocols.</p>
</div>
</section><!--//summary-section-->
<div class="row">
<div class="col-lg-9">
<section class="resume-section experience-section mb-5">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Work Experience</h2>
<div class="resume-section-content">
<div class="resume-timeline position-relative">
<article class="resume-timeline-item position-relative pb-5">
<div class="resume-timeline-item-header mb-2">
<div class="d-flex flex-column flex-md-row">
<h3 class="resume-position-title font-weight-bold mb-1">Embedded Software Engineer</h3>
<div class="resume-company-name ms-auto">Companytec Automação e Controle Ltda.</div>
</div><!--//row-->
<div class="resume-position-time">2024 - Present</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<p>Software development for Embedded Linux application.</p>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Main projects:</h4>
<ul>
<li>Automation console for gas stations</li>
<ul>
<ul>
<li>Features:</li>
<ul>
<li>7" LCD display GUI with touch panel</li>
<li>Hardware communication interface up to 48 fuel pumps, 32 fuel tank probes and 64 leak sensor (all UART based, proprietary protocols, proprietary hardware interface or RS485)</li>
<li>PC software interface via socket connection using proprietary protocol</li>
<li>Telemetry via MQTT protocol</li>
</ul>
<li>Activities:</li>
<ul>
<li>Main C++ application development (legacy code maintenance and development of new features)</li>
<li>Coordination of tests and release cycle</li>
<li>Development of C firmware for peripheral hardware</li>
</ul>
</ul>
</ul>
</ul>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Technologies:</h4>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">C</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">C++</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">Python</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">JSON</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">RFID</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">PIC16</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">PIC24</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">PIC32</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">Embedded Linux</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">Qt</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">Git</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">Yocto</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">Linux</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">Docker</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">OOP</span></li>
</ul>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
<article class="resume-timeline-item position-relative pb-5">
<div class="resume-timeline-item-header mb-2">
<div class="d-flex flex-column flex-md-row">
<h3 class="resume-position-title font-weight-bold mb-1">Hardware and Software Specialist</h3>
<div class="resume-company-name ms-auto">Midea Carrier</div>
</div><!--//row-->
<div class="resume-position-time">2023 - 2024</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<p>Electronics hardware specification and bare-metal firmware development for light commercial air conditioning market (up to 60.000 BTU).</p>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Main activities:</h4>
<ul>
<li>Development of bare-metal firmware for mass production</li>
<li>Power electronics hardware specification</li>
<li>Schematic capture</li>
<li>Hardware validation</li>
</ul>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Technologies:</h4>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">C</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">Python</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">PCB Design</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">Renesas RX</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">Renesas RL78</span></li>
</ul>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
<article class="resume-timeline-item position-relative pb-5">
<div class="resume-timeline-item-header mb-2">
<div class="d-flex flex-column flex-md-row">
<h3 class="resume-position-title font-weight-bold mb-1">Electronics Design Engineer</h3>
<div class="resume-company-name ms-auto">Companytec Automação e Controle Ltda.</div>
</div><!--//row-->
<div class="resume-position-time">2015 - 2023</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<p>Development of both firmware applications and electronics hardware for oil/gas retail stations equipment.</p>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Main projects:</h4>
<ul>
<li>Forecourt controller</li>
<ul>
<li>PCB design</li>
<li>Hardware communication interface to fuel dispensers (current loop and RS-485)</li>
<li>MCU managed flyback power supply for forecourt controller equipment</li>
<li>Support on troubleshooting of communication protocols</li>
<li>Firmware development of converter for mechanical fuel dispensers to digital protocols</li>
</ul>
<li>Control system for fuel dispenser</li>
<ul>
<li>PCB design meeting EMC requirements</li>
<li>Power supply with back-up battery power</li>
<li>Motor driving</li>
<li>Management of preset operations</li>
<li>Flow rate control via proportional valves</li>
<li>Documentation of proprietary communicaton protocol</li>
<li>Documentation for approval in brazilian regulatory agency</li>
<li>Development of tools for automated troubleshooting and testing (embedded Linux, Python, SSH)</li>
<li>Development of Bluetooth interface for audit purpose</li>
</ul>
</ul>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Main activities:</h4>
<ul>
<li>Embedded bare-metal applications</li>
<ul>
<li>Serial data communication</li>
<li>Power supply management</li>
<li>Low-power applications (battery powered)</li>
<li>Bootloader for in-field firmware update</li>
<li>Liquid flow control in fuelling applications</li>
</ul>
<li>Embedded FreeRTOS applications</li>
<ul>
<li>Bluetooth Low Energy with custom profiles</li>
</ul>
<li>PC software for testing and debugging</li>
<ul>
<li>Primary devices in data communications</li>
<li>Communication sniffers/loggers</li>
<li>Automated generation of files for in-field firmware update</li>
</ul>
<li>PCB design</li>
<ul>
<li>Digital, analog and mixed</li>
<li>Good practices for EMI reduction</li>
<li>Up to 4 layers</li>
</ul>
<li>Switch-mode power supply design</li>
<ul>
<li>Flyback topology (up to 60W)</li>
</ul>
<li>Design specification considering normative rules</li>
<li>Documentation of proprietary communication protocols</li>
</ul>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Technologies:</h4>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">C</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">C++</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">Python</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">Bluetooth Low Energy</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">JSON</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">RFID</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">PIC16</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">PIC24</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">PIC32</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">ARM Cortex-M0</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">ESP32</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">SMPS Design</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">Embedded Linux</span></li>
</ul>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
<article class="resume-timeline-item position-relative pb-5">
<div class="resume-timeline-item-header mb-2">
<div class="d-flex flex-column flex-md-row">
<h3 class="resume-position-title font-weight-bold mb-1">Project Technician</h3>
<div class="resume-company-name ms-auto">Companytec Automação e Controle Ltda.</div>
</div><!--//row-->
<div class="resume-position-time">2009 - 2015</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<p>Auxiliar to the engineering team in designing new products.</p>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Main activities</h4>
<ul>
<li>Testing and validation of new designs</li>
<li>Schematic capture</li>
<li>PCB design</li>
<li>PCB prototyping (CNC Router Machine)</li>
<li>PCB assembly for prototyping (manual, surface-mount and through-hole)</li>
<li>Development of test jigs for production use (hardware and firmware)</li>
<li>Bill of Materials</li>
<li>Elaboration of work instructions for production use</li>
</ul>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Technologies:</h4>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">C</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">PCB Design</span></li>
<li class="list-inline-item"><span class="badge bg-secondary badge-pill">SMT Assembly</span></li>
</ul>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
<article class="resume-timeline-item position-relative pb-5">
<div class="resume-timeline-item-header mb-2">
<div class="d-flex flex-column flex-md-row">
<h3 class="resume-position-title font-weight-bold mb-1">Repair Technician</h3>
<div class="resume-company-name ms-auto">Companytec Automação e Controle Ltda.</div>
</div><!--//row-->
<div class="resume-position-time">2008 - 2009</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<p>Electronic repairing of fuel dispensers controller boards.</p>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
</div><!--//resume-timeline-->
</div>
</section><!--//experience-section-->
</div>
<section class="resume-section education-section mb-5">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Hobbyst projects</h2>
<div class="resume-section-content">
<ul >
<li class="mb-2">Analog electronics for audio in guitar effects and amplifiers (building and repairing)</li>
<li class="mb-2">Linux Kernel building</li>
<li class="mb-2">Bluetooth Classic bridge to USB (<a href="https://github.com/ysba/hidlink">hidlink on Github</a>)</li>
<li class="mb-2">Software for autogenerating C language template code for embedded applications (<a href="https://github.com/ysba/embctask">embctask on Github</a>)</li>
</ul>
</div>
</section><!--//education-section-->
<div class="col-lg-3">
<section class="resume-section skills-section mb-5">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Skills & Tools</h2>
<div class="resume-section-content">
<div class="resume-skill-item">
<ul class="list-unstyled mb-4">
<li class="mb-2">
<div class="resume-skill-name">C</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 90%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">C++</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 70%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Linux Embedded</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 50%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Bare-metal</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 90%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">PCB Design</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 95%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Python</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 75%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
</ul>
</div><!--//resume-skill-item-->
<div class="resume-skill-item">
<h4 class="resume-skills-cat font-weight-bold">Others</h4>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge badge-light">Git</span></li>
<li class="list-inline-item"><span class="badge badge-light">Eagle CAD</span></li>
<li class="list-inline-item"><span class="badge badge-light">Cryptography</span></li>
</ul>
</div><!--//resume-skill-item-->
</div><!--resume-section-content-->
</section><!--//skills-section-->
<section class="resume-section education-section mb-5">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Education</h2>
<div class="resume-section-content">
<ul class="list-unstyled">
<li class="mb-2">
<div class="resume-degree font-weight-bold">Specialization - Software Engineering</div>
<div class="resume-degree-org">UNISINOS</div>
<div class="resume-degree-time">2023</div>
</li>
<li class="mb-2">
<div class="resume-degree font-weight-bold">MSc - Electronic Engineering</div>
<div class="resume-degree-org">UCPEL</div>
<div class="resume-degree-time">2021 - 2023</div>
</li>
<li>
<div class="resume-degree font-weight-bold">BSc - Electrical Engineering</div>
<div class="resume-degree-org">IFSUL</div>
<div class="resume-degree-time">2008 - 2015</div>
</li>
<li>
<div class="resume-degree font-weight-bold">Electronics Technician</div>
<div class="resume-degree-org">IFSUL</div>
<div class="resume-degree-time">2006 - 2008</div>
</li>
</ul>
</div>
</section><!--//education-section-->
<section class="resume-section education-section mb-5">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Courses</h2>
<div class="resume-section-content">
<ul class="list-unstyled">
<li class="mb-2">
<div class="resume-degree font-weight-bold">Specialization in Electronics Design Focusing on Electromagnetic Compatibility</div>
<div class="resume-degree-org">EMC Tecnologia</div>
<div class="resume-degree-time">2015</div>
</li>
</ul>
</div>
</section><!--//education-section-->
<section class="resume-section language-section mb-5">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Language</h2>
<div class="resume-section-content">
<ul class="list-unstyled resume-lang-list">
<li class="mb-2"><span class="resume-lang-name font-weight-bold">Portuguese</span> <small class="text-muted font-weight-normal">(Native)</small></li>
<li class="mb-2 align-middle"><span class="resume-lang-name font-weight-bold">English</span> <small class="text-muted font-weight-normal">(Advanced)</small></li>
</ul>
</div>
</section><!--//language-section-->
</div>
</div><!--//row-->
</div><!--//resume-body-->
</div>
</article>
</body>
</html>