How to make USB adaptor for VRC Pro

Поделиться
HTML-код
  • Опубликовано: 8 фев 2025

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

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

    Doood! Thanks so much for this tutorial! I haven't raced RC trucks in 15 years and really don't feel like spending a lot of money on a new one. Now I can just use my old AM transmitter and scratch that racing itch.

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

    Worked fantastically! Now I can actually drive decently!!! Thank you soooooo much for this!

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

    Awesome coverage. Great race to the end. WoW.

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

    Great tutorial man!👍😁 And many thanks to the man who wrote the code🤓🤗 I'm gonna build myself one today.

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

      Glad I could help!

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

      @@dangcool3864 Do you know if one can do it with the Arduino Uno also, or is it the wrong chipset?

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

      As far as I understand it's not going to work as the Uno is based on ATmega328 and this code is specifically written to work with the ATmega32u4 architecture.

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

      @@dangcool3864 Thanks man! I'll update you on how it works out: )

  • @cameronwells5648
    @cameronwells5648 2 года назад +8

    cannot show enough appreciation for people like this who see through obscene pricing and find a way to DIY past salesmen and their "value/pricing"

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

    thanks bro, great instruction :D greets & peace from hamburg

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

    Awesome. Clear, helpful, generous. Impressive.

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

    An update for new people: the reason you need an adapter is because your transmitter doesn’t have a direct usb joystick port. The only surface tx I can find that has one is the radiomaster mt12. I can use vrc with my tx16s via usb and don’t need an adapter. The rc surface tx industry needs to catch up with rest of rc which have built in usb joystick function

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

    Nice, I was about to make the same thing glad I found your video with the instruccions!

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

    Thanks for the shout out!

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

      Thank you for putting together this great tutorial and allowing for making a cheaper alternative to the official VRC adapter.

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

    On Steam, VRC PRO is on sale, All inclusive is also on sale. So for a small amout you can have the full game for cheap.

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

    Worked wonderful, Great instructions

  • @Justin-ng4zg
    @Justin-ng4zg 2 года назад

    Nice work! By chance do the drivers and devices interface with other applications? It would be cool to play Dirt 3 with an rc controller!

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

    Well done, thanks for doing this

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

    i can not get the arduino files to download to my board i have the arduino leanardo board it looks identical to the micro board dont know if that makes a difference but it will not write the file to the board

  • @Toretto990
    @Toretto990 8 дней назад

    It’s possibile with raspberry pi?

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

    Are you still offering these for sale as indicated on your site?

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

    thx for your sharing. I come from FPV world and look for knowing more about RC Drift Car. That's why I find VRC Pro and your channel. Any suggested RC Controler to practice in VRC Pro? thank you in advance for your time

  • @SebastianJeffrey
    @SebastianJeffrey 7 месяцев назад

    Hello would this work with a Dumbo RC x6a?

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

    Can you do the drawing ? I don't understand how to conect bec to andruino

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

    This is Cool!! Man!! Could Share this mathod with My RC Friends?! Thanks A lot!! I gotta Make it Now!!

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

    Where you put channel 3 and 4 if you want?

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

    Is flux essential?

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

    Is it possible if I already own an arduino uno to make this using that, or does it need to be an arduino micro? Thanks!

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

    anyone know were i can find these for sale my nephew is want a vrc adapter.. i prob could try an make one but i dont know were to find all the stuff besides the rc parts.. lol

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

    Can you do this with a Arduino nano instead?

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

    pls show me the exact location of your wiring,, thanks

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

    I get the "compilation error: "Joystick_" does not name a type, did you mean "Joystick"?
    Error message in arduino
    What do i do now?

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

    By that time to make a adapter i bought one and do nothing

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

    Hi, is there a chance of this working with a DigiSpark board? Also, the compiling has been asking me for a PluggableUSB.h.... any ideas on this?

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

    Arduino: 1.8.13 (Windows 10), Board: "Arduino Leonardo"
    sketch_aug21b:16:10: fatal error: Joystick.h: No such file or directory
    #include
    ^~~~~~~~~~~~
    compilation terminated.
    exit status 1
    Joystick.h: No such file or directory
    This report would have more information with
    "Show verbose output during compilation"
    option enabled in File -> Preferences.

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

      Have you copied just the Arduino sketch file to your computer? Make sure you have the whole folder which should include the Joystick.h header file as well.

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

      @@dangcool3864 it keeps saying files not found i keep trying to downlaod the files and it says its downlaoded but it keeep saying not found

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

      same here

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

      same here would be nice for help@@shawaazhisaund6727

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

    Dangcool can you tell me all step in writen please. i cannot program mine. im using windows 10. it says for the file h. no such file or somthing like that. please helm me

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

    what is your next project?

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

    Will this work with any arduino or only micro?

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

    My receiver isn't getting any power. I have the red from CH1 into 5v, black CH1 into ground, and the white into d3, and the other 3 cables are just single white signal cables in d2, rx, and tx

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

      I do not know what receiver you are using however I suggest running the Red (5v power) and Black (ground) wires from the microcontroller to CH2 on your receiver. This is because normally CH1 is reserved for steering and CH2 is throttle (connected to the ESC on electric cars which supplies the 5V power).

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

      DangCool I since ended up getting it to work by swapping to a different receiver, thanks for the reply though

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

    I can not get the upload to work. I keep getting error message "Joystick.h: No such file or directory" and a "Copy error message" at the bottom of the screen when I try to upload the code to the board. Any suggestions will help.

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

      having the same issue please advise

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

      He doesn't say it in the video, but you need to download the Joy stick library

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

      same prob. plz help

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

      @@shawaazhisaund6727 download the library and on Arduino Software, go to Sketch -> Include Library -> Add Zip Library and open the .zip you just download. After that it will work.

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

    So on the channel 2 wire is only the white wire soldered

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

      My suggestion was to also connect the power and ground from CH2 however this is not that critical whether it's CH1 or CH2. The 4 connections required are:
      CH1 White - Pin 3
      CH2 White - Pin 2
      CH2 Red - VCC
      CH2 Black - GND

    • @leonxavier33
      @leonxavier33 5 месяцев назад

      Hi ch1 red and black not connected?

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

    I have been trying to install the software on my PC to which I get so far then I stop with this message.
    Using an Arduino Leonardo chip with RCUSB4_v1.1 zip file and the ArduinoJoystickLibrary.zip file which at first I had all sorts of problems.
    Then I get to this " Sketch uses 8226 bytes (28%) of program storage space. Maximum is 28672 bytes.
    Global variables use 322 bytes (12%) of dynamic memory, leaving 2238 bytes for local variables. Maximum is 2560 bytes.
    An error occurred while uploading the sketch
    "
    Using a Spektrum SP200 receiver and Spektrum DX3R controller.
    Pc has *GB memory and 1.4TB of disk space.
    Can anyone throw any light on the error message please.

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

    hi. can someone help me. i cant program it.

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

    Hey, in case it helps anybody I had a bunch of odd errors compiling the code. I literally tried programming it's on five separate computers, gave up multiple time. It ended up being the remnants of an old joystick library that was left behind from a project. I have Windows sync turned on, and I keep my libraries in the my documents folder. So anytime I logged into windows on any pc those same libraries would sync and follow me.

  • @leonxavier33
    @leonxavier33 5 месяцев назад

    Hi does it works whith win 11?

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

    Hi im using a Flysky GT3B setup. uploaded the software to the arduino board, plugged it all in but am getting no response calibrating it in the USB controller setup. Reciever is bound and works with my real cars so it seems it must be a problem with the code or something? Any help?

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

      Are you using the right type of Arduino board? Double check your soldering connections go to the right pins.

  • @전제우-e7b
    @전제우-e7b 2 года назад

    wow

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

    Hi, i found that you were seeking some help in connecting VISSIM with UNITY . I found your comment on WO Bang Channel. I am an engineering student wanting help regarding the same. if you can help in any possible way it will be highly grateful. Thanking you in anticipation of a positive response from your end