SlideShare a Scribd company logo
Enabling Products….
        … Building Business
Challenges in Managing
Embedded Product
Development




12 October 2008




Atul Nene
Email: atul.nene@coreobjects.com
CoreObjects
We build products that help build new businesses
Agenda


• Case Study – Remote Keyless Entry
• What is so special about Embedded Systems ?
• Challenges
   •   External Impacts
   •   Mechanical Design
   •   Hardware
   •   Firmware
   •   Software
   •   Manufacturing
   •   People
Case Study – Remote Keyless Entry


•   Remote keyless entry system (RKE)
•   Additionally, remote keyless ignition system (RKI)
•   Broadcasting radio waves on a particular frequency
•   Electronic key encrypted during transmission for security

Advanced Feature Considerations
• Larger Range of operation
•   Additional Feature Control (Trunk/Boot Release, Light Activation)
• Proximity versus Button Press

Design Considerations
• System on Chip, Secure Communication
• Usability, Durability of Enclosure, Battery Life
• Cost of Production, Target Vehicles
What is SO Special about Embedded Products ?


• Examples
    • Tyre Pressure Monitor (Automotive Electronics)
    • Blood Pressure Monitor (Medical Devices)
    • Home Security Appliance (Safe Living Systems)
    • Personal Digital Assistants (Personal Productivity Systems)
    • Mobile Phones – SmartPhones (Mobile Telephony)
    • Audio Video Players ( Infotainment)
    • Toys ! (Edutainment)
    • Video Games and Game Consoles (Gaming)
    • Remote Controls (Entertainment !)
    • Robots (Robotics) – Remember the Aibo ?
    • Disk Drives (Computer peripherals) – ‘mice’ too! (or should that be
      ‘Mouses’ ?)
    • Industrial Control Panels (Human Machine Interface)
    • Any more that the audience can identify ?
Components of Embedded Products

                                                      • Analog , Digital
       • Mechanical
                                                      • Microcontroller
         Enclosure
                                                      • High-power ,
       • User Interaction                               low-power
       • Documentation                                • High volume
       • Packaging                                    • Mission critical,
                                                        Consumer

                            End User    Electronics
                            Interface   (Hardware)




                            Software    Firmware

      • Desktop                                       • Assembly
                                                      •C
      • Server
                                                      • C++
      • Network
                                                      • Tools
The Development Path




        Complexity
                                                           Mfg.
                                                 Testing

                                   Design &
                                   Development

                       Research/
                       Prototype

          Concept/
          Product
                                                    Time
          Definition
Product Considerations



               Gadgets, Appliances, Equipment


               End (Concept ) to End (Manufacturing) Scope

               Business Model considerations (There is fortune at
               the bottom of the pyramid, will the buyer of the product get micro-
               finance ?)


               Packaging & Distribution of end product

               User Education and Marketing collateral
               • Many more …
The Managers Mandate



     Program
    Management
                                     Mechanical
                                      Design




                       Electronics




                                                  Firmware




                                                             Launch!
Challenges : External Impacts


 • Impact of component pricing on design and customer expectations -
   temporal, quantities, accessibility and relationships with vendors,
   geographical considerations
 • Regulations and Compliance
 • Dependency on Pre-stabilized research
 • Combining Customer Perspective + User Perspective + In-house
   expertise – resolving conflicts
 • False Precision Of Estimates : There are tolerances and buffers built
   into estimates at all levels but what is most ironic is that no one, and
   especially not 'management', will take a range of numbers for an
   answer ! Ever tried your boss with 'About 17 to 71 days' ? :)
     •   A Hidden Rule of Project Management from the book “Why Does Software Cost
         So Much?: And Other Puzzles of the Information Age” by Tom DeMarco
Challenges : Representative Quote 1




  Product failure and development failure are not the
  same thing, but they are indeed both management
                       failures.




        • Guy Macon, Electronics Engineer & Project Manager
Challenges : Representative Quote 2




 “It all had to integrate seamlessly. There are three different
  development teams there, and they all have to be in sync
    with revisions of both hardware and software. For us, it
  was about delivering a set of functionality on the agreed-
   upon schedule. For example, Microsoft wanted different
      elements of the design operational at certain times.”



 • Paul Wilson, a product-line manager for audio products at Wolfson,
   part of the team that built the Microsoft Zune, Source: An article on
   embedded.com
Challenges : Representative Quote 3




 Knowing how to solder doesn’t make someone an
 electronics engineer.
 Knowing how to code doesn’t make someone a firmware
 engineer.
 Simply knowing how to solder + code doesn’t make you
 an embedded system engineer – there is a lot more to it!



 • Philip Koopman
