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. Google I/O 2014 - Keynote for Android

    版权声明:本文为博主原创文章,未经博主同意不得转载. https://blog.csdn.net/jingxia2008/article/details/34809467 Google I/O 201 ...

  2. Spark中ml和mllib的区别

    转载自:https://vimsky.com/article/3403.html Spark中ml和mllib的主要区别和联系如下: ml和mllib都是Spark中的机器学习库,目前常用的机器学习功 ...

  3. python多线程为什么不能利用多核cpu

    GIL 与 Python 线程的纠葛 GIL 是什么东西?它对我们的 python 程序会产生什么样的影响?我们先来看一个问题.运行下面这段 python 程序,CPU 占用率是多少? # 请勿在工作 ...

  4. 内存记号(Memory Trail)[自定义的名字] --调试方法

    即使你把输出导向到文件中,运转记录花费的时间所带来的冲击,仍然足够改变程序的执行结果.如果要改善这种情况,我必须回到一个我所谓的“Memory Trails”(内存记号)的低阶技术中.为了使用 mem ...

  5. cocos-lua基础学习(10)scheduler类学习笔记

    local scheduler = cc.Director:getInstance():getScheduler() local function shouldNotCrash(dt) end loc ...

  6. EF Code First 学习笔记:表映射(转)

      多个实体映射到一张表 Code First允许将多个实体映射到同一张表上,实体必须遵循如下规则: 实体必须是一对一关系 实体必须共享一个公共键 观察下面两个实体: public class Per ...

  7. 前端优化点(此文转载 http://mp.weixin.qq.com/s/6mVVKmqDL_xYl15AeoJTWg)

    此文转载自:http://mp.weixin.qq.com/s/6mVVKmqDL_xYl15AeoJTWg (原文地址) 围绕前端的性能多如牛毛,涉及到方方面面,以下我们将围绕PC浏览器和移动端浏览 ...

  8. MySQL基础语句【学习笔记】

    放在这里,以备后查. 1. 数据库, 数据库服务器, 数据库语言 数据库,是持久性数据的集合,供给定企业的应用程序系统使用,并且由一个数据库管理系统来管理: 数据库服务器,又称数据库管理系统,用来管理 ...

  9. 这才是官方的tapable中文文档

    起因 搜索引擎搜索tapable中文文档,你会看见各种翻译,点进去一看,确实是官方的文档翻译过来的,但是webpack的文档确实还有很多需要改进的地方,既然是开源的为什么不去github上的tapab ...

  10. 20155201 实验三《Java面向对象程序设计》实验报告

    20155201 实验三<Java面向对象程序设计>实验报告 一.实验内容 XP基础 XP核心实践 相关工具 二.实验要求 1.没有Linux基础的同学建议先学习<Linux基础入门 ...