https://github.com/aakashjhawar/tachometer
Developed a device using Arduino which can calculate object’s revolving speed.
https://github.com/aakashjhawar/tachometer
analog-design arduino arduino-uno c cpp led speed-calculator tachometer
Last synced: about 2 months ago
JSON representation
Developed a device using Arduino which can calculate object’s revolving speed.
- Host: GitHub
- URL: https://github.com/aakashjhawar/tachometer
- Owner: aakashjhawar
- Created: 2019-01-06T09:03:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-06T13:15:47.000Z (over 7 years ago)
- Last Synced: 2025-10-20T00:51:39.232Z (8 months ago)
- Topics: analog-design, arduino, arduino-uno, c, cpp, led, speed-calculator, tachometer
- Language: C++
- Homepage:
- Size: 1.35 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tachometer
Developed a device using Arduino UNO open-source Microcontroller board based on the Microchip ATmega328P which can calculate object’s revolving speed.
## Getting Started
How to use
```
git clone https://github.com/aakashjhawar/Tachometer.git
cd Tachometer
```
(Run the ```tachometer.ino``` file)
## Prerequisites
- Arduino IDE
[Get Arduino IDE](https://www.arduino.cc/en/main/software)
- basic understanding of Arduino UNO
## Components Used
1. IR Pair
2. Arduino UNO
3. Seven Segment Display
## Working
#### Block Diagram of Tachometer-

#### Anolog circuit design on Multisim-

Learn more about Multisim [here](http://www.ni.com/download/ni-circuit-design-suite-educational-edition-14.1/6510/en/).
#### Digital circuit desing on Tinkercad-
.
Learn more about Tinkercad [here](https://www.tinkercad.com/).