Challenges : Mechanical Design


•   Defining the Usage
•   Defining the User Interaction Flow
•   High costs of Physical Prototypes
•   Who understands the user better - Designer or Customer ?
•   Working with ‘Artists’ to deliver on time
Challenges : The Importance of User Perspective




     My video camera has 53 buttons. It sure does a lot of stuff
   dubbing titles, editing and more but is so hard to use it hasn't
      been powered on in years. Yet my parents had an 8 mm
  camera that had two controls: a roller-skate-like key to wind up
   the drive spring, and a quot;take filmquot; button. Its simplicity meant
    they recorded every significant (and otherwise) event in the
                          lives of their 5 kids.



 • Jack Ganssle, an authority in Embedded Systems. Source: An
   article in embedded.com
Challenges : The Importance of User Perspective …



 Some intrinsically complex products all but scream ease of use – the iPod comes to
 mind, its interface even more compelling when compared with competing units that
               offer the same functionality, and yet are utterly mystifying.

   Most product differentiation derives from a wealth of features. Cell phones offer
   downloadable ring tones, built-in games, schedulers, and more, all nifty enough
             stuff but none of which contribute to making reliable calls.

   When we engineers, industrial designers, and human-interface quot;expertsquot; overly
  complicate these features, or make them incomprehensible, or steer the user to a
   manual instead of making their use naturally obvious, we're chasing customers
                                       away.
• Jack Ganssle, an authority in Embedded Systems. Source: An article in
  embedded.com
Challenges : Hardware



 • Technical decisions: internal experts vs. customer experts
 • Selecting the right components, expecially the processor and its
   variants
 • Identifying & Designing Subsystems (SoCs)
 • Sleek UIs => Color LCDs/TFTs with TouchPanel => Higher BOM
   costs
 • Getting the hardware right in minimum number of cycles
 • Reliability aspects affect the design and hence needs to be built in
 • RoHS compliance
 • Longevity of Components
Challenges : Firmware


• Constrained environment – limited operating resources
• Choice of OS and development tools
• Writing to a Simulator to parallelize
• Writing to a HAL
• Stabilizing Input – ADCs
• Firmware versions
• Necessity to use manufacturer supplied tools – issues with tools
• Using ‘Flashing LEDs’ and ‘Beeps’ to troubleshoot in an otherwise
  ‘blind’ environment.
• Building in capacity to debug – towards post deployment diagnosis
Challenges : Firmware : Representative Quotes


                   If you can't write a zero-bug toy
                    control program, you have no
                     business being in an industry
                     where the minimum order is
                      50,000 masked-ROM parts.
                 • Found on the Internet




                 It is possible to write a quot;reset => branch
                    => do something => sleepquot; program
                   with no bugs. In fact, most programs
                   that consist of less than 32 assembly
                  language instructions on a very limited
                    4-bit uP can be made with no bugs.
                 • Found on the Internet
Challenges : Software


 • Device to Web Considerations, via Mobile
 • Separate effort for ‘Software’ – different from ‘Firmware’ – and
   associated skill sets and tools
 • Risk of Costs not being considered during planning
Challenges : Software : Quotable Quote




 fix (vb.):
 1. to paper over, obscure, hide from public view;
 2. to work around, in a way that produces unintended
 consequences that are worse than the original problem.
 Usage: quot;Windows ME fixes many of the shortcomings of
 Windows 98 SEquot;.



 • Hutchison
Challenges : Manufacturing



• Undependable component shipping schedules, customs delays
• Design optimization disguised as ‘value engineering’ : avoiding
  detriment to quality
• Mechanized PCB Manufacturing and Assembly
• Automating quality control – Test Jig Design and Assembly
• Burning firmware and allied bits on multiple processors and ROMs
• Matching customer’s Launch and Distribution schedule
Challenges : People, Primarily Attitudes and Habits



 • Embedded Engineers need to have balance of firmware and
   hardware thinking.
 • Impossible to rollback or modify Requirements after the Design is
   complete. Mindset of doing a thorough job of Requirements is
   needed.
 • Methodical and meticulous – mistakes are not easily recoverable.
 • Time-To-Market is critical. Scheduling allows for minimal buffers.
Challenges : People …



                        Embedded engineering can't be cast
                        in rules, it's art. No certificate will
                        guarantee an engineer's creativity to
                        translate product requirements into a
                        working, cost effective product.



                               Embedded engineering is
                               engineering, not art. There is some
                               art to it - just as there is some
                               art to architecture. However, the
                               general disregard of quot;the rulesquot; is why
                               everyone rolls their eyes when
                               engineers produce time and cost
                               estimates.
