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. CentOS7 安装mysql-5.7.10(glibc版)

    groupadd mysql useradd -r -g mysql mysql 修改mysql目录及子文件属主和属组 chown -R mysql:mysql mysql shell> cd ...

  2. React Native知识

    http://www.cnblogs.com/wujy/tag/React%20Native/    React Native知识12-与原生交互 React Native知识11-Props(属性) ...

  3. Flask系列(八)flask-session组件

    一.简介 flask-session是flask框架的session组件,由于原来flask内置session使用签名cookie保存,该组件则将支持session保存到多个地方,如: redis:保 ...

  4. php生成二维码的几种方式

    一些php生成二维码的方式:1.google开放api:2.php类库PHP QR Code:3.libqrencode:4.QRcode Perl CGI & PHP scripts 1.g ...

  5. 前端基础(jQuery)

    jquery: JS Bootstrap jquery: write less do more jquery对象: Jquery.方法 ======= $.方法 jquery的基础语法:$(selec ...

  6. java之简单工厂

    1.使用步骤 创建抽象/接口产品类,定义具体产品的公共接口方法:(产品接口类) 创建具体产品类,是继承抽象产品类的:(产品接口实现类) 创建工厂类,通过创建静态方法根据传入不同参数从而创建不同具体产品 ...

  7. ZW团队:IN_OUT传播模型简介

    传统媒体,网络媒体的整合推广,我曾经提出过一个:Tn-Out模式 In-Out是NBA的篮球术语,你自己百度下 传统媒体承担"IN"的角色,负责传播的深度和建立公信力 网络媒体充当 ...

  8. node学习笔记第一天

    ES6---* JavaScript语言随着使用的人越来越多,ECMA语法规范:if/else* 为了让js语言更适应大型应用的开发.旨在消除一些怪异的行为 ### 包含内容(strict严格模式)- ...

  9. c++生成算式并计算(《构建之法》第一章课后第一题)

    c++实现计算器(自动生成算式并计算) 要满足的需求有以下几个: 自动生成随机的四则运算算式,包含括号和小数. 对生成的算式计算出结果. 算式.结果分别存储到不同的文件. 一 生成算式 由上述需求可知 ...

  10. CodeForces 828C String Reconstruction(并查集思想)

    题意:给你n个串,给你每个串在总串中开始的每个位置,问你最小字典序总串. 思路:显然这道题有很多重复填涂的地方,那么这里的时间花费就会特别高. 我们维护一个并查集fa,用fa[i]记录从第i位置开始第 ...