Skip to content

A hall sensor-based gear detection and display system, designed for the Mazda MX-5.

License

Notifications You must be signed in to change notification settings

SmartBoi33/Mazda-Mx5-gear-display

Repository files navigation

Disclaimer

This documentation is written for Linux-based systems. Windows users will need to translate the commands or research the corresponding steps for their setup. For simplicity and clarity, this documentation will remain Linux-focused.


LED Gear Display for Mazda MX-5

branch: main Firmware CI

Overview

This project aims to build an LED Gear Display for a Mazda MX-5, allowing real-time gear information to be displayed on a small LED screen.

Features

  • Real-time gear detection and display
  • Bright, visible LED display for easy gear status reading
  • Low-latency, responsive updates based on the car's gear shifts
  • Modular and easy to install in the Mazda MX-5
  • ...

Compatibility

  • Current construction and testing on the 5 speed gearbox on top of an IL-Motorsport Shortshifter
  • Possible addition of standard 5 and 6 speed compatibility in the future

Project Structure

The project is split into hardware and software components.

LED-Gear-Display/
│
├── hardware/
│   ├── schematics/       # Circuit diagrams, PCB designs
│   ├── components/       # Component specs and datasheets
│   ├── assembly/         # Photos and instructions for building the setup
├── firmware/
│   ├── src/              # Microcontroller code (e.g., Arduino)
│   ├── lib/              # Libraries used in the firmware
│   ├── tests/            # Tests related to firmware performance
│
├── docs/                 # Documentation for users and developers
│   ├── user_manual.md    # Setup and usage instructions
│   ├── development.md    # Development documentation
│
├── LICENSE               # License information
└── README.md             # This file

Assembly Instructions

For detailed assembly instructions, refer to the ASSEMBLY.md file in the repository.

Installation

For a detailed installation guide, refer to the INSTALLATION.md file in the repository.

Contributions

Feel free to contribute to this project by:

  • Suggesting new features
  • Reporting bugs
  • Submitting pull requests for code or documentation improvements

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.

About

A hall sensor-based gear detection and display system, designed for the Mazda MX-5.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published