L205 EE
As an Electrical Engineer at P, you will:
Design, build, and verify PCBAs
Create, modify, and update schematics, BOMs, and PCB layouts for new and existing products
Write test specifications and procedures for electrical and electromechanical assemblies
Provide test fixture repair support for manufacturing, QA, and contract manufacturers during NPI
Troubleshoot product failures on PCBs, power supplies, and electromechanical assemblies during initial ramp
Document new product releases or corrective actions (NCR, CAPA) by creating DCNs (ECOs)
Write embedded or PC-level software to control PCB test fixtures
Execute verification and validation protocols for test fixtures, procedures, and software
Follow PAX Labs’ design control and documentation procedures
Create meetings, document action items and maintain project schedules and progress within the development team
Travel to support manufacturing builds
Report and present to management on project status and schedules
Support New Product Introduction
Support Sustaining Engineering
WHAT WE LOOK FOR IN YOU:
Minimum 3 years of relevant Electrical Engineering experience in one or more of the following areas: product design, new product release, test engineering, manufacturing support
Experience with hardware test automation and/or data analysis (Python/R/etc.)
Previous experience with medical devices or other regulated products is desirable
Strong analog, digital, and power circuit design, test, and debugging capabilities.
Schematic and PCB layout experience, preferably with Altium Designer
SMD and through-hole soldering
Experience with embedded microcontrollers and low power devices
Familiarity with wired/wireless communications (I2C, SPI, USB, Bluetooth)
Electromechanical design, assembly, and troubleshooting skills
Software Experience - C is a requirement; Python is a plus
Other required or beneficial knowledge:
BLE (beneficial)
Real-time Operating System (RTOS) (beneficial)
Understanding of serial communication protocols I2C, SPI, UART (required)
Working with EE to bring up a PCB (required)
Experience with sensors or other ICs communicating over SPI and/or I2C
PLM Experience (beneficial)
Key attributes necessary for success:
Self-motivated, team player, and strong desire to learn new skills and grow
Ability to multi-task or focus on detailed problems, and tenacity to drive issues until resolved
Strong communication skills, the ability to work effectively with peers and management alike in a high-paced global environment
A sense of flexibility and an ability to respond quickly, energetically, and enthusiastically to changes.
Excellent cross-functional communication skills and experience
L205 EE的更多相关文章
- Eclipse for Java EE软件操作集锦(一)
以下是我在Java网站开发过程中,关于软件操作Eclipse中,遇到的一些问题并提供了解决方案.一.java web开发使用的集成开发工具是eclipse for Java EE 官方下载地址:htt ...
- 【Java EE 学习 80 上】【WebService】
一.WebService概述 什么是WebService,顾名思义,就是基于Web的服务,它使用Http方式接收和响应外部系统的某种请求,从而实现远程调用.WebService实际上就是依据某些标准, ...
- 【Java EE 学习 74 上】【数据采集系统第六天】【使用Jfreechart的统计图实现】【Jfreechart的基本使用方法】
之前已经实现了数据的采集,现在已经有了基本的数据,下一步就需要使用这些数据实现统计图的绘制了.这里使用Jfreechart实现这些统计图的绘制.首先看一下Jfreechart的基本用法,只有知道了它的 ...
- 【Java EE 学习 69 中】【数据采集系统第一天】【SSH框架搭建】
经过23天的艰苦斗争,终于搞定了数据采集系统~徐培成老师很厉害啊,明明只是用了10天就搞定的项目我却做了23天,还是模仿的...呵呵,算了,总之最后总算是完成了,现在该好好整理该项目了. 第一天的内容 ...
- 【Java EE 学习 67 下】【OA项目练习】【SSH整合JBPM工作流】【JBPM项目实战】
一.SSH整合JBPM JBPM基础见http://www.cnblogs.com/kuangdaoyizhimei/p/4981551.html 现在将要实现SSH和JBPM的整合. 1.添加jar ...
- 轻量级Java EE企业应用实战(第4版):Struts 2+Spring 4+Hibernate整合开发(含CD光盘1张)
轻量级Java EE企业应用实战(第4版):Struts 2+Spring 4+Hibernate整合开发(含CD光盘1张)(国家级奖项获奖作品升级版,四版累计印刷27次发行量超10万册的轻量级Jav ...
- MyEclipse的项目中把 java EE 5 Libraries 删掉后怎么重新导入
myeclipse中鼠标右击项目->properties->java Build Path=>Libraries=>Add Library...=>选择MyEclipse ...
- 《Java EE 开发技术与案例教程》 这是一本好书啊:简洁精辟(相见恨晚)
第一章:Java EE 概述 1.get:JPA:Java Persistence API, 数据持久化API: JPA是一种ORM规范,它的实现实例:Hibernate.mybatis 2.Web ...
- 【Java EE 学习 25 上】【网上图书商城项目实战】
一.概述 1.使用的jdk版本:1.6 2.java EE版本:1.6 3.指导老师:传智播客 王建 二.小项目已经实现的功能 普通用户: 1.登陆 2.注册 3.购物 4.浏览 管理员用户(全部管理 ...
随机推荐
- android读取通讯录和使用系统通讯录
第一步:注册权限 <uses-permission android:name="android.permission.WRITE_CONTACTS" /> <us ...
- python之redis模块
一.redis简介 redis是一个key-value存储系统.和Memcached类似,它支持存储的value类型相对更多,包括string(字符串).list(链表).set(集合).zset(s ...
- Flume+Morphlines实现数据的实时ETL
转载:http://mp.weixin.qq.com/s/xCSdkQo1XMQwU91lch29Uw Apache Flume介绍: Apache Flume是一个Apache的开源项目,是一个分布 ...
- java程序运行一段时间之后停止
原创文章,未经作者允许,禁止转载!!!!!!! 如何用java是一段代码运行一段时间之后自动停止运行? 就拿打印随机函数的代码来做例子吧,让程序随机打印1-10的数字,打印十秒钟后停止打印: publ ...
- uva1416 dijkstra
大白书P330 这题比较麻烦 给出一个n个节点m条边的无向图,每条边上有一个正权.令c等于每对节点的最短路长度之和.例n=3时, c = d(1,1)+d(1,2)+d(1,3)+d(2,1)+d(2 ...
- TED #03# 10 ways to have a better conversation
Teach you how to talk and how to listen Many of you have already heard a lot of advice on this, thin ...
- pyDay13
内容来自廖雪峰的官方网站. 1.把list.dict.str等Iterable变成Iterator可以使用iter()函数 >>> L = iter([1, 2, 3, 4, 5, ...
- P1122 最大子树和(树形dp)
P1122 最大子树和 大水题 随便找一个点做根,蓝后累计子树和. 子树和<0的话不取就行了 顺便找个最大值输出 end. #include<iostream> #include&l ...
- [3140] Sublime Text 2.x, 3.x 通用注册码、密钥集合
[3140] Sublime Text 2.x, 3.x Universal License Keys collection for Win, Mac & Lin 所有这些许可证密钥都被测试( ...
- Xilinx Uboot网卡驱动分析
1.MAC控制器.网卡.PHY.MDIO.mii.gmii.rgmii概念扫盲 网卡在功能上包含OSI模型的两个层,数据链路层和物理层.物理层定义了数据传送与接收所需要的电与光信号.线路状态.时钟基准 ...