Project

# Title Team Members TA Documents Sponsor
13 Wearable device for Amusement Parks
Cherian Cherian
Pooja Kankani
Rohan Khanna
Johan Mufuta design_document1.pdf
design_document2.pdf
design_document3.pdf
design_document4.pdf
final_paper2.pdf
final_paper3.pdf
final_paper4.pdf
other1.pdf
other2.pdf
proposal1.pdf
AMUSEMENT PARK WEARABLE DEVICE

Problem:

Currently amusement parks have very inefficient systems where people end up spending most of their time waiting in lines. Further, it is easy for children to get lost and there is no easy way of finding them. Also since amusement parks are crowded, it’s annoying to carry things like wallets, locker keys etc around with you all the time and it's very likely that you may lose them.

Solution Overview:

Create a wearable device which can be used for various functions such as payments, lockers, food etc. The wearable also contains a gps tracking system which will be valuable for parents trying to find children in large amusement parks. The parents can add a distance parameter on the wearable that alerts them when their child or loved one is greater than a certain distance away from them. An LCD screen can be used as a display for information such as wait times, money remaining, and location of people.

Optional Feature (Based on time ): Ability to call or send messages to each other. Many times in amusement parks, friends tend to get away from each other and it's annoying to carry your phone around, if the wearable gave you the option to send messages, make calls or use as a walkie talkie then it would be easy to stay in touch with each other in the large parks.

Solution Components

Hardware Components:

Microcontroller currently preferred : AdaFruit Flora
Possible candidates based on cost and compatibility with other modules ( such as wifi etc ) :
AdaFruit Gamma
LilyPad Arduino
TinyLily Mini
StitchKit

AdaFruit Flora is an arduino compatible microcontroller that is commonly used for wearable devices. It has an inbuilt gps functionality and hence is our preferred choice currently. It also is a very low power microcontroller which is essential for a wearable device.

GPS module:
AdaFruit Flora comes with a GPS module attached to it so we plan on using that for the GPS
Neo gps 6M is compatible with the lilypad arduino.
For the GPS, we will have a different parent and child watch. So, the parent watches are always tracking their own location as well as all the child watches. If the distance between the parent watch and any child watch linked to it is greater than a certain amount, we will send out an alert.

RFID Components:
RFID Tag :
RFID Transmitter (CTRA1816F)

This will include the RFID transmitter connected to the microcontroller above and attached to the watch. This will be used for payments, unlocking lockers, etc

RFID Reader :
RFID reader (RC522)

This will consist of a RFID reader (RC522) connected to an Arduino. This will be used to mimic the devices in amusement used for payments and unlocking devices etc.

LCD display on watch:
This display acts as the interface to see wait times, get alerts on when to go to a particular attraction and track your friends and family.


______________________________________________________________________________________
Optional Components if time Permits

*if there is time to enable the walkie talkie feature the messages will be read through the lcd screen

*WiFi module:

A WiFi module connected to the microcontroller to send and receive data to mobile app for saving user profiles, locking, unlocking, adding chores, etc.
*Optional - Could be used for WIFI calling as well if time permits
A compatible wifi module with AdaFruit Flora: ESP32 WiFi-BT-BLE MCU Module / ESP-WROOM-32 (https://www.adafruit.com/product/3320)
A compatible wifi module with lilypad arduino : ESP8266 Esp-12E wifi module

*Optional Walkie Talkie Module if time permits:
SA818 Walkie talkie module with RDA1846S chip
Has a 5km range which can be used for communication since people usually do not like carrying around their phones in amusement parks, especially water parks. Plus in most rides they ask you to remove their phones. And in water parks people don't carry their phones.

*Software Components:
A mobile application that allows the initial set up for being able to use the wearable device inside the theme park. At the start, the user can enter their credit card info in the app and load a certain amount of credits from their credit card into the application. That amount of money will get stored in the wearable device for the user to use, and will be decremented as the user pays, using a local counter on the wearable.
In the end, the app will show an entire summary of the user’s trip: rides done, wait times experienced, bills for food and merchandise purchased. Also, all the images clicked of the user inside the theme park will be available for the user to see on the application.
______________________________________________________________________________________

Criterion for Success
Locate people wearing the band precisely and display that location on the wearable accurately using GPS.
Wearable properly interacts with the RFID readers for various purposes and the LCD screen displays the appropriate messages.
Software application safely allows credit card payments for loading credits.
The WiFi module can accurately transfer information from the mobile app to the watch and vice versa, for example, loaded credits, photos etc.

BusPlan

Aashish Kapur, Connor Lake, Scott Liu

BusPlan

Featured Project

# People

Scott Liu - sliu125

Connor Lake - crlake2

Aashish Kapur - askapur2

# Problem

Buses are scheduled inefficiently. Traditionally buses are scheduled in 10-30 minute intervals with no regard the the actual load of people at any given stop at a given time. This results in some buses being packed, and others empty.

# Solution Overview

Introducing the _BusPlan_: A network of smart detectors that actively survey the amount of people waiting at a bus stop to determine the ideal amount of buses at any given time and location.

To technically achieve this, the device will use a wifi chip to listen for probe requests from nearby wifi-devices (we assume to be closely correlated with the number of people). It will use a radio chip to mesh network with other nearby devices at other bus stops. For power the device will use a solar cell and Li-Ion battery.

With the existing mesh network, we also are considering hosting wifi at each deployed location. This might include media, advertisements, localized wifi (restricted to bus stops), weather forecasts, and much more.

# Solution Components

## Wifi Chip

- esp8266 to wake periodically and listen for wifi probe requests.

## Radio chip

- NRF24L01 chip to connect to nearby devices and send/receive data.

## Microcontroller

- Microcontroller (Atmel atmega328) to control the RF chip and the wifi chip. It also manages the caching and sending of data. After further research we may not need this microcontroller. We will attempt to use just the ens86606 chip and if we cannot successfully use the SPI interface, we will use the atmega as a middleman.

## Power Subsystem

- Solar panel that will convert solar power to electrical power

- Power regulator chip in charge of taking the power from the solar panel and charging a small battery with it

- Small Li-Ion battery to act as a buffer for shady moments and rainy days

## Software and Server

- Backend api to receive and store data in mongodb or mysql database

- Data visualization frontend

- Machine learning predictions (using LSTM model)

# Criteria for Success

- Successfully collect an accurate measurement of number of people at bus stops

- Use data to determine optimized bus deployment schedules.

- Use data to provide useful visualizations.

# Ethics and Safety

It is important to take into consideration the privacy aspect of users when collecting unique device tokens. We will make sure to follow the existing ethics guidelines established by IEEE and ACM.

There are several potential issues that might arise under very specific conditions: High temperature and harsh environment factors may make the Li-Ion batteries explode. Rainy or moist environments may lead to short-circuiting of the device.

We plan to address all these issues upon our project proposal.

# Competitors

https://www.accuware.com/products/locate-wifi-devices/

Accuware currently has a device that helps locate wifi devices. However our devices will be tailored for bus stops and the data will be formatted in a the most productive ways from the perspective of bus companies.