Street Sweep - San Francisco Parking
url/ App Store
w/ Tony Cosentini
2014 spare time

Climbly filters
VGA_Animation

Living in San Francisco with a car and street parking is not easy. After getting a few parking tickets from forgetting to move my car for street sweeping hours, I started doing these manually -

  • Park where I can leave it for the longest
  • Remember where I park
  • Remind myself to move the car

Instead of checking calendar / calculating how many days I can leave my car / dropping a pin on Google maps and SMS to myself, we made an iOS app that streamlines the work above.

College Tasting
url/ Climbly x RPI Beta
w/ Climbly team
2013-2014 spare time

Climbly header

Climbly filters

Before coming to the Bay Area for grad school, I asked around and got helpful insights from connections I had before making a decision where to go. Other Climbly members had similar experiences. What if there is a platform where reaching out to people at school is easy, like college tasting? We developed a web app using Google App Engine that allows students to schedule an online chat with an "ambassador" from the school. Filters are helpful for finding ambassadors with specific backgrounds. We collaborated with RPI to launch our pilot, with about 10 ambassadors to answer questions from students and applicants.

Safe Driving
Digital Circuit Lab
w/ Allen Chen, Peter Lin
Summer, 2007

DC_SafeDrivingCar

Completed automatic safe-driving car

 

VGA_Animation

Sensing process on VGA screen
Red, external circle: max. 80 cm
Red, internal circle: min. 10 cm
White circle: detected distance
(360 degree fully rotating sensor)

After the intriguing course of Switching Circuits and Logic Design, I took the Digital Circuit Lab in the following summer. We began from getting familiar with Verilog HDL language through three experiments:

  1. Traffic light
  2. 256-bit RSA encryption/decryption algorithm
  3. Digital audio player/recorder

To add the excitement, we built a miniature safe-driving automatic car in the final project. Controlled by our ALTERA digital board, the car is able to avoid the obstacles such as walls or boxes according to the distance data provided by the infrared sensor mounted on the car.

During the building and testing, we have encountered tough problems like the power supply of FPGA board when the car is moving. Therefore, we have designed a battery set for FPGA board that not only supplies power constantly by the use of capacitor but also protects the FPGA board from illegal current and external by the use of relay and BJT.

Another problem arises when our infrared sensor only detects distance in a single direction while we need it to obtain the distance data from every direction. Utilizing more sensors can be one solution, yet we decided to use stepper motor to rotate the infrared sensor on the top of car in order to minimize the cost. After several tuning and testing of every equipment, our car was running safely !

(In Mandarin) [ppt] (with animation !) [pdf]

Who Moved My Bike ?
Introduction to CS
w/ Alex Ho, Ashley Hsueh
Spring, 2006

BikeSensor

Sensor on the bicycle


Sensor

Transmitter on the bicycle


Inspired by my loss of bicycles on the campus several times, we decided to locate a bicycle by tracking its movement.

Procedures:

  1. Install the sensor on the bike. Connect the sensor to a 1.5V battery set and the chip of wireless sending node loaded with recording program.
  2. Connect the wireless receiving chip loaded with distance-computing program to a notebook. Turn on the software- Realterm : Serial Capture Program which enables us to show how long the bike has been going through.
  3. Ride the bike away. Upon the moment we find that the figure on the screen is changing, we are informed that the bike has been moved by somebody and the distance can be derived from the data we have collected.

Tools:

  1. Professional stopwatch for bicycles (cyclocomputer)
  2. Wireless Sensor Nodes (transmitter/receiver)
    (for mass production it may cost less than 300 NT dollars)
  3. Laptop
  4. IAR Embedded Workbench IDE
  5. Realterm: Serial Capture Program 1.99.0.34