Challenges : People : You be the judge


                                           It's been said that if
                                         buildings were designed
                                          the way software was
                                            designed, the first
                                           woodpecker to come
                                           along would destroy
                                                 civilization.




              This world would not
            have seen the progress
            it has today, were it not
               for the engineering
             discipline. It has been
                  ‘built’, literally.
Challenges : People: An Email Communication Bad Practice



                    A: Because it fouls the order in which
                    people normally read text.

                   Q: Why is top-posting such a bad thing?


                    A: Top-posting.


                    Q: What is the most annoying thing on
                    usenet and in e-mail?
Challenges : People: The Good Practice



         • What is the most annoying thing on usenet and in e-mail?
  Q:

         • Top-posting.
  A:

         • Why is top-posting such a bad thing?
  Q:
         • Because it fouls the order in which people normally read
           text.
  A:
Challenges : People: How Meetings go


                Hold a Meeting with Customer for Requirements Gathering

          Discuss Issues                    Make Decisions                  Assign Actions




                                    Hold a Follow-on Meeting

       Discuss More Issues               Make More Decisions             Assign More Actions




  Halfway through the project, get call from Customer with Additional Requirements
    Can’t lookup whether this is    Can’t be sure if there opportunity
                                                                         Promise the avoidable
  violation of previous agreement         to make more money




                                        Botch up Delivery
        Schedule slippage           Put in more effort than planned          Lose money
Challenges : People: How Meetings SHOULD go


                Hold A Meeting with customer for Requirements Gathering

          Discuss Issues                      Make Decisions                       Assign Actions




                           DOCUMENT and CIRCULATE the Minutes

     Take Special cognizance of the Action Items          Use Tools to Track Action Items to completion




  Halfway through the project, get call from Customer with Additional Requirements
 Lookup previous Minutes      Refer the Minutes to                                 Promise with approval of
                                                      Set the right expectations
   as reference check          customer as proof                                         escalation




                              Make a Better and Profitable Delivery
Challenges : Putting it all together



 •   Building for tolerances,
 •   Remembering packaging
 •   Remembering User Documentation,
 •   Having an acceptable the Final Per Unit Price
Thank You

                                   The Managers Motto

                                   - Make Detailed Plans,
                                   - Obtain Stakeholder Buy-Ins,
                                   - Execute, and
                                   - Spread the Cheer !




                                         Q&A
                                         We build products that help build new businesses
                                         12 October 2008
Atul Nene
Email: atul.nene@coreobjects.com

More Related Content

What's hot

Discovering Computers: Chapter 05
Discovering Computers: Chapter 05Discovering Computers: Chapter 05
Discovering Computers: Chapter 05
Anna Stirling
 
IT@Intel: Creating Smart Spaces with All-in-Ones
IT@Intel:  Creating Smart Spaces with All-in-OnesIT@Intel:  Creating Smart Spaces with All-in-Ones
IT@Intel: Creating Smart Spaces with All-in-Ones
IT@Intel
 
Discovering Computers: Chapter 03
Discovering Computers: Chapter 03Discovering Computers: Chapter 03
Discovering Computers: Chapter 03
Anna Stirling
 
SolarWinds or HP SiteScope Comparison
SolarWinds or HP SiteScope ComparisonSolarWinds or HP SiteScope Comparison
SolarWinds or HP SiteScope Comparison
SolarWinds
 
Architecture Firm Boosts Productivity, Strengthens Security with System Upgra...
Architecture Firm Boosts Productivity, Strengthens Security with System Upgra...Architecture Firm Boosts Productivity, Strengthens Security with System Upgra...
Architecture Firm Boosts Productivity, Strengthens Security with System Upgra...
Windows 7 Professional
 
Temia Mobile Device Management Webinar 03 21-12
Temia Mobile Device Management Webinar 03 21-12Temia Mobile Device Management Webinar 03 21-12
Temia Mobile Device Management Webinar 03 21-12
Wireless_Analytics
 
Empower Employee to Work Anyplace, Amytime
Empower Employee to Work Anyplace, AmytimeEmpower Employee to Work Anyplace, Amytime
Empower Employee to Work Anyplace, Amytime
Advanced Logic Industries
 
Master agile development and testing
Master agile development and testingMaster agile development and testing
Master agile development and testingvmglover
 
I Phone Presentation Jan Linden Gips
I Phone Presentation Jan Linden GipsI Phone Presentation Jan Linden Gips
I Phone Presentation Jan Linden Gipsrajivmordani
 
