Cycle RPM & Brake Light System — Arduino Hall Sensor Prototype
An early cycle-tech prototype where Parth used Arduino, a Hall effect sensor, magnet, OLED display, and RGB LEDs to measure wheel rotation/RPM and create brake-light style signals.
Early project demo
Watch the demo directly on this page.
Open on YouTubeOverview
Cycle RPM & Brake Light System was an early Arduino project built by Parth in May 2018. The project used a Hall effect sensor, magnet, OLED display, RGB LED ring, circuit board, wires, and a power bank to create a cycle-based sensing and signal system. The idea came from using available resources creatively. Instead of waiting for a lab or formal equipment, Parth used his cycle and available electronics to build a working prototype. A magnet was attached near the cycle wheel/spokes, and the Hall effect sensor detected the magnet during rotation. Arduino then processed the signal, calculated RPM, and displayed the result on an OLED screen. The project also used RGB LEDs for visual signaling. The video shows the LED ring changing behavior during braking and continuing a fade-in mode when the sensor does not detect movement. This project matters because it shows independent thinking and resourcefulness. Parth was not only copying textbook circuits; he was looking at objects around him and applying electronics to real-life use cases. At 14, he was already combining sensing, calculation, display output, and visual signaling into a working prototype using the materials available to him. This project is documented through a working video demo rather than a public code repository.
Problem solved
The project explored how a simple cycle could be enhanced with sensor-based speed/RPM measurement and visual safety-style signals using affordable electronics.
What it does
The Hall effect sensor detects a magnet attached to the cycle wheel/spokes during rotation. Arduino receives the signal, performs the calculation, and displays RPM on an OLED screen. The RGB LED ring is used as a visual signal system, including brake-related light behavior and a fade-in lighting mode when no movement is detected.
Contribution
Parth created the cycle-tech concept, connected the Hall effect sensor and magnet setup, used Arduino coding to process wheel-rotation signals, connected the OLED display and RGB LED ring, and demonstrated the working prototype on video. The video description also credits Parth for video editing and script.