1 / 13

Portable Control & Measurement Device

Portable Control & Measurement Device. Yotam Vit Karinne Attali. Supervisor: Boaz Mizrachi ( Zoran ) ‏. The PCD:. Portable & user friendly Low-priced Versatile & multi-purposed Measure and display results instantly Store data for later re-evaluation Control over environment

fergal
Download Presentation

Portable Control & Measurement Device

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Portable Control & Measurement Device YotamVitKarinneAttali Supervisor: Boaz Mizrachi (Zoran)‏

  2. The PCD: • Portable & user friendly • Low-priced • Versatile & multi-purposed • Measure and display results instantly • Store data for later re-evaluation • Control over environment • Customization and extension of feature-set in HW & SW

  3. While waiting for the new board… • Gather and process the materials • Self-learning process: • PCD: PIC, Data sheets, schematics, HW & SW • MPLab environment: ICD, debug & program • Design and preparation of ICD connector Cable • BOM & inventory management

  4. !The new board has arrived • Assemble & HW debug • Focus on “power circuit” • Sensors debug and driver implementation • Accelerometer • Pressure • Buzzer • Multiple devices production

  5. Power Circuit • Enables device “turn off” via “on/off switch” • SW open, EN=1.6V • SW closed, EN=2V • When “Pic” reads 2V it enforces logic ‘0’ on EN • DCDC 3.3V shuts down • No VCC to Pic->device turn off if ((shutSum/(double)i)>1.6) {if (dcdcOnOff==0) MCU_POWER_CHRG_CE=0{; Mcu_power_shutdown_detect SW Mcu_power_shutdown EN

  6. Accelerometer A micro-machined device measuring static acceleration. Output voltage alternates according to 3 dimensional axis.

  7. Pressure פישבך קומה 13 A silicon sensor measuring absolute pressure. Output voltage can be convertered to pressure by: פישבך קומה 1

  8. Buzzer for (b=0;b<9000;b++){} for (b=0;b<18000;b++){ if ((b%100)==0) MCU_AUX_BUZZER = !MCU_AUX_BUZZER; } for (b=0;b<9000;b++){} for (b=0;b<18000;b++){ if ((b%190)==0) MCU_AUX_BUZZER = !MCU_AUX_BUZZER; } An electronic audio device working by alternating on and off the signal source given by the PIC, thus creating different frequencies which give a big array of sounds.

  9. Multiple devices production • Common malfunctions: • Design mistakes • Assemble mistakes • Defective components • Short/open circuit • Borderline design • Unexpected high “Pic” resistant • Out of range “Pic” input voltages

  10. Multiple devices production • Locate malfunctions: • Visual check • Voltage measure using Scope • Comparison to proper boards • Confirmation with “Data Sheet” • Resistant measurement w/o component • Disconnect (“lifting”) components (“legs”) • SW

  11. Debugged Status Report Not-debugged

  12. Project BGantt

  13. Questions?

More Related