-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
426100d
commit 4b4facc
Showing
1 changed file
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
# ArduHUD | ||
# ArduHUD | ||
|
||
[![youtube](https://user-images.githubusercontent.com/20977405/102416634-2fa0ab80-3fc8-11eb-8baf-d24a6a27bd3f.PNG)](https://www.youtube.com/watch?v=JxBvukUipc4&feature=youtu.be) | ||
|
||
This is a repository for one of my personal hobby projects to design and build a car heads up display (HUD). This HUD displays car speed (in mph) and RPM in real-time to the driver. The device itself includes the following: | ||
|
||
- 1x ELM327 bluetooth OBD2 scanner | ||
- 1x Arduino Teensy 3.X | ||
- 1x Arduino ESP32 | ||
- 2x 7-segment LED displays | ||
- 1x 10-segment LED bar display | ||
- 4x small PCB standoffs | ||
- 35x 75 Ohm resistors | ||
- 1x screw terminal | ||
- 1x SSD1331 OLED display | ||
- 1x plexiglass sheet | ||
- 1x winshield reflective film | ||
- 3D printed housing | ||
|
||
For build instructions, see [my instructable here](https://www.instructables.com/Car-Heads-Up-Display-Arduino-ELM327/). |