An open API service indexing awesome lists of open source software.

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.

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-
![Block Diagram](https://github.com/aakashjhawar/Tachometer/blob/master/images/block%20diagram.jpg)

#### Anolog circuit design on Multisim-
![Multisim](https://github.com/aakashjhawar/Tachometer/blob/master/images/analog%20tach.png)

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-
![Tinkercad](https://github.com/aakashjhawar/Tachometer/blob/master/images/tinkercad_circuit.png).

Learn more about Tinkercad [here](https://www.tinkercad.com/).