Intel Movidius Neural Compute Stick presentation @QConf San Francisco
Intel Movidius Neural Compute Stick presentation @QConf San FranciscoIntel Movidius Neural Compute Stick presentation @QConf San Francisco
Intel Movidius Neural Compute Stick presentation @QConf San Francisco
Darren Crews
 
Dell S&P and the Efficient Workforce
Dell S&P and the Efficient WorkforceDell S&P and the Efficient Workforce
Dell S&P and the Efficient Workforce
Alexandra Holt
 
Samples 3 Print
Samples 3 PrintSamples 3 Print
Samples 3 PrintHang Le
 
9 yrs of Testing Exp_STB and DSL gateway products
9 yrs of Testing Exp_STB and DSL gateway products9 yrs of Testing Exp_STB and DSL gateway products
9 yrs of Testing Exp_STB and DSL gateway productsPrakash S M
 
Nigel Brown's Resume
Nigel Brown's ResumeNigel Brown's Resume
Nigel Brown's Resume
NigelMarc
 
Bogota Insurance Broker sees Productivity and Operational Savings with Window...
Bogota Insurance Broker sees Productivity and Operational Savings with Window...Bogota Insurance Broker sees Productivity and Operational Savings with Window...
Bogota Insurance Broker sees Productivity and Operational Savings with Window...
Windows 7 Professional
 
Deploying Image Classifiers on Intel® Movidius™ Neural Compute Stick
Deploying Image Classifiers on Intel® Movidius™ Neural Compute StickDeploying Image Classifiers on Intel® Movidius™ Neural Compute Stick
Deploying Image Classifiers on Intel® Movidius™ Neural Compute Stick
Intel® Software
 
Performance and durability comparison: Dell Latitude 14 5000 Series vs. HP El...
Performance and durability comparison: Dell Latitude 14 5000 Series vs. HP El...Performance and durability comparison: Dell Latitude 14 5000 Series vs. HP El...
Performance and durability comparison: Dell Latitude 14 5000 Series vs. HP El...
Principled Technologies
 

What's hot (20)

Discovering Computers: Chapter 05
Discovering Computers: Chapter 05Discovering Computers: Chapter 05
Discovering Computers: Chapter 05
 
101 cd 1445-1515
101 cd 1445-1515101 cd 1445-1515
101 cd 1445-1515
 
Brightstar Brochure New[1]
Brightstar Brochure New[1]Brightstar Brochure New[1]
Brightstar Brochure New[1]
 
IT@Intel: Creating Smart Spaces with All-in-Ones
IT@Intel:  Creating Smart Spaces with All-in-OnesIT@Intel:  Creating Smart Spaces with All-in-Ones
IT@Intel: Creating Smart Spaces with All-in-Ones
 
Discovering Computers: Chapter 03
Discovering Computers: Chapter 03Discovering Computers: Chapter 03
Discovering Computers: Chapter 03
 
SolarWinds or HP SiteScope Comparison
SolarWinds or HP SiteScope ComparisonSolarWinds or HP SiteScope Comparison
SolarWinds or HP SiteScope Comparison
 
Architecture Firm Boosts Productivity, Strengthens Security with System Upgra...
Architecture Firm Boosts Productivity, Strengthens Security with System Upgra...Architecture Firm Boosts Productivity, Strengthens Security with System Upgra...
Architecture Firm Boosts Productivity, Strengthens Security with System Upgra...
 
Temia Mobile Device Management Webinar 03 21-12
Temia Mobile Device Management Webinar 03 21-12Temia Mobile Device Management Webinar 03 21-12
Temia Mobile Device Management Webinar 03 21-12
 
Resume_sunil
Resume_sunilResume_sunil
Resume_sunil
 
Empower Employee to Work Anyplace, Amytime
Empower Employee to Work Anyplace, AmytimeEmpower Employee to Work Anyplace, Amytime
Empower Employee to Work Anyplace, Amytime
 
Master agile development and testing
Master agile development and testingMaster agile development and testing
Master agile development and testing
 
I Phone Presentation Jan Linden Gips
I Phone Presentation Jan Linden GipsI Phone Presentation Jan Linden Gips
I Phone Presentation Jan Linden Gips
 
Intel Movidius Neural Compute Stick presentation @QConf San Francisco
Intel Movidius Neural Compute Stick presentation @QConf San FranciscoIntel Movidius Neural Compute Stick presentation @QConf San Francisco
Intel Movidius Neural Compute Stick presentation @QConf San Francisco
 
Dell S&P and the Efficient Workforce
Dell S&P and the Efficient WorkforceDell S&P and the Efficient Workforce
Dell S&P and the Efficient Workforce
 
