Это видео недоступно.
Сожалеем об этом.

DIY ARDUINO RPM REV TACHO SIM HUB DASH

Поделиться
HTML-код
  • Опубликовано: 14 июн 2017
  • 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

Комментарии • 702

  • @louisbabyCT
    @louisbabyCT 6 лет назад +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.

  • @l33tgam3r
    @l33tgam3r 5 лет назад +6

    I just tried to build two myself.
    I am a person that is medium skilled, but soldering was years ago. Yet thanks to your clear instructions I was able to produce two working tacho's (just need to put em on my arduino, but t he boards are powering and the tacho's are powering up)
    So thank you big time!

    • @ThanasisDouskos
      @ThanasisDouskos 5 лет назад

      mine are not

    • @UnusualAtt
      @UnusualAtt 5 лет назад

      Can you tell me what Diode you used? The link doesn't work and not sure on which one to get thanks.

    • @l33tgam3r
      @l33tgam3r 4 года назад

      1N5349B IN5349B Zener diode 12V 5W DO-15 IN5349

  • @AsilarWindsailor
    @AsilarWindsailor 5 лет назад +26

    I will be using the knowledge and skills from your videos to build my own personal BattleMech cockpit for MechWarrior Online

  • @RobinBalentina
    @RobinBalentina 7 лет назад +38

    Finally, I was waiting for this video! Thanks man, keep up the good work! Ordering all parts asap!:)

    • @amstudioprojects
      @amstudioprojects  7 лет назад +4

      Enjoy the build!

    • @RobinBalentina
      @RobinBalentina 7 лет назад +4

      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 лет назад +1

      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 лет назад +1

      Eddie Behr you are welcome ! :))

  • @madmax2069
    @madmax2069 4 года назад +2

    This is really awesome, the only thing I don't like is that it's pretty slow to respond to rapid RPM changes, but that could just be down to the gauge itself.

  • @MichaelB450
    @MichaelB450 7 лет назад +15

    Great job! I'm impressed with how easy you made this look to make possible.

  • @KimNabi_cat
    @KimNabi_cat 7 лет назад +745

    build a car alreay plz

    • @wikan1996
      @wikan1996 7 лет назад +58

      Jae hyun Park build a car with arduino ecu

    • @Elitesniper257
      @Elitesniper257 7 лет назад +5

      M. Wikan Sasongko arduino is practically too practically too slow for that

    • @KimNabi_cat
      @KimNabi_cat 7 лет назад +11

      i have faith in amstudio that he will come up with something

    • @taohawaii
      @taohawaii 7 лет назад +20

      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 6 лет назад

      Jae hyun Park i

  • @UevanrajooThavarajoo
    @UevanrajooThavarajoo Год назад +1

    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

  • @user-cs4el3dm2u
    @user-cs4el3dm2u 6 лет назад +2

    this guy is a DIY racing sim accesorie GOD

  • @gabrielrorato6978
    @gabrielrorato6978 7 лет назад +2

    Hi, I'm from Brazil, and I've been following your work for a long time. You are so happy !! Very good!!!

  • @lifeofasimrigmestizo6910
    @lifeofasimrigmestizo6910 7 лет назад +5

    I do appreciate the DIY projects, I wish there was a way to apply all the hardware DIY to the PS4 console. Thanks for they great tutorial, keep up the great work.

  • @estufilla
    @estufilla 2 года назад +1

    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.

  • @ricardosoares2059
    @ricardosoares2059 5 лет назад +3

    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

  • @woodeeeeeeify
    @woodeeeeeeify 7 лет назад +4

    Never fail to disapoint! Going to get the parts and make this as my weekend project.

    • @soobyt
      @soobyt Год назад

      and did you manage to build ?

  • @bigchew1513
    @bigchew1513 7 лет назад +12

    sweet.... i bet i have the parts to build that alredy instock,tht looks like fun to.. i still havent got my bord for my last project..but this i can try tonight maybe....lol. im a bit of a eletronic repairman..to a point a lot or 10-11meter radios n such..but again another great video..

  • @jsow99
    @jsow99 5 лет назад +2

    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.

  • @mihinkarunaratne
    @mihinkarunaratne 7 лет назад +152

    My DIY H-Shifter? I NEED IT.

    • @m1tchBio
      @m1tchBio 7 лет назад +3

      Mihin Karunaratne you NEED IT......so?

    • @JoJoCan
      @JoJoCan 7 лет назад +11

      Just buy one, they are cheap

    • @_Bonez12
      @_Bonez12 7 лет назад +4

      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 лет назад +4

      The G29's H-Shifter costs $59.99 USD

    • @Endidixknsej
      @Endidixknsej 7 лет назад +2

      Only I paid 30 quid for mine brand new

  • @Gallardo6669
    @Gallardo6669 Год назад +1

    Pretty cool. Needed only schematics, will use spare rpm gauge for wattage consumption on my home stereo system....

  • @Nangitus
    @Nangitus 6 лет назад +3

    love this video man, great quality and easy to follow instructions. keep up the great work.

    • @lzoli18B
      @lzoli18B 6 лет назад +1

      By far the best video / tutorial I've seen on this subject

  • @banditfishing1558
    @banditfishing1558 7 лет назад +127

    Can you do a boost gauge

    • @MrEpicDude69
      @MrEpicDude69 7 лет назад +18

      The Bandinator this is what ive been waiting on

    • @ProjectR86
      @ProjectR86 7 лет назад +18

      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 лет назад +8

      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 лет назад +3

      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 лет назад +3

      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 RUclips.

  • @BurningBroadcast
    @BurningBroadcast 7 лет назад +5

    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.

  • @karlo134652
    @karlo134652 7 лет назад +2

    been watching your vids. those set ups and builds are crazy. i freakin love it.

  • @jalon9516
    @jalon9516 6 лет назад +4

    When you finally hear daddy's voice and he's an aussie

  • @chittychad18
    @chittychad18 4 года назад +1

    Can you please make some clutch paddles with a hall sensor?

  • @MegaMymusiclist
    @MegaMymusiclist 6 лет назад +1

    Oh I love the sound of Merc and BMW DTM cars.

  • @NitrosSimSports
    @NitrosSimSports 7 лет назад +3

    Fantastic videos you produce! So informative and easy to follow. Thanks a lot :)

  • @Matthewrandone
    @Matthewrandone 7 лет назад +1

    Awesome video mate, haven't seen one of your vids in ages, you have also grown your channel heaps since the last time I saw your videos which was at like 6k lol, keep it up again!

  • @TheSapier
    @TheSapier 3 года назад

    I calculated it and it's around 80-90 dollars for everything new. (includes soldering iron which some people might already have)

  • @nazmisofiansuhaimi4807
    @nazmisofiansuhaimi4807 6 лет назад +1

    Hi great vid there, I made one based on your instructions. Though I just changed the Diode to a 12V 1W ( 1N5242 ) to replace the the 12V 5W you used as there weren't any available stocks in the Asian region. It worked flawlessly still with the 12V 2Amps adapter.

    • @amryms
      @amryms 2 года назад

      caranya gimana gan

    • @nazmisofiansuhaimi4807
      @nazmisofiansuhaimi4807 2 года назад

      @@amryms saya ganti sja diode yg dia pakai dgn diode yg saya dpt cari dgn spesifikasi yg plg dekat, ikut shj schematic balik dgn arah polarity diode

  • @tankianhoxha517
    @tankianhoxha517 7 лет назад +23

    Nice!, another one with speed? to use those at same time, is it posible?

  • @Tdrgv512
    @Tdrgv512 7 лет назад +9

    Would like to see a MPH gauge too.

  • @moh5888
    @moh5888 6 лет назад +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

  • @alvarosanchis7289
    @alvarosanchis7289 7 лет назад +1

    Really good and clean job, keep making this builds.

  • @suriocharris1520
    @suriocharris1520 6 лет назад +1

    Fantastic Work Man, Good Luck in your projects !!!!!!!!!!!!!!!!!!!!!

  • @user-zo7dl6bu9z
    @user-zo7dl6bu9z 28 дней назад +1

    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

  • @MrDalugoga
    @MrDalugoga 7 лет назад +1

    I really need to get a soldering iron to do this now! A speedometer coming next? Keep up the awesome vids!

  • @marknouws4409
    @marknouws4409 7 лет назад +7

    Wow someone on youtube that uses hardstyle in a video, NICEE.

  • @omgitsGoDzOwN
    @omgitsGoDzOwN 7 лет назад +1

    Great video mate! I just finished my usb handbrake today that was inspired by your vid's, It works great! keep it up.

  • @franky-161
    @franky-161 7 лет назад +1

    I love how satisfying your videos are

  • @topgamerroom
    @topgamerroom 7 лет назад +1

    omg I love this thank you soooo much improvements will be happening to my racing rig now

  • @mitchellwildchild118
    @mitchellwildchild118 6 лет назад +1

    I could use some help here. I got mine all done up everything right. But it does not work when I test it..

  • @420Kabouter
    @420Kabouter 7 лет назад +4

    Great vid. Also liking the background music a lot!

  • @Tracks777
    @Tracks777 7 лет назад +5

    Good video!

  • @Madge104
    @Madge104 7 лет назад +1

    love the adition of the voice. any future plans?

  • @Ribgox
    @Ribgox 7 лет назад +1

    Thanx! maybe you may set a little speed gear indicator

  • @grahamamon
    @grahamamon 7 лет назад

    Sort of wish I had taken Electronics in high school now.

  • @sapobully5206
    @sapobully5206 7 лет назад +2

    It would be nice if you build a DIY steering wheel. Maybe with force feedback too.

  • @DEEEEEEEEEELICIOUS
    @DEEEEEEEEEELICIOUS 7 лет назад +3

    I'm really wondering how you cleaned it up and mounted it securely

  • @waelbadr4044
    @waelbadr4044 4 года назад

    I have a vw golf mk4 cluster and I want to use it, I used your code for e36 and put the same wires after I found the right wires diagram for the cluster only the speedometer worked

  • @sahan2860
    @sahan2860 4 года назад +1

    Is there a way to fix the latency to be a bit quicker, on throttle blips and downshifts etc

  • @slickyy_
    @slickyy_ 4 года назад +3

    can you make the speedo meter version plz, just like this universal tacho

  • @rokibuca
    @rokibuca 5 лет назад +8

    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 😁

  • @hillsy8494
    @hillsy8494 7 лет назад +2

    Mate your videos are awesome. Have to get off my but to try them. Would love for you to gain a large audience so you could make great gear like hydro pedals and DD wheel because you deserve it. Plus I don't want to get charged a huge build fee😂. But awesome Job have order parts for handbrake.

  • @seized_seal
    @seized_seal 7 лет назад +2

    love it good work and very useful I feel good for this channel

  • @Mozacoficial
    @Mozacoficial 7 лет назад +1

    Very nice!

  • @mdot9
    @mdot9 7 месяцев назад +1

    can you do a 2023 version. lots has changed and this doesn't work for me anymore

  • @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.

  • @DishwasherDominator
    @DishwasherDominator 4 года назад +1

    8:39 it sounds nice when the car shifts into the next gear.

  • @gamerflo5025
    @gamerflo5025 6 лет назад

    The instructions are great.
    Could you please make a video how to solder a speedometer?

  • @Simlife101
    @Simlife101 4 года назад +1

    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

  • @diego98x18
    @diego98x18 6 лет назад +2

    hello incredible what you have done congratulations, a query it works with any tachometer or just with that

  • @gtr4606
    @gtr4606 5 лет назад +1

    Nice GTR wallpaper

  • @edwinvallarino
    @edwinvallarino 5 лет назад +1

    I have problem i make the same in the video an my tachometer start in 4k rpm i dont know why

  • @EddieBean
    @EddieBean 5 лет назад +1

    late to the party but god damn it amstuido youve gotten a sub watching this stuff is awesome and im trying to build a semi (heh) - realistic semi truck cab for ats because i have nothing better to do with my life atm and i can tell your videos are gonna do it for me haha

  • @josueherrera8547
    @josueherrera8547 6 лет назад

    Te quedó realmente increíble. Gracias por subir estos tutoriales. 👍

  • @Masonmcnamara6825
    @Masonmcnamara6825 5 лет назад +2

    I Like the hardstyle music 👍👍

  • @houssam2746
    @houssam2746 7 лет назад +1

    A usual nice video. But i have question:
    I managed to operate the tacheometer only on assetto corsa and not the other games?
    Someone can help me please?

  • @j.automotive
    @j.automotive 5 лет назад +3

    “Place and solder”😂

  • @glenorpheus
    @glenorpheus 7 лет назад +9

    Hi great vid but i have one question please, how many Amps for the 12V power supply please ?

    • @amstudioprojects
      @amstudioprojects  7 лет назад +7

      500mA+ , I am using a 12v 1500mA from a old external HDD

    • @glenorpheus
      @glenorpheus 7 лет назад +1

      That's awesome news thank you

    • @cyberschn1tzel997
      @cyberschn1tzel997 7 лет назад +1

      Tony Clifton yeah lap times are the only thing people seek in racing sims, heck not even sims exclusively. You could build this for the crew (unless it bothers your elitist ass too much)

  • @juliend8638
    @juliend8638 7 лет назад +2

    Thanks a lot ... i made the same as yours... it's works perfect.

    • @juliend8638
      @juliend8638 7 лет назад

      i.imgur.com/4VbSiI0.jpg
      Question ? with a Speedometer is it the same circuit ans construction ?

  • @Marcus198900
    @Marcus198900 Год назад

    Fantastic work congratulations, I'm interested to know if it also works for consoles (Xbox and/or PlayStation). Thank you so much congratulations again

  • @teddybear7926
    @teddybear7926 Год назад

    Yes well done, This is how all youtube vids should be done and with all the links to get the job done.. Subscribing now. Thank You

  • @RealRemixYT
    @RealRemixYT 4 года назад +1

    Is there a way to purchase the electric bord allready built

  • @jehongjeon
    @jehongjeon 5 лет назад +1

    Very Useful Tools! Thanks!

  • @lucasbombardieri4755
    @lucasbombardieri4755 5 лет назад +1

    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

  • @hoepsipoepsi
    @hoepsipoepsi 7 лет назад +1

    the beginning was Zandvoort?
    awesome

  • @sheshmansheshman
    @sheshmansheshman 7 лет назад +1

    in this video we are observing a BMW driver in it's natural habitat,as you can see in the video like all other BMW drivers, he is driving behind a MERCEDES BENZ.This behavior is a standard for all BMW drivers,once they see a MERCEDES BENZ they accept as leader and starts to follow with respect.

  • @alialmeahe5466
    @alialmeahe5466 15 дней назад

    What about the km counter?
    I didn't find anyone explaining how to connect the speedometer and engine RPM gauge to Arduino I only found a way to connect the engine RPM gauge! I don't want to get lost in the electrical diagrams of the dashboard because my model is different from the videos I've watched
    I want a simple explanation, like this man's explanation

  • @roberthofer1583
    @roberthofer1583 Год назад +1

    Can I use an Arduino UNO R3 for this?

  • @Luca-cl9sd
    @Luca-cl9sd 2 года назад +2

    Is forza horizon also possible?

  • @CasalItinerante
    @CasalItinerante 6 лет назад +1

    can I use the tachometer, this panel dash and RGB REV LIGHTS, in the same arduino nano v3?

  • @quelisflorian3422
    @quelisflorian3422 7 лет назад +1

    Hello Ams amazing job!!!

  • @Bu0f
    @Bu0f 4 года назад +1

    Can I use a different Arduino board?

  • @dangelosculture
    @dangelosculture 4 года назад +1

    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

  • @rickmcandrew
    @rickmcandrew Месяц назад

    Hi brilliant video. Do you know if this tacho works with Assetto Corsa Competizione?

  • @teshire9075
    @teshire9075 7 лет назад

    How would you do this to work with a speedometer? I find it easy to see where a dial is pointing rather then see a bunch of numbers.

  • @victoryroadracer1790
    @victoryroadracer1790 Год назад

    Also can I use more than gauge on a Arduino? Like water temp, oil pressure, oil temp, boost and fuel indicator?

  • @Chris200929
    @Chris200929 4 года назад +1

    Great! How to do this on Xbox One?

  • @MordejSnajper
    @MordejSnajper 6 лет назад +1

    This work only with this tachometer or can use cheaper one ?

  • @daemon3spade
    @daemon3spade 2 года назад

    Is there a versiin where there is an additional digital tachometer display below it to show actual values?

  • @ratrodshaggy4840
    @ratrodshaggy4840 3 года назад

    I was just wondering if you could just run the 12v power straight to the tach and then have the green wire to the Arduino? My tach only has the 3 wire setup. Red, Black and green.

  • @ianpiercy6551
    @ianpiercy6551 3 года назад

    Can you just use a buck converter to step down voltage instead of making the circuitry?? Does it just require changing 12 Volts down to 5 volts??

  • @prohunter717
    @prohunter717 7 лет назад +1

    This looks fricking cool.

  • @brandonduncan8064
    @brandonduncan8064 4 года назад

    I wired mine up just like you have yours done except I only have 3 wires coming out of my CNSPEED 5 inch tach plus the two wires for the shift light. Any help would be great

  • @danielprevratil3149
    @danielprevratil3149 6 лет назад

    Great vid, is it possible to connect multiple devices such as tachometer and switches using only one Arduino???

  • @mckoygaming224
    @mckoygaming224 Год назад

    Can you make a tutorial for boost gauge and tachometer using only 1 Arduino nano please? Thanks you..

  • @21440zippo
    @21440zippo 7 лет назад +1

    I will build this, Grat job!!! :D

  • @FelipeRodrigues-cc7hj
    @FelipeRodrigues-cc7hj 6 лет назад +1

    amstudio, great class. I have a question: can i do the same project with the "arduino uno r3"?

  • @nilst93
    @nilst93 Год назад

    For what is the resistor, TIP120, diode thingi? It didnt outputs a signal to the gauge for the needle. Without it not problem.

  • @alexrobles3039
    @alexrobles3039 5 лет назад +3

    Can this be mounted in a Thrustmaster Tx? If so, could you describe how. Thanks