Skip to content

A contactless RPM (revolutions per minute) meter using ESP8266 and line tracking sensor

License

Notifications You must be signed in to change notification settings

maarten-pennings/mRPM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mRPM

Maarten's RPM (Revolutions Per Minute) meter.

Introduction

This project describes how to make an RPM (revolutions per minute) meter. It uses an ESP8266, a 4 element 8x8 LED matrix and a line tracking sensor. Jan Ridders of Jan Ridders Modelbouw requested this project. He needs to measure the speed of his Stirling, steam or combustion engines. The ESP8266 was chosen because it is easy, cheap and known to Maarten; this project does not (yet?) use the WiFi capabilities of the ESP8266.

Demo

See YouTube for a demo of the project.

Components

The following components are used in the project, total cost below $10.

Wiring

For wiring information (power, schematics, photos) refer to the wiring directory.

Software

The software (firmware inside the ESP8266) is available as binary, and can be flashed relatively easy. Another option is to install the development environment (compiler) and work from the source; refer to the arduino directory.

(end of doc)