DIY ARDUINO RPM REV TACHO SIM HUB DASH

  Рет қаралды 848,281

amstudio

amstudio

Күн бұрын

Make this RPM Rev Tachometer Sim Racing dash gauge using SimHub. Add a real automotive rev counter tacho to your dashboard setup with this easy electronics project.
Parts List.
- Tachometer ebay.us/MAu57u
- Arduino Nano BG bit.ly/3zsbjrB
- Resistor 2.2k ebay.to/3ia6YPW
- Transistor Tip120 goo.gl/BZ2VFE
- Diode IN5349B ebay.us/NK1aZS
- Strip Vero PCB board ebay.us/9r3GiJ
- 12V Power supply ebay.us/OpXvXv
- Wire bit.ly/2J6PkgM
- Solder - bit.ly/2MK4Tuy
- Soldering Iron ebay.us/VIwU6k
- Breadboard BG bit.ly/3lXiTml
This site contains affiliate links for which I may be compensated
Thank you for watching, all questions and feedback are welcome.
If you know someone interested in this project please share the video with them.
Enjoyed the content consider supporting here / amstudio
Check here for other SIM Projects, Mods and DIY
/ @amstudioprojects
| SimHub | Credit to Author: Wotever |
Video Based on Version 5.2.0
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. creativecommon...
AMSTUDIO amstudioprojects.com
Supported games are :
• Assetto Corsa
• IRacing
• ProjectCars/ProjectCars2
• Codemasters games (Dirt 4, Dirt 2,Dirt 3, Dirt Rally, F1 20XX)
• Euro Truck Simulator 2 / American Truck simultator
• RRE
• Rfactor1
• Automobilista (using Rfactor1 plugin)
• Rfactor2
• LFS
• RBR
• GTR1
• GT Legends
• GTR2 / Race
• Race07

