Design Patterns for these scenarios
- by user1899749
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?