All Projects → deepsyx → Arduino Tachometer

deepsyx / Arduino Tachometer

Arduino car tachometer

Projects that are alternatives of or similar to Arduino Tachometer

Attinycore
Arduino core for ATtiny 1634, 828, x313, x4, x41, x5, x61, x7 and x8
Stars: ✭ 974 (+2397.44%)
Mutual labels:  arduino
Esp32 Hub75 Driver
A small, simple, passive driver for HUB75 based LED panels
Stars: ✭ 37 (-5.13%)
Mutual labels:  arduino
Hydroponic Automation
A program to monitor and control 8 variables of a hydroponic gardening system
Stars: ✭ 38 (-2.56%)
Mutual labels:  arduino
Eprom
Python script and Arduino code for burning eproms
Stars: ✭ 35 (-10.26%)
Mutual labels:  arduino
Arduino Rc 6ch Radio Control
Arduino project to upgrade cheap Hobbyking HK-T6A or Flysky FS-CT6B transmitters or any other old RC TX
Stars: ✭ 36 (-7.69%)
Mutual labels:  arduino
Sdwebbrowse
File browsing using the Arduino Ethernet shield
Stars: ✭ 37 (-5.13%)
Mutual labels:  arduino
Device Os
Device OS (Firmware) for Particle Devices
Stars: ✭ 976 (+2402.56%)
Mutual labels:  arduino
Iotz
compile things easy 🚀
Stars: ✭ 39 (+0%)
Mutual labels:  arduino
Esp8266 Deauth
Deauth / Deauthentication proof of concept on the ESP8266
Stars: ✭ 36 (-7.69%)
Mutual labels:  arduino
Darm
A desktop arm that can write and draw.
Stars: ✭ 38 (-2.56%)
Mutual labels:  arduino
Arduino
Arduino-compatible MCU code for sensor and telemetry nodes
Stars: ✭ 35 (-10.26%)
Mutual labels:  arduino
Esp3d
FW for ESP8266/ESP8285/ESP32 used with 3D printer
Stars: ✭ 979 (+2410.26%)
Mutual labels:  arduino
Wifi ducky
Upload, save and run keystroke injection payloads with an ESP8266 + ATMEGA32U4
Stars: ✭ 991 (+2441.03%)
Mutual labels:  arduino
Ardupi Ecg
Full HRV analysis of Arduino pulse sensor, using Python signal processing and time series techniques. Chaotic, Fourier, Wavelet, Regression, Neural Net.
Stars: ✭ 35 (-10.26%)
Mutual labels:  arduino
Pulsesensorstarterproject
The Best Way to Get Started with your PulseSensor and Arduino
Stars: ✭ 38 (-2.56%)
Mutual labels:  arduino
Esp8266audio
Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3, and AAC files on I2S DACs or with a software emulated delta-sigma DAC on the ESP8266 and ESP32
Stars: ✭ 972 (+2392.31%)
Mutual labels:  arduino
Emonth
An open-source wireless temperature and humidity monitoring node
Stars: ✭ 37 (-5.13%)
Mutual labels:  arduino
Esprfremote
Sketch to use an ESP mit Arduino as a RF remote for chap-ass power outlets (BH9938)
Stars: ✭ 39 (+0%)
Mutual labels:  arduino
Arduino Rgb Tools
A arduino library with tools for controlling an RGB-LED
Stars: ✭ 37 (-5.13%)
Mutual labels:  arduino
True artificial intelligence
真AI人工智能
Stars: ✭ 38 (-2.56%)
Mutual labels:  arduino

Arduino car tachometer

Introduction

I'm currently driving an old Opel Astra without tachometer. I had a spare arduino and few LEDs, so I made a simple tachometer. I started by cut a 5cm x 1.5cm piece of an old credit cart, drilled 4 holes in it, painted it black and glued 4 LED diods to it. Then I soldered a 220ohm resistors to each positive LED pin and used a common ground. I connected them to arduino via 5x30cm jumpers and hid the arduino in a hole under the wheel. I connected the arduino data pin via voltage divider to the signal pin of the coil and used an old phone charger to power the arduino. In order to work I shared the phone charger and arduino's grounds.

The first LED turns on when engine react 4000 rpm. Below 4000 rpm all LEDs are turned off. If there is Serial attached, it automatically emits rpm data(watch it realtime in arduino serial monitor).

Demo

Link to youtube video

Arduino tachometer demo

Schematic

Schematic

Code

Check out the code.cpp file.

Materials

  • Arduino Uno
  • 4x LEDs
  • 5x 220ohm resistor
  • 1x 160ohm resistor
  • 10x 30cm jumpers
  • Old car phone charger
  • Longer wire to connect to coil
  • 1amp fuse (not included in schematics)

Future ideas

  • More LEDs
  • Log data (to phone or sd card) for analysis
  • Graphic visualization for phone
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].