Пікірлер: 706
@RobinBalentina
@RobinBalentina 7 жыл бұрын
Finally, I was waiting for this video! Thanks man, keep up the good work! Ordering all parts asap!:)
@amstudioprojects
@amstudioprojects 7 жыл бұрын
Enjoy the build!
@RobinBalentina
@RobinBalentina 7 жыл бұрын
When you go max rpm when in neutral, does the needle bounces? Or doesn't it do it because of little input lag?
@iszlaimatyasjeno1301
@iszlaimatyasjeno1301 7 жыл бұрын
If you use an Attiny 85 microcontroller instead of a whole arduino nano board...the attiny is 1 dollar the resitors diodes and transistors are cheap as hack and can be found in old electronics as well...so about 2 max 3 dollars for the electronics and the price of the rpm indicator which I have no idea how much does it cost... :))
@eddiebehr3723
@eddiebehr3723 7 жыл бұрын
thanks man!!!
@iszlaimatyasjeno1301
@iszlaimatyasjeno1301 7 жыл бұрын
Eddie Behr you are welcome ! :))
@KimNabi_cat
@KimNabi_cat 7 жыл бұрын
build a car alreay plz
@wikan1996
@wikan1996 7 жыл бұрын
Jae hyun Park build a car with arduino ecu
@Elitesniper257
@Elitesniper257 7 жыл бұрын
M. Wikan Sasongko arduino is practically too practically too slow for that
@KimNabi_cat
@KimNabi_cat 7 жыл бұрын
i have faith in amstudio that he will come up with something
@taohawaii
@taohawaii 7 жыл бұрын
No it isn't. The Arduino uses the "Tone" library to drive the transistor. The tone library is capable of outputting from 31Hz to 65,635 Hz. As seen in the video, it drives the tachometer over the full RPM range without breaking a sweat. If you pause at 4:49 you can see the software is configured to send serial data at 64Hz. So you will only get updates 64 times each second (making the needle "step" a little). The minimum number of cylinders the tachometer can be configured to accept is 4. On a four stroke, there are two up-down cycles (revolutions) between spark events. Since there are four cylinders, half of them have a spark event per revolution. Of those two, they fire alternating so each, single 360° revolution will produce 2 spark signals to the tachometer. (Unless it is a stupid (GM) and they spark even on the exhaust stroke...) The gauge reads up to 11,000 RPM so that is 22,000 pulses per minute for a 4 cylinder. Well under the maximum 65,535/s * 60 seconds in a minute = 3,932,100 that the Arduino is programmed to output. Since the minimum frequency is 31Hz ( * (60 sec in minute)/(2 pulses per revolution) ) the arduino cannot drive the tach between 930 RPM and 0 RPM. If you set the gauge for a 6 cylinder the gap would shrink to 620 RPM, and would be only 465 RPM for an 8 cylinder. This would require you to change the pulses per RPM generated by the Arduino however something simple like replacing "rpmTone.play(freq);" with "rpmTone.play(freq*1.5);" or "rpmTone.play(freq*2);" on line 994 of the sketch. You can see a general delay in the physical gauge lagging behind the virtual one. This is partially due to the 64Hz data rate but mostly due to the stepper motor in the gauge. The motor driver in the gauge has a maximum speed which limits the needle's ability to keep up. I think digital is best/fastest. If you need a needle, you can simulate one but you can get the same (better) effect with LEDs around the circumference. If you just want to be old school you can get great results with aircore gauges and driving the sin/cos coils with analogWrite()'s.
@familyvlogs3737
@familyvlogs3737 7 жыл бұрын
Jae hyun Park i
@estufilla
@estufilla 2 жыл бұрын
It's funny, because if you listen carefully to the sound, and watch one tach and the other, the Arduino one is even more synchronized than the one in-game with the sound.
@user-cs4el3dm2u
@user-cs4el3dm2u 6 жыл бұрын
this guy is a DIY racing sim accesorie GOD
@Gallardo6669
@Gallardo6669 Жыл бұрын
Pretty cool. Needed only schematics, will use spare rpm gauge for wattage consumption on my home stereo system....
@Bu0f
@Bu0f 4 жыл бұрын
Can I use a different Arduino board?
@jsow99
@jsow99 5 жыл бұрын
I'm probably gonna make it just so I can have it, unfortunately it won't be very useful in F1 and seems like it has quite a bit of lag and the needle can only move at a certain maximum speed. Other than that seems like a perfect addition for a sim rig :) I hope you make more of these 'inexpensive (relatively) but useful' things.
@CS_Mango
@CS_Mango 4 жыл бұрын
Didn't expected war thunder to be supported. But I can't wait to see my tank revving at 10k rpm.
@青山院長-u5s
@青山院長-u5s 2 ай бұрын
Hello, i am not familiar whih these DIY projects. Therefore, i do not understand why is the diode used to connect the emitter and the collector here. I wonder wouldnt the circuit works just fine without the diode here? Thanks
@NitrosSimSports
@NitrosSimSports 7 жыл бұрын
Fantastic videos you produce! So informative and easy to follow. Thanks a lot :)
@banditfishing1558
@banditfishing1558 7 жыл бұрын
Can you do a boost gauge
@MrEpicDude69
@MrEpicDude69 7 жыл бұрын
The Bandinator this is what ive been waiting on
@ProjectR86
@ProjectR86 7 жыл бұрын
Another vote for a boost gauge tutorial. A fuel gauge would be good too because I'm thinking of building a instrument cluster and I'm not sure how pressure based gauges would work.
@BboxBoy24
@BboxBoy24 7 жыл бұрын
Project.R Boost gauges work by pulling vacuum by tapping the vacuum line inline with the manifold pressure, to simulate would be pretty tricky. However digital guages might work the same as this tutorial.
@BboxBoy24
@BboxBoy24 7 жыл бұрын
Project.R Boost gauges work by pulling vacuum by tapping the vacuum line inline with the manifold pressure, to simulate would be pretty tricky. However digital guages might work the same as this tutorial.
@ProjectR86
@ProjectR86 7 жыл бұрын
Yea, that's what I was thinking with digital gauges. I'm not in a real rush to make one. I'm still waiting on the parts to make this Tacho and the other digital dash display that amstudio made made on KZbin.
@Ribgox
@Ribgox 7 жыл бұрын
Thanx! maybe you may set a little speed gear indicator
@Madge104
@Madge104 7 жыл бұрын
love the adition of the voice. any future plans?
@topgamerroom
@topgamerroom 7 жыл бұрын
omg I love this thank you soooo much improvements will be happening to my racing rig now
@jehongjeon
@jehongjeon 5 жыл бұрын
Very Useful Tools! Thanks!
@MichaelParktheFirst
@MichaelParktheFirst 7 жыл бұрын
Great tutorial
@YTKhaos
@YTKhaos 7 жыл бұрын
i have a saab too
@DEEEEEEEEEELICIOUS
@DEEEEEEEEEELICIOUS 7 жыл бұрын
I'm really wondering how you cleaned it up and mounted it securely
@Tracks777
@Tracks777 7 жыл бұрын
Good video!
@hoepsipoepsi
@hoepsipoepsi 7 жыл бұрын
the beginning was Zandvoort? awesome
@mckoygaming224
@mckoygaming224 Жыл бұрын
Can you make a tutorial for boost gauge and tachometer using only 1 Arduino nano please? Thanks you..
@slickyy_
@slickyy_ 5 жыл бұрын
can you make the speedo meter version plz, just like this universal tacho
@josueherrera8547
@josueherrera8547 6 жыл бұрын
Te quedó realmente increíble. Gracias por subir estos tutoriales. 👍
@claytongame-hughes3803
@claytongame-hughes3803 7 жыл бұрын
can you please do a speedometer! honestly best channel for DIY sim racing thank you and please set up a donation page cause id donate
@amstudioprojects
@amstudioprojects 7 жыл бұрын
Hey! Yes a speedometer is on the list ! Ive just set up a Patreon page for donations
@21440zippo
@21440zippo 7 жыл бұрын
I will build this, Grat job!!! :D
@lucasbombardieri4755
@lucasbombardieri4755 5 жыл бұрын
Hi, can I use the same design to use a speedometer on simhub? works the same way? if it does not work, could you explain or make a video showing how to use a speedometer on simhub? if there are any typos please forgive me, because I'm Brazilian and I do not speak English very well
@hotfuzz1913
@hotfuzz1913 7 жыл бұрын
nice work cool tutorial
@yozzychannel9611
@yozzychannel9611 7 жыл бұрын
really nice and clear but the music Is too loud and disturb a bit
@TheValKBawz
@TheValKBawz 2 жыл бұрын
Did you use the free version of SimHub or is the Tachometer itself too slow? It didn't seem to keep up with the input fast enough.
@dangelosculture
@dangelosculture 4 жыл бұрын
Hi I did everything as described once inserted in the sim hub loaded the scretch nothing the tachometer turns on but the test does not go in your video you do not see I have joined all three gnd. I don't understand what I'm wrong. Is it possible that it is the different diode? they sold me Diode 1n400
@mickgrose6743
@mickgrose6743 Жыл бұрын
Hey. Did you get it working?
@itonz
@itonz 7 жыл бұрын
awesome , thanks
@j.automotive
@j.automotive 5 жыл бұрын
“Place and solder”😂
@nizarrazzouk9385
@nizarrazzouk9385 4 жыл бұрын
Can You Do one single shift light?
@dionbonenkamp7218
@dionbonenkamp7218 7 жыл бұрын
Hey would you please do a video on how to make a joystick. Thanks
@alpozkaya5948
@alpozkaya5948 7 жыл бұрын
You are best
@OficinaKGS
@OficinaKGS 5 жыл бұрын
great project thank you so much for sharing, ask a question? what is this little circuit you put in for? thanks
@ImInSpainWithoutTheS
@ImInSpainWithoutTheS 6 жыл бұрын
Can you try making a train control panel or anything that can work with Train Sim World (great western express dlc)
@Max-zd4rw
@Max-zd4rw 3 жыл бұрын
Can a 12v5w diode be connected instead of 1w?
@marcusjohansson4218
@marcusjohansson4218 7 жыл бұрын
Please do a speedometer also
@bonrullaren4721
@bonrullaren4721 7 жыл бұрын
Hey, regarding the analog hanbrake video. Going to do that build in a few days when I get my handbrake. Quick question though, what is the biggest problem with having a bigger potentiometer (60mm for example)? It seems like it could fit, would it be problems with the programming and calibration or is it just not going to physically fit? I guess that you actually wouldn't have to use the whole length of the potentiometer if it is longer, is it so? Figured that I would comment on this video aswell so that you hopefully will read it. Thanks for the great informative and inspiring content!
@amstudioprojects
@amstudioprojects 7 жыл бұрын
60mm should just fit and work. Travel of the handbrake internals is relatively short depending on spring, bracket and bolt combination you use. I recommend 35-45mm its easier to position inside the handbrake with adequate range.
@bonrullaren4721
@bonrullaren4721 7 жыл бұрын
amstudio Ok big thanks for the answer!
@NanoMine
@NanoMine 7 жыл бұрын
Do a DIY power window switch for SIM please.
@RacingSzuper
@RacingSzuper 3 жыл бұрын
Can this use diesel truck tachometer 3000 or 4000rpm max. ?
@RaceDriver1
@RaceDriver1 7 жыл бұрын
This is awesome dude!
@Exitosor
@Exitosor 3 жыл бұрын
Solo funciona para PC?
@fabioamorim2444
@fabioamorim2444 7 жыл бұрын
ola fiz um igual e ficou perfeito graças ao seu vídeo,vi em seus videos que você usa muito a plataforma Arduíno para fazer os seus projetos agora gostaria de saber se tem como você fazer mais de um projeto usando um único Arduíno obrigado e continue assim você esta de parabéns
@felipoliveira95
@felipoliveira95 7 ай бұрын
Cara consegue me ajudar com uma dúvida desse projeto?
@CaptainScarlet1961
@CaptainScarlet1961 7 жыл бұрын
What amp rating should the 12v Power Supply be ? don't really want to be blowing my new creation up, I'm a massive fan of this channel with your quality DIY builds & I still have to get round to building that wicked hydro handbrake you did a while back, thanks for the awesome vid's....
@amstudioprojects
@amstudioprojects 7 жыл бұрын
I am using a 12v 1500mA from a old external HDD
@CaptainScarlet1961
@CaptainScarlet1961 7 жыл бұрын
Thanks :-)
@CaptainScarlet1961
@CaptainScarlet1961 7 жыл бұрын
Hi, I'm having problems with this project, can you help ? For the record, in the interests of success I sourced & acquired the exact parts list that was in the video information including the exact same model of tachometer. I'm running 64bit Win7 Ultimate & installed SimHub as Administrator & it's the same version as in the video, I know there are newer versions but I kept to the video version to avoid any potential problems & I also have NO experience with Arduino Nano's so have no idea if the constantly flashing red LED is normal or if it signifies a problem of some sort as I have no information to refer to & the board is a Nano CH340G. The build went fine so I downloaded SimHub 5.2.0 & installed as Admin, I then plugged the Arduino into the USB & plugged the power supply in. I opened SimHub & selected "Arduino display/Hardware settings/Open Arduino setup tool" & got this message "Arduino is not installed or up to date, do you want to download it now" & as it was obviously needed I disconnected the USB lead & clicked yes to install which completed successfully. So I open the "Arduino setup tool" again & make the changes that you show, I put the com port & arduino board details in & then click "Upload to arduino" & after 3 or 4 seconds a small box appears saying "Compilation failed" & does it everytime I try. I've checked & re-checked & I can't see what the problem is, I've checked in "Device Manager/Ports" & it's listed as "USB-SERIAL CH340 (com3)" & is working properly so I know I selected the correct port & board in SimHub! I also checked in "Control Panel/Programs & Features where I found SimHub listed but nothing for the Arduino which strikes me as odd considering it has a program to run it or am I wrong ? PS: Sorry it's long.......
@amstudioprojects
@amstudioprojects 7 жыл бұрын
Hey SmokinJoe! The flashing Led is the standard blink test to show the Arduino is working. Try update the Libraries. Also copy all the Libraries folders From :\Program Files (x86)>SimHub>_Addons>Arduino>Libraries To :\Program Files (x86)>SimHub>_Addons>Arduino>ArduinoIDE>arduino-1.6.13> libraries.
@CaptainScarlet1961
@CaptainScarlet1961 7 жыл бұрын
Thanks so much for the quick reply, I will try your suggestions shortly. I've since found out that there are "Cloned" Arduino Nano's from China flooding ebay with the same part numbers as the one I have, some of them work & some don't & another more bizarre thing was using the right kind of cable. I read a post on a thread that a fella was having the same trouble as me, turns out he was using a cable that was only meant to charge a device so borrowed a cable from a friend & bingo everything miraculously worked, seems a little far-fetched to me but could be so I guess. Thanks so much for your assistance, onward I go :D
@蔡云祥
@蔡云祥 6 жыл бұрын
Hey amstudio! I like your video very much! I have one question: When can you diy a speedometer? I mean the real speed gauge!
@abdikadirabdi2270
@abdikadirabdi2270 7 жыл бұрын
fuuuuuuuck for a moment I felt like it was a real race
@47kotzur
@47kotzur 7 жыл бұрын
6:10 RB26DETT
@amstudioprojects
@amstudioprojects 7 жыл бұрын
Yes!!!
@47kotzur
@47kotzur 7 жыл бұрын
amstudio What game was it?
@amstudioprojects
@amstudioprojects 7 жыл бұрын
Assetto Corsa
@47kotzur
@47kotzur 7 жыл бұрын
amstudio so there is an r32-34 in asseto corsa?
@amstudioprojects
@amstudioprojects 7 жыл бұрын
Both, there's a R34GTR that comes included, and I have also added R32 mod.
@Cristian-pw1iv
@Cristian-pw1iv 5 жыл бұрын
Any way to get something like this to work with a console like xbox or ps4?
@zynx4496
@zynx4496 6 жыл бұрын
Nice project bro. Do you know how I do to work in project cars 2?
@xboxsx339
@xboxsx339 2 жыл бұрын
Does it work also on consoles?
@우형-s3y
@우형-s3y 6 жыл бұрын
is it possible to make this with arduino uno??
@hazedhd4902
@hazedhd4902 7 жыл бұрын
could this work with a Boostgauge
@BadWolf507
@BadWolf507 9 ай бұрын
I can’t get my arduino to communicate with the software found a video they said the chip needs to be updated to be able to communicate but didn’t explain how to update the chip in the arduino bought a second one hopefully it will work but same thing it shows it’s connected but won’t communicate can’t add non of the settings to it any help or video how to setup arduino I watch dozen of videos but non seen to have the problem I have when they click on it it’s reconigzed automatically so one talks about how to fix the issue
@cachorritosmer
@cachorritosmer 7 жыл бұрын
aqui tiene su like 900 :) buen hombre......siga asi.
@amstudioprojects
@amstudioprojects 7 жыл бұрын
Thanks!!
@danielthomas1986
@danielthomas1986 7 жыл бұрын
Love the videos great work. Can you run multiple gauges off of one Arduinos or does there need to be one each?
@Dutch3DMaster
@Dutch3DMaster Жыл бұрын
You probably have an answer by now, but in case someone else wonders about the same thing: any pin with PWM output is capable of driving a single gauge (and then there's some trickery capable of being done with switching non-PWM ports on-off really fast, but that's definitely something that brings you down to the root of Arduino core programming).
@spiderfightclub
@spiderfightclub 6 жыл бұрын
Heya thanks for the video, I just made one based on your instructions but after a while the tachometer desyncs and the needle goes below 0 rpm, do you have any ideas where I might be going wrong?
@frogicus
@frogicus 7 жыл бұрын
Great work man ! ...so I went and bought everything and put together...tach lights up and does initial test sweep but when i try it in program no go...do i have to donate? I noticed in your video that your device fps was 64...mine is 9... any ideas ? I set up everything exactly as you did including base orientation of the diode.
@mickgrose6743
@mickgrose6743 Жыл бұрын
Hey dude. I had the same problem. Did you get it sorted?
@TrashyATLife
@TrashyATLife 7 жыл бұрын
Dose this work for all gauges, or just the Tach?
@karpz6380
@karpz6380 5 жыл бұрын
Supported games are : • Assetto Corsa • IRacing • ProjectCars/ProjectCars2 • Codemasters games (Dirt 4, Dirt 2,Dirt 3, Dirt Rally, F1 20XX) • Euro Truck Simulator 2 / American Truck simultator • RRE • Rfactor1 • Automobilista (using Rfactor1 plugin) • Rfactor2 • LFS • RBR • GTR1 • GT Legends • GTR2 / Race • Race07 • *War thunder* ???
@mangostain
@mangostain 6 жыл бұрын
The red light turn on when reach a certain rpm defined by the real tacho (fixed) o turn on depending on the car that you select in the game (variable)?
@ammostock
@ammostock 6 жыл бұрын
Can this be all hooked up to a g920 Xbox 1
@RomanFusaty
@RomanFusaty 7 жыл бұрын
good job my friend. I tried to make it by myself and bought the same tacho, however in SimHub is somehow not possible to make it work for the full 11k rev scale. When I press "Test max RPM" in SimHub, the tacho shows only about 7,5k RPM, not sure what can be wrong. Any ideas?
@amstudioprojects
@amstudioprojects 7 жыл бұрын
Check the Tachometer cylinders match on SIMHUB and on the actual Tacho. Eg set both to 4
@RomanFusaty
@RomanFusaty 7 жыл бұрын
omg it works now, You were right, there was wrong cylinder value set in tacho. Even though in manual is writen that default setting is 4, it wasn't. Thank You very much for advice :-)
@crunchy7794
@crunchy7794 4 жыл бұрын
Does anyone know if you can get a E32 cluster to work like this? If so, please tell me how! I've been searching everywhere but i can only find simulators with E36/E46 Clusters. Please help❤❤
@eduardoverdon6125
@eduardoverdon6125 5 жыл бұрын
where do i get diff colored wires
@Kentinhourt
@Kentinhourt 5 жыл бұрын
Hey man, I’ve the same RPM as yours but I don’t know how to setup and sync with different cars which there have different rpm limit. Mine is always going at 11 even if the cars has a limit of 6 or 8
@ricardosoares2059
@ricardosoares2059 6 жыл бұрын
Ola tudo bem? Não consigo a versão do SimHud 5.2.0.Você poderia disponibilizar aqui?
@PsychoRolla
@PsychoRolla 7 жыл бұрын
Will this also work with the Arduino Uno??
@peppinosanrally1718
@peppinosanrally1718 6 жыл бұрын
Hello, because you do not do a video tutorial on how to mount only the shift light. thanks, see you soon
@SirTanck
@SirTanck 7 жыл бұрын
will this work on project cars too?
@edwinvallarino
@edwinvallarino 5 жыл бұрын
I have problem i make the same in the video an my tachometer start in 4k rpm i dont know why
@stephfpv8207
@stephfpv8207 2 жыл бұрын
Hi great video, like you, I installed the tacho with sim hub the latest version 7.4.16 and it does not work would you have a solution thank you in advance
@mickgrose6743
@mickgrose6743 Жыл бұрын
Hi Steph. I have the same problem. Did you find a fix?
@hardlyworgen71
@hardlyworgen71 3 жыл бұрын
Can this be adapted to show CPU usage on a 10000 RPM tach?
@lachlanstace5894
@lachlanstace5894 7 жыл бұрын
dhow many amps does it need to be (power supply)
@amstudioprojects
@amstudioprojects 7 жыл бұрын
500mA+ , I am using a 12v 1500mA from a old external HDD
@Derpynewb
@Derpynewb 7 жыл бұрын
check on the tacho, it should say the maximum amount of amps it can take.
@user735_
@user735_ 6 жыл бұрын
It's cool, but you can notice it lags, and it does it enough to be bothering for me.
@hafizhnabawi5164
@hafizhnabawi5164 6 жыл бұрын
Can the tachometer use to nfs game?
@kenesufernandez1281
@kenesufernandez1281 5 жыл бұрын
*tHx*
@yakimpekrew0073
@yakimpekrew0073 7 жыл бұрын
allo svp les diodes 12 v ce sont des 5 watt svp reponder merci
@dylananderson4944
@dylananderson4944 6 жыл бұрын
I'm looking to wire my tach, speedo and boost gauge onto 1 Arduino Nano, is it possible?? if so could someone please help me out with it as I can't find any help through google. Many thanks
@Malkovitz_
@Malkovitz_ 6 жыл бұрын
Do I really have to solder info cable to D9?
@juanazo007
@juanazo007 7 жыл бұрын
what next? Speedometer?
7 жыл бұрын
PLS DIY Speedmeter with tihs.
@rvevau
@rvevau 6 жыл бұрын
Is it works with other tacho? (I already have tacho)
@localentertainment6571
@localentertainment6571 6 жыл бұрын
Will this work for ets2
@mihinkarunaratne
@mihinkarunaratne 7 жыл бұрын
My DIY H-Shifter? I NEED IT.
@m1tchBio
@m1tchBio 7 жыл бұрын
Mihin Karunaratne you NEED IT......so?
@JoJoCan
@JoJoCan 7 жыл бұрын
Just buy one, they are cheap
@_Bonez12
@_Bonez12 7 жыл бұрын
There's already a diy h pattern on hackaday. I've built one and use it all the time. Search up "diy h pattern" and it should be the first result.
@JoJoCan
@JoJoCan 7 жыл бұрын
The G29's H-Shifter costs $59.99 USD
@Endidixknsej
@Endidixknsej 7 жыл бұрын
Only I paid 30 quid for mine brand new
@navarotas8437
@navarotas8437 7 жыл бұрын
Are this working on simple car dashboard?
@AsilarWindsailor
@AsilarWindsailor 5 жыл бұрын
I will be using the knowledge and skills from your videos to build my own personal BattleMech cockpit for MechWarrior Online
@louisbabyCT
@louisbabyCT 6 жыл бұрын
I finished my Arduino Tacho last night, opened up GT Legends, and played for about 2 hours... I love this tutorial, thank you so much.
@mitchellwildchild118
@mitchellwildchild118 6 жыл бұрын
Edward Lewis could I ask you for some help please
@MichaelB450
@MichaelB450 7 жыл бұрын
Great job! I'm impressed with how easy you made this look to make possible.
@UevanrajooThavarajoo
@UevanrajooThavarajoo Жыл бұрын
I just tested this and I worked great for me, only issue was my arduino nano was quite old and it was a third party board, I tried updating the bootloader to update the bootloader and then upload the script from the latest SimHub, but SimHub is still detects as Arduino Nano with Old Bootloader
@Luca-cl9sd
@Luca-cl9sd 2 жыл бұрын
Is forza horizon also possible?
@mdot9
@mdot9 9 ай бұрын
can you do a 2023 version. lots has changed and this doesn't work for me anymore
@mitchellwildchild118
@mitchellwildchild118 6 жыл бұрын
I could use some help here. I got mine all done up everything right. But it does not work when I test it..
@moh5888
@moh5888 6 жыл бұрын
while i was happy because i bought this tacho in my car others were making from it a sim racing tacho used in games 😳😂😂😂 good job tho
@BurningBroadcast
@BurningBroadcast 7 жыл бұрын
Could you make a video on the theory behind this? That way I could apply it to say a different tachometer and still manage to figure out how to make it work.
@tankianhoxha517
@tankianhoxha517 7 жыл бұрын
Nice!, another one with speed? to use those at same time, is it posible?
@cyberschn1tzel997
@cyberschn1tzel997 7 жыл бұрын
Tony Clifton are you okay?
@Simlife101
@Simlife101 4 жыл бұрын
Amstudio you didnt tell us where to put the white wire. one moment it was not connected then next scene it was connected to the board
@ricardosoares2059
@ricardosoares2059 6 жыл бұрын
Funcionou perfeitamente tinha colocado outro tacometro mas não funcionou mas com o tacometro do video funciona perfeitamente fica a dica pra quem quiser fazer. Agradeço a Amstudio por compartilhar o conhecimento.Obrigado
@chittychad18
@chittychad18 4 жыл бұрын
Can you please make some clutch paddles with a hall sensor?
@rokibuca
@rokibuca 5 жыл бұрын
is possible to change shift light when you driving high RPM cars
@stevenirish6160
@stevenirish6160 4 жыл бұрын
This is what I want to know to. Did you find a solution?
@crunchy7794
@crunchy7794 4 жыл бұрын
@@stevenirish6160 there are two buttons on the tacho to choose max rpm for shiftlight.
@stevenirish6160
@stevenirish6160 4 жыл бұрын
@@crunchy7794 thank you 😁
HOW TO WIRE BMW SPEEDO CLUSTER FOR SIMULATOR | SIMHUB
8:17
amstudio
Рет қаралды 982 М.
Forget About Raspberry Pi! Use Your Old Phone Instead.
9:09
Doctor Volt
Рет қаралды 286 М.
LIFEHACK😳 Rate our backpacks 1-10 😜🔥🎒
00:13
Diana Belitskay
Рет қаралды 3,9 МЛН
Nastya and balloon challenge
00:23
Nastya
Рет қаралды 66 МЛН
БЕЛКА СЬЕЛА КОТЕНКА?#cat
00:13
Лайки Like
Рет қаралды 2,4 МЛН
DIY SIM FLAG GEAR SPOTTER AND PIT INDICATOR
12:55
amstudio
Рет қаралды 78 М.
Arduino Tutorial: Tachometer (RPM Counter)
3:54
InterlinkKnight
Рет қаралды 278 М.
DIY Raspberry Pi Racecar Dashboard: The Ultimate Guide
15:11
BEAVIS Motorsport
Рет қаралды 753 М.
Custom Cyberdeck For (Legal) Satellite Hacking
20:12
saveitforparts
Рет қаралды 1,3 МЛН
Arduino Uno Tachometer RPM using 3144 Hall Effect Sensor
13:59
Clockatronic
Рет қаралды 106 М.
DASH STUDIO DISPLAY SIMHUB | SIM RACING
7:48
amstudio
Рет қаралды 311 М.
Framework Cyberdeck - DIY Portable PC
17:31
Ben Makes Everything
Рет қаралды 1,2 МЛН
LIFEHACK😳 Rate our backpacks 1-10 😜🔥🎒
00:13
Diana Belitskay
Рет қаралды 3,9 МЛН