Samples 3 Print
Samples 3 PrintSamples 3 Print
Samples 3 Print
 
9 yrs of Testing Exp_STB and DSL gateway products
9 yrs of Testing Exp_STB and DSL gateway products9 yrs of Testing Exp_STB and DSL gateway products
9 yrs of Testing Exp_STB and DSL gateway products
 
Nigel Brown's Resume
Nigel Brown's ResumeNigel Brown's Resume
Nigel Brown's Resume
 
Bogota Insurance Broker sees Productivity and Operational Savings with Window...
Bogota Insurance Broker sees Productivity and Operational Savings with Window...Bogota Insurance Broker sees Productivity and Operational Savings with Window...
Bogota Insurance Broker sees Productivity and Operational Savings with Window...
 
Deploying Image Classifiers on Intel® Movidius™ Neural Compute Stick
Deploying Image Classifiers on Intel® Movidius™ Neural Compute StickDeploying Image Classifiers on Intel® Movidius™ Neural Compute Stick
Deploying Image Classifiers on Intel® Movidius™ Neural Compute Stick
 
Performance and durability comparison: Dell Latitude 14 5000 Series vs. HP El...
Performance and durability comparison: Dell Latitude 14 5000 Series vs. HP El...Performance and durability comparison: Dell Latitude 14 5000 Series vs. HP El...
Performance and durability comparison: Dell Latitude 14 5000 Series vs. HP El...
 

Similar to Challenges In Managing Embedded Product Development

Why Care About UX
Why Care About UXWhy Care About UX
Why Care About UX
David Chou
 
Usability Engineering
Usability EngineeringUsability Engineering
Usability Engineering
Easypeasy
 
PCDW For Owners
PCDW For OwnersPCDW For Owners
PCDW For Owners
cbrandon
 
Unosat19 April09
Unosat19 April09Unosat19 April09
Unosat19 April09guestf13366
 
Q1 2009 Earning Report of National Instruments Corp
Q1 2009 Earning Report of National Instruments CorpQ1 2009 Earning Report of National Instruments Corp
Q1 2009 Earning Report of National Instruments Corpearningreport earningreport
 
Smalltalk on a CE device
Smalltalk on a CE deviceSmalltalk on a CE device
Smalltalk on a CE device
ESUG
 
Ball Systems Capabilities
Ball Systems CapabilitiesBall Systems Capabilities
Ball Systems Capabilitiesamhoff
 
Source2VALUE
Source2VALUESource2VALUE
Source2VALUE
coenburki
 
Omnext Source2VALUE
Omnext Source2VALUEOmnext Source2VALUE
Omnext Source2VALUEmeijerandre
 
Joe Honan Virtualization Trends
Joe Honan   Virtualization TrendsJoe Honan   Virtualization Trends
Joe Honan Virtualization Trends
1velocity
 
Defrag Keynote: Social Computing and the Enterprise-Bridging the Gap
Defrag Keynote: Social Computing and the Enterprise-Bridging the GapDefrag Keynote: Social Computing and the Enterprise-Bridging the Gap
Defrag Keynote: Social Computing and the Enterprise-Bridging the Gap
Mark Koenig
 
SE-TEXT-BOOK_Material.doc
SE-TEXT-BOOK_Material.docSE-TEXT-BOOK_Material.doc
SE-TEXT-BOOK_Material.doc
DrPreethiD1
 
SE-TEXT-BOOK_Material.doc
SE-TEXT-BOOK_Material.docSE-TEXT-BOOK_Material.doc
SE-TEXT-BOOK_Material.doc
DrPreethiD1
 
The 7 Sins of Software Engineers in HEP
The 7 Sins of Software Engineers in HEPThe 7 Sins of Software Engineers in HEP
The 7 Sins of Software Engineers in HEP
Ioannis Baltopoulos
 
Reviewed Actminds Presentation Jul2007
Reviewed  Actminds  Presentation Jul2007Reviewed  Actminds  Presentation Jul2007
Reviewed Actminds Presentation Jul2007
Actminds
 
Kahuna Systems : Product Engineering Services
Kahuna Systems : Product Engineering ServicesKahuna Systems : Product Engineering Services
Kahuna Systems : Product Engineering Services
kahunasystems
 
Ecd302 unit 01(investigate ecad systems)
Ecd302 unit 01(investigate ecad systems)Ecd302 unit 01(investigate ecad systems)
Ecd302 unit 01(investigate ecad systems)Xi Qiu
 
