Project List |
---|
Need For Speed Wearable Distance Tracker |
Recycling Stations in NYC |
ProxIPS |
Microfluidic based Dielectrophoretic Cell Sorter for Real-time Cancer Detection |
Need For Speed Wearable Distance Tracker
The objective of this project was to build a wearable speedometer which can calculate velocity by measuring angular velocities available from the built-in gyroscope (L3GD20) in STM32F429 - without a GPS.
Few of the mentionable features of the projects are: 1. Made a tailor made driver for the L3GD20 sensor. 2. SPI communication was used to read data from the sensor at a frequency of 2 Hz.
- For error reduction the Moving Average Filter was used, where the latest 5 sensor data were averaged out to correct the values.
- Python was used to illustrate relevant data visualization.
Simple Moving Average = (A1 + A2 + …… + An) / n
where, A = Average in period n, n = Number of time period
I found some great results with above 90% accuracy, for a distance covered in 20 seconds.
The figure on the below left shows what distance were covered by the user every 2.5s. The figure on the right indicates total distance (m) during a time period of 20 seconds. The graph depicts an increased trend for distance traveled beginning at 0 seconds.
![]() |
![]() |
You can find the full code for the project, here Here
Recycling Stations in NYC
New York residents are estimated to produce approximately 12,000 tonnes of waste everyday. Each year a significant amount of the tax has to be allocated for collection, disposal and sending of waste to landfills. Landfills are responsible for 36% of all methane emissions in the US, one of the most potent contributors to global warming. In the light of the exorbitant and long term environmental and economical effects, New York City has declared a 20 year Solid Waste Management Plan to reduce its waste disposal.
Currently, recycling stations are situated around the different boroughs of New York City. In this case study, I examined the distribution of different types recycle stations across New York City's 5 boroughs and attempt to design a strategy for where to add more recycle stations in general and recommendations for deployment of specific waste recycling stations to fulfill inadequacies in each boroughs.
Dataset
The dataset used for this case study is a compilation of multiple datasets consisting data on different types of recycling stations from The City of New York, Department of Sanitation (DSNY).
The dataset consists of: 1. Name of the site of the recycling station, 2. Borough the station is situated at, 3. Specific address in text, 4. Longitude and Latitude coordinates of the station, 5. Type of recycling station.
-
https://data.cityofnewyork.us/Environment/Electronics-Drop-Off-Locations-in-NYC/wshr-5vic
-
https://data.cityofnewyork.us/Environment/Public-Recycling-Bins/sxx4-xhzg
-
https://data.cityofnewyork.us/Environment/Food-Scrap-Drop-Off-Locations-in-NYC-Map-/qfn2-4jea
The compiled dataset can be found here: Dataset
By figuring out the ratio of recycling station to the population of each borough, we can find the disparity in the distribution. The two figures below shows the distrubitions of Recycle Bins normalized to population and the distribution of different types of recycle bins around all boroughs of New York City
![]() |
![]() |
I created an user interactive interface based on Dash Plotly where people can hover on different areas of NYC and find where current recycle bins are located.

You can find the full code for the project, Here
ProxIPS
ProxIPS is a RSSI based indoor positioning system based on Bluetooth Low Energy (BLE). ProxIPS is different from other distance proximity algorithms because it uses ML (k-nearest neighbour) instead of traditional triangulation procedures. ProxIPS is a full solution because it includes both a web-based application for corporate user analytics and a mobile phone app for customers who want to get user-specific content streams.


The Minister of Energy, Science, and Technology of Malaysia presented ProxIPS with the award for third place in the Grand Challenges Competition 2019.

Microfluidic based Dielectrophoretic Cell Sorter for Real-time Cancer Detection
Microfluidic based Dielectrophoresis (DEP) is a label-free, non-invasive method used for biological cell sorting by many researchers. This method is concisely utilized in the segregation of cancerous cells from normal, healthy cells which canhelp in the diagnosis in real-time. With the aid of dielectrophoretic field-flow-fractionation (DEP-FFF) using a low voltage of 10 Volts, the device was successful in separating a total of 48 samples of Circulating Tumor Cells (CTCs) from a total mixture sample of 52, at a rate of 87% in 118 seconds.
The complete study was simulated on *COMSOL Multiphysics 5.3A* through which the comparison study on characterization of the designs in terms of electric potential,pressure, fluid flow of the particles and separation was carried out.
