Last week ,I lead the meeting for new project. i'm  very excited. The meeting is divided into the following sections.

1 project introduce.

The project will be an upgraded version of the existing Yitoa GPTimer. Additional features are required to facilitate the use of the Eco Compliant Controller in  multiple products. These multiple products will then include the ECC GP2 as their primary controller to meet the European Eco-design Directive 2009/125/EC, specifically LOT20 for local space heaters.

The additional features will include (In configuration 3 only):
1. A temperature probe (NTC).
2. Set-point temperature readout on the LCD display.
3. User adjustable time and temperature profiles.
4. The ability to select one of three operating configurations. The plastic housing for the EP4078 ECC/GP2 will have the same physical dimensions as the existing Yitoa GP timer. This dictates that the 2 internal PCBs will also have the same dimensions as the PCBs in the existing GP Timer. The plastic housing will have to be modified to accommodate the wire for NTCthermistor. The NTC thermistor wire should be located in the top left hand side of the GP timer as in the photo below.

2 designed schedule

     The product consists of several parts , hadeware, sofeware,and mechined.

  1 technical scheme selection  (according the customer data )

  2 bom and package (priority use the already existed  the pakeage need double confirm)  

  3 schematic and layout  (after review meeting is ok   )

  4 machanical cover  (It's not my responsibility )

 3 engineering schedule

    NPI( new project input)

    ES:   sep 1  

           1 we need accompled the layout and  recall pcb .

           2 propare the test specifiation for the projuct.

           3 pmc Purchase materials on duty.

           4 NPI  arrange produation

           5 PIE and ATE    prepare fixture. and FCT(include Semi-finished produst test and finshed product test )

    EP:need product 100 pcs

     pp: Hold

    MP:Hold

4 System designed concept

5 postcript

fighting!

hadeware designed is easy for me. but the software designed is  differcult .

stm8L151 is same as stm32. I can find lib whtn web, but i haven't programmed in a long time .

timer Compliant Controller project (1)--Product introduction meeting的更多相关文章

  1. timer Compliant Controller project (3)--bom and sch

    After optimization of structural solution , I  must prepare the bom and  drawing circuit diagram as ...

  2. timer Compliant Controller project (2)--Project Demonstration

    1software flow diagram     As we know, Embedded design is the core of  Electronic Product Design. Di ...

  3. timer Compliant Controller project (4)layout and gerber, paning

    1 LAYOUT 2 Gerber 3 CAM350-Paining

  4. RabbitMQ消息队列(一): Detailed Introduction 详细介绍

     http://blog.csdn.net/anzhsoft/article/details/19563091 RabbitMQ消息队列(一): Detailed Introduction 详细介绍 ...

  5. k8s replicaset controller分析(2)-核心处理逻辑分析

    replicaset controller分析 replicaset controller简介 replicaset controller是kube-controller-manager组件中众多控制 ...

  6. asp.net 读取导入的project(mpp)文件

    公司项目有用到读取project文件(.mpp)并保存到指定数据库类似的功能. 查了一下大家总结的方法. 找到一哥们代码,初步判断可行,特此收藏. using System.IO; using Mic ...

  7. 软体project(四)——一生

    软件生存周期是软件project中的一个重要概念,把整个生存周期划分为若干个阶段,是实现软件生产project化的重要步骤. 软件的生存周期一般划分为软件计划.软件开发和软件执行三个时期,例如以下图: ...

  8. you are not allowed to push code to protected branches on this project(转)

    .. 图 1-1 报错:failed to push some refs to 'http://*******.git'. 一痛瞎踅摸之后,远程控制电脑,在H电脑上,重新建立了一个test项目,之后走 ...

  9. k8s replicaset controller分析(1)-初始化与启动分析

    replicaset controller分析 replicaset controller简介 replicaset controller是kube-controller-manager组件中众多控制 ...

随机推荐

  1. JQuery的Ajax跨域请求的解决方式

            今天在项目中须要做远程数据载入并渲染页面,直到开发阶段才意识到ajax跨域请求的问题,隐约记得Jquery有提过一个ajax跨域请求的解决方式,于是即刻翻出Jquery的API出来研究 ...

  2. Scala使用JUnit4单元测试

    在项目开发中在很多地方都要做单元测试,在做Spark项目时使用Scala开发.所以总结一下Scala中的单元测试: 在Maven pom文件中添加依赖: <dependency> < ...

  3. mysql数据库访问权限限制设置

    ---只能本地访问,设置随意访问 update user set host='%' where host='localhost': flush privileges; ---随意访问,设置只能本地访问 ...

  4. WHCTF2017线上小记

    第四届XCTF开始,首战因素,加上团队刚加入了两个新人的原因,还是决定一块参与一下.水了3题.2个RE和1个MISC,照顾新人,写的比较啰嗦. [MISC] PY-PY-PY 下载题目之后是一个pyc ...

  5. mssql语句递归查找所有下级

    if exists (select * from sys.all_objects where name='GetOrgTree') begin drop function GetOrgTree end ...

  6. linux实践--字符集

    一.ASCII码 首先懂得ASCII码表 二 八 十 十六 缩写/字符 0000 0000 0 0 00 NUL(null) 0000 0001 1 1 01 SOH(start of headlin ...

  7. python爬虫scrapy命令工具学习之篇三

    命令行工具(Command line tools) 全局命令 startproject settings runspider shell fetch view version 项目命令 crawl c ...

  8. lua劈分字符串方法及实例

    由于工作项目需要,最近需要用lua来写一些脚本.然而lua并不想java那样有很多的好用的api,很多方法得我们自己来编写和封装,就比如今天碰到的劈分字符串,查找资料后只能自己写了一个. 代码如下 - ...

  9. Java网络编程学习A轮_03_抓包分析TCP四次挥手

    参考资料: http://www.jellythink.com/archives/705 示例代码: https://github.com/gordonklg/study,socket module ...

  10. JavaScript--语法4--函数1

    JavaScript--语法4--函数1 一.心得 二.代码 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" " ...