Value Of Cloud Computing For Fed Governmen Oct 8 Tim May
Value Of Cloud Computing For Fed Governmen Oct 8 Tim MayValue Of Cloud Computing For Fed Governmen Oct 8 Tim May
Value Of Cloud Computing For Fed Governmen Oct 8 Tim May
GovCloud Network
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Safe Software
 

Similar to Challenges In Managing Embedded Product Development (20)

Why Care About UX
Why Care About UXWhy Care About UX
Why Care About UX
 
Usability Engineering
Usability EngineeringUsability Engineering
Usability Engineering
 
PCDW For Owners
PCDW For OwnersPCDW For Owners
PCDW For Owners
 
Unosat19 April09
Unosat19 April09Unosat19 April09
Unosat19 April09
 
Q1 2009 Earning Report of National Instruments Corp
Q1 2009 Earning Report of National Instruments CorpQ1 2009 Earning Report of National Instruments Corp
Q1 2009 Earning Report of National Instruments Corp
 
Smalltalk on a CE device
Smalltalk on a CE deviceSmalltalk on a CE device
Smalltalk on a CE device
 
Ball Systems Capabilities
Ball Systems CapabilitiesBall Systems Capabilities
Ball Systems Capabilities
 
Source2VALUE
Source2VALUESource2VALUE
Source2VALUE
 
Omnext Source2VALUE
Omnext Source2VALUEOmnext Source2VALUE
Omnext Source2VALUE
 
Joe Honan Virtualization Trends
Joe Honan   Virtualization TrendsJoe Honan   Virtualization Trends
Joe Honan Virtualization Trends
 
Defrag Keynote: Social Computing and the Enterprise-Bridging the Gap
Defrag Keynote: Social Computing and the Enterprise-Bridging the GapDefrag Keynote: Social Computing and the Enterprise-Bridging the Gap
Defrag Keynote: Social Computing and the Enterprise-Bridging the Gap
 
SE-TEXT-BOOK_Material.doc
SE-TEXT-BOOK_Material.docSE-TEXT-BOOK_Material.doc
SE-TEXT-BOOK_Material.doc
 
SE-TEXT-BOOK_Material.doc
SE-TEXT-BOOK_Material.docSE-TEXT-BOOK_Material.doc
SE-TEXT-BOOK_Material.doc
 
The 7 Sins of Software Engineers in HEP
The 7 Sins of Software Engineers in HEPThe 7 Sins of Software Engineers in HEP
The 7 Sins of Software Engineers in HEP
 
Apm andre santos
Apm andre santosApm andre santos
Apm andre santos
 
Reviewed Actminds Presentation Jul2007
Reviewed  Actminds  Presentation Jul2007Reviewed  Actminds  Presentation Jul2007
Reviewed Actminds Presentation Jul2007
 
Kahuna Systems : Product Engineering Services
Kahuna Systems : Product Engineering ServicesKahuna Systems : Product Engineering Services
Kahuna Systems : Product Engineering Services
 
Ecd302 unit 01(investigate ecad systems)
Ecd302 unit 01(investigate ecad systems)Ecd302 unit 01(investigate ecad systems)
Ecd302 unit 01(investigate ecad systems)
 
Value Of Cloud Computing For Fed Governmen Oct 8 Tim May
Value Of Cloud Computing For Fed Governmen Oct 8 Tim MayValue Of Cloud Computing For Fed Governmen Oct 8 Tim May
Value Of Cloud Computing For Fed Governmen Oct 8 Tim May
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 

Recently uploaded

Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
g2nightmarescribd
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 

Recently uploaded (20)

Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 

