the marauder map - university of california, berkeley · 2014-12-20 · the marauder map ee 249...

16
The Marauder Map EE 249 Fall 2014 LongXiang Cui, Ying Ou, Jordan Makansi, Chenyang Xu Dec 18th 2014

Upload: others

Post on 06-Mar-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: The Marauder Map - University of California, Berkeley · 2014-12-20 · The Marauder Map EE 249 Fall 2014 LongXiang Cui, Ying Ou, Jordan Makansi, Chenyang Xu Dec 18th 2014 . Project

The Marauder Map

EE 249 Fall 2014

LongXiang Cui, Ying Ou, Jordan Makansi, Chenyang Xu

Dec 18th 2014

Page 2: The Marauder Map - University of California, Berkeley · 2014-12-20 · The Marauder Map EE 249 Fall 2014 LongXiang Cui, Ying Ou, Jordan Makansi, Chenyang Xu Dec 18th 2014 . Project

Project motivation

Information of occupancy of room is important ● Energy saving● Convenience reasons

Page 3: The Marauder Map - University of California, Berkeley · 2014-12-20 · The Marauder Map EE 249 Fall 2014 LongXiang Cui, Ying Ou, Jordan Makansi, Chenyang Xu Dec 18th 2014 . Project

Project Overview

Two main components:

● Counter recording occupancy of the room ● Transfer the results to a remote server page

Page 4: The Marauder Map - University of California, Berkeley · 2014-12-20 · The Marauder Map EE 249 Fall 2014 LongXiang Cui, Ying Ou, Jordan Makansi, Chenyang Xu Dec 18th 2014 . Project

Psoc

Additional Feature

Human detection

WIFI module

Hardware

Page 5: The Marauder Map - University of California, Berkeley · 2014-12-20 · The Marauder Map EE 249 Fall 2014 LongXiang Cui, Ying Ou, Jordan Makansi, Chenyang Xu Dec 18th 2014 . Project

Detection method

Coming In

Going Out

Page 6: The Marauder Map - University of California, Berkeley · 2014-12-20 · The Marauder Map EE 249 Fall 2014 LongXiang Cui, Ying Ou, Jordan Makansi, Chenyang Xu Dec 18th 2014 . Project

Finite State Machine

Page 7: The Marauder Map - University of California, Berkeley · 2014-12-20 · The Marauder Map EE 249 Fall 2014 LongXiang Cui, Ying Ou, Jordan Makansi, Chenyang Xu Dec 18th 2014 . Project

Hole Part

Page 8: The Marauder Map - University of California, Berkeley · 2014-12-20 · The Marauder Map EE 249 Fall 2014 LongXiang Cui, Ying Ou, Jordan Makansi, Chenyang Xu Dec 18th 2014 . Project

Door Part

Page 10: The Marauder Map - University of California, Berkeley · 2014-12-20 · The Marauder Map EE 249 Fall 2014 LongXiang Cui, Ying Ou, Jordan Makansi, Chenyang Xu Dec 18th 2014 . Project

Design ConsiderationsSensor distance:● At least 45.5 cm apart to not

interference with each other for 92cm door

● As close as possible to allow counting people following each other

Page 11: The Marauder Map - University of California, Berkeley · 2014-12-20 · The Marauder Map EE 249 Fall 2014 LongXiang Cui, Ying Ou, Jordan Makansi, Chenyang Xu Dec 18th 2014 . Project

First Design Two-sensor:● Pro:

○ Simple○ Fast for detection

● Con:○ Not stable

■ 2 people coming inBuf # ... 121 122 123 124 125 126 127

Buf val … NA back front front back front …

behavior … NA In_flag add Out_flag subtract Out_flag …

count … 0 0 1 1 0 0 …

Page 12: The Marauder Map - University of California, Berkeley · 2014-12-20 · The Marauder Map EE 249 Fall 2014 LongXiang Cui, Ying Ou, Jordan Makansi, Chenyang Xu Dec 18th 2014 . Project

Second DesignThree-sensor:● Pro:

○ More accurate○ Save power

● Con:○ Confliction with door

■ 2 people coming inBuf # ... 121 122 123 124 125 126 127 128 …

Buf val … NA back center front front back center front …

behavior … NA NA In_flag add NA NA In_flag add …

count … 0 0 0 1 1 1 1 2 …

Page 13: The Marauder Map - University of California, Berkeley · 2014-12-20 · The Marauder Map EE 249 Fall 2014 LongXiang Cui, Ying Ou, Jordan Makansi, Chenyang Xu Dec 18th 2014 . Project

Third DesignThree-sensor one side:● Pro:

○ Accurate○ Could detect the door

● Con:○ Complicate○ Power consumption

issue

Page 14: The Marauder Map - University of California, Berkeley · 2014-12-20 · The Marauder Map EE 249 Fall 2014 LongXiang Cui, Ying Ou, Jordan Makansi, Chenyang Xu Dec 18th 2014 . Project

LimitationWide angle sensor

● Intrusive setting

● People cannot following each other too closely

● Setting need tweaking for each different environment

Page 15: The Marauder Map - University of California, Berkeley · 2014-12-20 · The Marauder Map EE 249 Fall 2014 LongXiang Cui, Ying Ou, Jordan Makansi, Chenyang Xu Dec 18th 2014 . Project

Future DevelopmentsAccuracy● More accurate ultrasonic sensors or different type of

sensors● More stable algorithm to detect edge cases System Integration● Light and temperature control● Not prone to hysteresisScale● Fast and easy system setting up

Page 16: The Marauder Map - University of California, Berkeley · 2014-12-20 · The Marauder Map EE 249 Fall 2014 LongXiang Cui, Ying Ou, Jordan Makansi, Chenyang Xu Dec 18th 2014 . Project

Thank you!

Special thanks to:Ben Zhang

Antonio Ianopollo

Prof. Edward A. Lee