Project

# Title Team Members TA Documents Sponsor
19 Antiprocrastinator (Watch)
Brandon Wong
Kyle Chiu
Taylor Plummer
Zhicong Fan design_document3.pdf
final_paper1.pdf
photo1.jpeg
photo2.jpg
presentation1.pdf
proposal1.pdf
# Antiprocrastinator (Watch)

Team Members:
- Kyle Chiu (kchiu6)
- Taylor Plummer (tnp3)
- Brandon Wong (bjwong3)

# Problem

Procrastination has been a huge hurdle in the lives of many students and workers. While some people have the self-discipline to get work done, many people like our group aren't great at staying focused. Some of our members have participated in procrastination and have also had firsthand experience of the consequences of procrastination (e.g. all-nighters, lower grades). Many procrastinators like ourselves push school and work to the side and instead pursue various forms of entertainment, such as computer games or internet videos, in order to avoid doing work. This forces procrastinators to put off their assignments until the deadline, to which they are forced to cram a few days' worth of work into a few hours, which consequently means that the procrastinator will be physically and mentally exhausted, and the work completed will be of mediocre quality at best.

# Solution

The solution is to make procrastinating harder. Specifically, we will be hindering the access of any websites or computer programs that the user has blacklisted. There are browser extensions that can block websites, but those just leave the user waiting in anticipation until their websites are unblocked when the timer ends. Our goal is to use a wireless, battery-powered watch with an integrated speaker that, upon receiving a signal from the computer that the user is using blacklisted sites/programs, continuously plays an annoying sound until said sites/programs are closed.
This watch consists of a few components in order for it to work:
- Computer software that detects what programs are being run and what websites are currently open
- A Bluetooth module that will receive signals from the user's computer
- A sound-emitting device (i.e. a piezo buzzer)
- A small microcontroller that handles the signals from the Bluetooth module
- Power circuit for handling the different voltages and charging

# Solution Components

## Computer Software

The user's computer will be connected to the watch via Bluetooth and also be running software that can detect what computer programs are currently running and what websites are currently open. If any user-blacklisted programs/websites are open, then the software will send a wireless signal to the Bluetooth module to communicate that a sound should be played. This software will be written in C++ and/or Python.

## Bluetooth Module

The watch needs Bluetooth capabilities in order to communicate with the user's computer. A Bluetooth module will suffice. We plan on using https://www.mouser.com/ProductDetail/Olimex-Ltd/BLUETOOTH-SERIAL-HC-06?qs=tMOYG%252Bw4%252BLzhaOkVjDuAYw%3D%3D. It will then be able to receive signals from the user's computer to decide whether or not a sound should be played and at what volume/frequency.

## Sound-Emitting Device

The watch needs to be able to play loud noises in order for it to annoy the user so that they would close the blacklisted programs/websites. To do that, we need a component that emits sound. While a speaker would be cool to have, we really only need buzzing noises as they are very annoying, and using speakers would most likely require an amplifier circuit, which would be too large. https://www.adafruit.com/product/1740 is a small piezo buzzer that we plan on using.

## Microcontroller

The watch needs to be able to receive data from the Bluetooth module somehow and then determine whether or not it should send a signal to the piezo buzzer. If a sound should be sent, then we need to be able to generate an analog square wave since the piezo we plan on using requires an analog wave in order to work properly. A microcontroller, specifically the https://www.sparkfun.com/products/9378 (ATtiny85) is good enough because it is small and it has 6 GPIO pins, which is enough for our case since we only need to hook up the Bluetooth module and the piezo buzzer.

## Power Circuit

Since the watch is wireless, it needs to be battery-powered and also rechargeable. We will be using https://www.adafruit.com/product/4237, which is a small 3.7-volt battery. The microcontroller and piezo buzzer can run on 3.7-volts, but the Bluetooth module requires 3.3-volts, so we need this https://www.sparkfun.com/products/526 3.3-volt regulator. Lastly, charging will be handled by this https://www.adafruit.com/product/4410 charging circuit.

# Criterion For Success

- Software correctly detects all running programs and websites
- Software correctly detects when a blacklisted program/website is running and sends a signal to the Bluetooth module
- Bluetooth module receives signal from computer only when a blacklisted program/website is running
- Microcontroller detects signal received by Bluetooth module and generates square wave to feed to the piezo buzzer, which should produce a loud continuous buzzing noise until blacklisted programs are closed
- Watch should only buzz when blacklisted programs/websites are open
- All components should fit in a reasonably-sized chassis that can be worn on the wrist

S.I.P. (Smart Irrigation Project)

Jackson Lenz, James McMahon

S.I.P. (Smart Irrigation Project)

Featured Project

Jackson Lenz

James McMahon

Our project is to be a reliable, robust, and intelligent irrigation controller for use in areas where reliable weather prediction, water supply, and power supply are not found.

Upon completion of the project, our device will be able to determine the moisture level of the soil, the water level in a water tank, and the temperature, humidity, insolation, and barometric pressure of the environment. It will perform some processing on the observed environmental factors to determine if rain can be expected soon, Comparing this knowledge to the dampness of the soil and the amount of water in reserves will either trigger a command to begin irrigation or maintain a command to not irrigate the fields. This device will allow farmers to make much more efficient use of precious water and also avoid dehydrating crops to death.

In developing nations, power is also of concern because it is not as readily available as power here in the United States. For that reason, our device will incorporate several amp-hours of energy storage in the form of rechargeable, maintenance-free, lead acid batteries. These batteries will charge while power is available from the grid and discharge when power is no longer available. This will allow for uninterrupted control of irrigation. When power is available from the grid, our device will be powered by the grid. At other times, the batteries will supply the required power.

The project is titled S.I.P. because it will reduce water wasted and will be very power efficient (by extremely conservative estimates, able to run for 70 hours without input from the grid), thus sipping on both power and water.

We welcome all questions and comments regarding our project in its current form.

Thank you all very much for you time and consideration!