A simple Arduino based rev limiter built for a lawn mower.
View Project
Table of Contents
This is a simple rev limiter for a motor. This was built and tested with a 16HP Briggs & Stratton single cylinder engine. The pulses from the alternator are used to determine the RPM of the engine and the magneto bypass is grounded to cut the ignition. A redline can be set in code or with a potentiometer. The application for this is a flame kit for a lawn mower. The rev limiter can cut the ignition at high RPMs to allow unburnt fuel to travel out the exhaust. If a spark plug is installed at the end of the tail pipe, this unburnt fuel can be ignited, creating flames out the exhuast.
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
- Build the hardware
- Flash to Arduino
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
Taylor Daniska - taylor@daniskaengineering.com
- FreeRTOS
- Seeeduino