Design Patterns for these scenarios

Posted by user1899749 on Programmers See other posts from Programmers or by user1899749
Published on 2012-12-13T04:07:12Z Indexed on 2012/12/13 5:16 UTC
Read the original article Hit count: 280

Filed under:

Please help me to find design patterns for following situations.

Situation 1: how can a smart robot use Wi-Fi?

Situation 2: How can a Smart robot automatically go to rechargeable unit while there is no remote signal?

Situation 3: Voice recognition component (If homeowner itself at home and motion detection is off then how can Smart Robot voice recognition component will recognize those very sensitive sentences)

Situation 4: Motion detection component (How can Smart Robot send video stream on cell phone while homeowner/resident driving)

I am looking for the design patterns for above Situations to answer following question.

if not using design patterns, then what’re the difficulties?

© Programmers or respective owner

Related posts about design-patterns