+ All Categories
Home > Documents > Geolocation-based Smart home system - CoDe · Geolocation- based Smart home system. Yuncong Mika...

Geolocation-based Smart home system - CoDe · Geolocation- based Smart home system. Yuncong Mika...

Date post: 28-Sep-2020
Category:
Upload: others
View: 0 times
Download: 0 times
Share this document with a friend
17
Geolocation - bas ed Smart home system Yuncong Mika Liu Z5111185
Transcript
Page 1: Geolocation-based Smart home system - CoDe · Geolocation- based Smart home system. Yuncong Mika Liu. Z5111185. RESEARCH STEPS. iTERATION 1. Background Research . ITERATION 2. Evaluation.

Geolocation- based Smart home system

Yuncong Mika LiuZ5111185

Page 2: Geolocation-based Smart home system - CoDe · Geolocation- based Smart home system. Yuncong Mika Liu. Z5111185. RESEARCH STEPS. iTERATION 1. Background Research . ITERATION 2. Evaluation.

RESEARCH STEPS

iTERATION 1

Background Research

ITERATION 2

Eval uation

Page 3: Geolocation-based Smart home system - CoDe · Geolocation- based Smart home system. Yuncong Mika Liu. Z5111185. RESEARCH STEPS. iTERATION 1. Background Research . ITERATION 2. Evaluation.

What is smart system?

Page 4: Geolocation-based Smart home system - CoDe · Geolocation- based Smart home system. Yuncong Mika Liu. Z5111185. RESEARCH STEPS. iTERATION 1. Background Research . ITERATION 2. Evaluation.

WHY?

Content of smart home marketing material.

Wilson, C., Hargreaves, T. and Hauxwell-Baldwin, R. (2017). Benefits and Risks of Smart Home Technologies.Energy Policy, 103, pp.72–83.●

N=62

Page 5: Geolocation-based Smart home system - CoDe · Geolocation- based Smart home system. Yuncong Mika Liu. Z5111185. RESEARCH STEPS. iTERATION 1. Background Research . ITERATION 2. Evaluation.

WHY?

Prospective users' perceptions of the benefits of smart home technologies."The purpose of the smart home is making life at home more convenient (83% agree or strongly agree)”

Wilson, C., Hargreaves, T. and Hauxwell-Baldwin, R. (2017). Benefits and Risks of Smart Home Technologies.Energy Policy, 103, pp.72–83.●

N = 1025

Page 6: Geolocation-based Smart home system - CoDe · Geolocation- based Smart home system. Yuncong Mika Liu. Z5111185. RESEARCH STEPS. iTERATION 1. Background Research . ITERATION 2. Evaluation.

WHY?

City workers lived in mainland state capitals spent more than an hour travelling to and from work each day. The average was about 66 minutes.

Household, Income and Labour Dynamics in Australia (2019)

Page 7: Geolocation-based Smart home system - CoDe · Geolocation- based Smart home system. Yuncong Mika Liu. Z5111185. RESEARCH STEPS. iTERATION 1. Background Research . ITERATION 2. Evaluation.

Ready to go home?Can you prepare the bath water for me in advance?

Can you heat my food in microwave in advance?

Can you turn on the air-conditioner in advance ?

OK!

wELCOME HOME!

Page 8: Geolocation-based Smart home system - CoDe · Geolocation- based Smart home system. Yuncong Mika Liu. Z5111185. RESEARCH STEPS. iTERATION 1. Background Research . ITERATION 2. Evaluation.

How does it work?

S ta rt

A rd u in o

Distance

Comparison loop

D1 D2 D3 D4

Page 9: Geolocation-based Smart home system - CoDe · Geolocation- based Smart home system. Yuncong Mika Liu. Z5111185. RESEARCH STEPS. iTERATION 1. Background Research . ITERATION 2. Evaluation.

Video

Page 10: Geolocation-based Smart home system - CoDe · Geolocation- based Smart home system. Yuncong Mika Liu. Z5111185. RESEARCH STEPS. iTERATION 1. Background Research . ITERATION 2. Evaluation.

Results

Page 11: Geolocation-based Smart home system - CoDe · Geolocation- based Smart home system. Yuncong Mika Liu. Z5111185. RESEARCH STEPS. iTERATION 1. Background Research . ITERATION 2. Evaluation.

Iteration 1

while (ss.available() > 0){// get the byte data from the GPSbyte gpsData = ss.read();Serial.write(gpsData);

}

1. Aruino Uno2. Neo-6M GPS Module3. OLED

Output:National Marine Electronic Association formatCode GPGLL : Latitude and longitude of current location

Page 12: Geolocation-based Smart home system - CoDe · Geolocation- based Smart home system. Yuncong Mika Liu. Z5111185. RESEARCH STEPS. iTERATION 1. Background Research . ITERATION 2. Evaluation.

Iteration 2

1. Aruino Uno2. ESP8266 WiFi Module3. OLED4. DHT 115. LED*4

Output:

Page 13: Geolocation-based Smart home system - CoDe · Geolocation- based Smart home system. Yuncong Mika Liu. Z5111185. RESEARCH STEPS. iTERATION 1. Background Research . ITERATION 2. Evaluation.

Code EXPLAIN

void loop(){MS2000_Con=millis();MS1000_Con=millis();if(MS1000_Con%100==0){if(Count_EN){if(Dis_Data>0)Dis_Data=Dis_Data-1;if(Dis_Data<0)Dis_Data=0;

ASSUMED DISTANCE

Assume the default distance is 2.6 km, and the distance will decrease 1 m per second

if(Dis_Data<1000){digitalWrite(LED_A, HIGH);

if(Hum_Data_View>65){

digitalWrite(Fan_A, LOW);digitalWrite(Fan_B, HIGH);

}else{digitalWrite(Fan_A, HIGH);digitalWrite(Fan_B, HIGH);

}}COMPARISON LOOP

Compare the distance data with the set point If the distance < set point Start the house appliance

Page 14: Geolocation-based Smart home system - CoDe · Geolocation- based Smart home system. Yuncong Mika Liu. Z5111185. RESEARCH STEPS. iTERATION 1. Background Research . ITERATION 2. Evaluation.

Conclusion

Page 15: Geolocation-based Smart home system - CoDe · Geolocation- based Smart home system. Yuncong Mika Liu. Z5111185. RESEARCH STEPS. iTERATION 1. Background Research . ITERATION 2. Evaluation.

further direction

Testing NodeMCU with Neo-6M GPS Module

Page 16: Geolocation-based Smart home system - CoDe · Geolocation- based Smart home system. Yuncong Mika Liu. Z5111185. RESEARCH STEPS. iTERATION 1. Background Research . ITERATION 2. Evaluation.

Develop mobile server & C onnect and control system- IoT

further direction

Page 17: Geolocation-based Smart home system - CoDe · Geolocation- based Smart home system. Yuncong Mika Liu. Z5111185. RESEARCH STEPS. iTERATION 1. Background Research . ITERATION 2. Evaluation.

Thank you


Recommended