This document details the design and implementation of a system to measure the rotational speed (RPM) of small propellers used in drones. An optical sensor measures the RPM by detecting markings on a colored ring attached to the spinning motor. Different colored rings were tested and a half black/half white ring produced the clearest readings. The sensor output is amplified and read by an Arduino, which sends the data to a computer. MATLAB code analyzes the data to calculate the average RPM by determining the period between peaks in the sensor readings. The system allows quick testing and certification of propellers at various speeds before use.