Challenges In Managing Embedded Product Development

  • 1. Enabling Products…. … Building Business
  • 2. Challenges in Managing Embedded Product Development 12 October 2008 Atul Nene Email: atul.nene@coreobjects.com CoreObjects We build products that help build new businesses
  • 3. Agenda • Case Study – Remote Keyless Entry • What is so special about Embedded Systems ? • Challenges • External Impacts • Mechanical Design • Hardware • Firmware • Software • Manufacturing • People
  • 4. Case Study – Remote Keyless Entry • Remote keyless entry system (RKE) • Additionally, remote keyless ignition system (RKI) • Broadcasting radio waves on a particular frequency • Electronic key encrypted during transmission for security Advanced Feature Considerations • Larger Range of operation • Additional Feature Control (Trunk/Boot Release, Light Activation) • Proximity versus Button Press Design Considerations • System on Chip, Secure Communication • Usability, Durability of Enclosure, Battery Life • Cost of Production, Target Vehicles
  • 5. What is SO Special about Embedded Products ? • Examples • Tyre Pressure Monitor (Automotive Electronics) • Blood Pressure Monitor (Medical Devices) • Home Security Appliance (Safe Living Systems) • Personal Digital Assistants (Personal Productivity Systems) • Mobile Phones – SmartPhones (Mobile Telephony) • Audio Video Players ( Infotainment) • Toys ! (Edutainment) • Video Games and Game Consoles (Gaming) • Remote Controls (Entertainment !) • Robots (Robotics) – Remember the Aibo ? • Disk Drives (Computer peripherals) – ‘mice’ too! (or should that be ‘Mouses’ ?) • Industrial Control Panels (Human Machine Interface) • Any more that the audience can identify ?
  • 6. Components of Embedded Products • Analog , Digital • Mechanical • Microcontroller Enclosure • High-power , • User Interaction low-power • Documentation • High volume • Packaging • Mission critical, Consumer End User Electronics Interface (Hardware) Software Firmware • Desktop • Assembly •C • Server • C++ • Network • Tools
  • 7. The Development Path Complexity Mfg. Testing Design & Development Research/ Prototype Concept/ Product Time Definition
  • 8. Product Considerations Gadgets, Appliances, Equipment End (Concept ) to End (Manufacturing) Scope Business Model considerations (There is fortune at the bottom of the pyramid, will the buyer of the product get micro- finance ?) Packaging & Distribution of end product User Education and Marketing collateral • Many more …
  • 9. The Managers Mandate Program Management Mechanical Design Electronics Firmware Launch!
  • 10. Challenges : External Impacts • Impact of component pricing on design and customer expectations - temporal, quantities, accessibility and relationships with vendors, geographical considerations • Regulations and Compliance • Dependency on Pre-stabilized research • Combining Customer Perspective + User Perspective + In-house expertise – resolving conflicts • False Precision Of Estimates : There are tolerances and buffers built into estimates at all levels but what is most ironic is that no one, and especially not 'management', will take a range of numbers for an answer ! Ever tried your boss with 'About 17 to 71 days' ? :) • A Hidden Rule of Project Management from the book “Why Does Software Cost So Much?: And Other Puzzles of the Information Age” by Tom DeMarco
  • 11. Challenges : Representative Quote 1 Product failure and development failure are not the same thing, but they are indeed both management failures. • Guy Macon, Electronics Engineer & Project Manager
  • 12. Challenges : Representative Quote 2 “It all had to integrate seamlessly. There are three different development teams there, and they all have to be in sync with revisions of both hardware and software. For us, it was about delivering a set of functionality on the agreed- upon schedule. For example, Microsoft wanted different elements of the design operational at certain times.” • Paul Wilson, a product-line manager for audio products at Wolfson, part of the team that built the Microsoft Zune, Source: An article on embedded.com
  • 13. Challenges : Representative Quote 3 Knowing how to solder doesn’t make someone an electronics engineer. Knowing how to code doesn’t make someone a firmware engineer. Simply knowing how to solder + code doesn’t make you an embedded system engineer – there is a lot more to it! • Philip Koopman
  • 14. Challenges : Mechanical Design • Defining the Usage • Defining the User Interaction Flow • High costs of Physical Prototypes • Who understands the user better - Designer or Customer ? • Working with ‘Artists’ to deliver on time
  • 15. Challenges : The Importance of User Perspective My video camera has 53 buttons. It sure does a lot of stuff dubbing titles, editing and more but is so hard to use it hasn't been powered on in years. Yet my parents had an 8 mm camera that had two controls: a roller-skate-like key to wind up the drive spring, and a quot;take filmquot; button. Its simplicity meant they recorded every significant (and otherwise) event in the lives of their 5 kids. • Jack Ganssle, an authority in Embedded Systems. Source: An article in embedded.com
  • 16. Challenges : The Importance of User Perspective … Some intrinsically complex products all but scream ease of use – the iPod comes to mind, its interface even more compelling when compared with competing units that offer the same functionality, and yet are utterly mystifying. Most product differentiation derives from a wealth of features. Cell phones offer downloadable ring tones, built-in games, schedulers, and more, all nifty enough stuff but none of which contribute to making reliable calls. When we engineers, industrial designers, and human-interface quot;expertsquot; overly complicate these features, or make them incomprehensible, or steer the user to a manual instead of making their use naturally obvious, we're chasing customers away. • Jack Ganssle, an authority in Embedded Systems. Source: An article in embedded.com
  • 17. Challenges : Hardware • Technical decisions: internal experts vs. customer experts • Selecting the right components, expecially the processor and its variants • Identifying & Designing Subsystems (SoCs) • Sleek UIs => Color LCDs/TFTs with TouchPanel => Higher BOM costs • Getting the hardware right in minimum number of cycles • Reliability aspects affect the design and hence needs to be built in • RoHS compliance • Longevity of Components
  • 18. Challenges : Firmware • Constrained environment – limited operating resources • Choice of OS and development tools • Writing to a Simulator to parallelize • Writing to a HAL • Stabilizing Input – ADCs • Firmware versions • Necessity to use manufacturer supplied tools – issues with tools • Using ‘Flashing LEDs’ and ‘Beeps’ to troubleshoot in an otherwise ‘blind’ environment. • Building in capacity to debug – towards post deployment diagnosis
  • 19. Challenges : Firmware : Representative Quotes If you can't write a zero-bug toy control program, you have no business being in an industry where the minimum order is 50,000 masked-ROM parts. • Found on the Internet It is possible to write a quot;reset => branch => do something => sleepquot; program with no bugs. In fact, most programs that consist of less than 32 assembly language instructions on a very limited 4-bit uP can be made with no bugs. • Found on the Internet
  • 20. Challenges : Software • Device to Web Considerations, via Mobile • Separate effort for ‘Software’ – different from ‘Firmware’ – and associated skill sets and tools • Risk of Costs not being considered during planning
  • 21. Challenges : Software : Quotable Quote fix (vb.): 1. to paper over, obscure, hide from public view; 2. to work around, in a way that produces unintended consequences that are worse than the original problem. Usage: quot;Windows ME fixes many of the shortcomings of Windows 98 SEquot;. • Hutchison
  • 22. Challenges : Manufacturing • Undependable component shipping schedules, customs delays • Design optimization disguised as ‘value engineering’ : avoiding detriment to quality • Mechanized PCB Manufacturing and Assembly • Automating quality control – Test Jig Design and Assembly • Burning firmware and allied bits on multiple processors and ROMs • Matching customer’s Launch and Distribution schedule
  • 23. Challenges : People, Primarily Attitudes and Habits • Embedded Engineers need to have balance of firmware and hardware thinking. • Impossible to rollback or modify Requirements after the Design is complete. Mindset of doing a thorough job of Requirements is needed. • Methodical and meticulous – mistakes are not easily recoverable. • Time-To-Market is critical. Scheduling allows for minimal buffers.
  • 24. Challenges : People … Embedded engineering can't be cast in rules, it's art. No certificate will guarantee an engineer's creativity to translate product requirements into a working, cost effective product. Embedded engineering is engineering, not art. There is some art to it - just as there is some art to architecture. However, the general disregard of quot;the rulesquot; is why everyone rolls their eyes when engineers produce time and cost estimates.
  • 25. Challenges : People : You be the judge It's been said that if buildings were designed the way software was designed, the first woodpecker to come along would destroy civilization. This world would not have seen the progress it has today, were it not for the engineering discipline. It has been ‘built’, literally.
  • 26. Challenges : People: An Email Communication Bad Practice A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
  • 27. Challenges : People: The Good Practice • What is the most annoying thing on usenet and in e-mail? Q: • Top-posting. A: • Why is top-posting such a bad thing? Q: • Because it fouls the order in which people normally read text. A:
  • 28. Challenges : People: How Meetings go Hold a Meeting with Customer for Requirements Gathering Discuss Issues Make Decisions Assign Actions Hold a Follow-on Meeting Discuss More Issues Make More Decisions Assign More Actions Halfway through the project, get call from Customer with Additional Requirements Can’t lookup whether this is Can’t be sure if there opportunity Promise the avoidable violation of previous agreement to make more money Botch up Delivery Schedule slippage Put in more effort than planned Lose money
  • 29. Challenges : People: How Meetings SHOULD go Hold A Meeting with customer for Requirements Gathering Discuss Issues Make Decisions Assign Actions DOCUMENT and CIRCULATE the Minutes Take Special cognizance of the Action Items Use Tools to Track Action Items to completion Halfway through the project, get call from Customer with Additional Requirements Lookup previous Minutes Refer the Minutes to Promise with approval of Set the right expectations as reference check customer as proof escalation Make a Better and Profitable Delivery
  • 30. Challenges : Putting it all together • Building for tolerances, • Remembering packaging • Remembering User Documentation, • Having an acceptable the Final Per Unit Price
  • 31. Thank You The Managers Motto - Make Detailed Plans, - Obtain Stakeholder Buy-Ins, - Execute, and - Spread the Cheer ! Q&A We build products that help build new businesses 12 October 2008 Atul Nene Email: atul.nene@coreobjects.com