Thank you so much!, I did my own Handbrake inspirited in your video. I need around 3.5 kg to pressure to move all the way.
@flamejame5 жыл бұрын
EPIC! mate you've just given me an alternative way of mounting a sensor when i hacked up an old joystick and somehow fitted it into a car hydro e-brake. worked great until one of the wires pulled out the pcb and has sat on shelf since XD thank you very much :)
@velocimech2735 жыл бұрын
You are welcome mate....
@hakantunal82703 жыл бұрын
Arduino code nedir ????
@maulanamulya33 жыл бұрын
please tell me, what is behind white tape at the end of cable, near female socket, resistor or capacitor?or just cable..thank you..
@Donlasean2 жыл бұрын
say im using the same hall sensor but new micro from a old handbrake do I have to rewire or change code?? I wanna make the move but scared to make a mistake
@snizemedia22864 жыл бұрын
Where do i get these microchip?
@jsl828374 жыл бұрын
For more realistic feeling i recommend using a fader
@TheSamkostas3 жыл бұрын
Nice job. Can u give dimension and bold measurments?
@ArjunKumar-oo9ik4 жыл бұрын
WHAT WAS THE SIZE OF BOLTS/NUTS,THICKNESS OF SHEET USED?
@samburanamg47474 жыл бұрын
Can I do the above for pedals and handbreak in one Arduino..? Can you make a video on that..?
@sandroelbosca8113 жыл бұрын
Bellissimi progetti , grazie di condividerli, Bravo
@tahirballikaya2134 жыл бұрын
could you please share the code as a text file
@ethhics5 жыл бұрын
Great build, I hope you tightened the nut that holds the brake to the spring though... :)
@velocimech2735 жыл бұрын
Ha ha.thanks buddy. Definitely that needs to be tightened...
@ProscritoIvan4 жыл бұрын
I can use tenstar robot pro mega32u4 is cheapest than arduino ? Is the same code of arduino ?
@marcinbujok85762 жыл бұрын
why in my case it doesn`t work linear? it works just like button (0-1)
@atmflawzin2624 жыл бұрын
Did you solder the wires to the p micro or did you use butt splice as well
@zguic64214 жыл бұрын
Hello, can you share with me the DiRT2 handbrake setting map, thank you.
@hakantunal82703 жыл бұрын
Ardiona kaynak neresi????
@hakantunal82703 жыл бұрын
Arduino code nedir kutuphane nerde??
@TheoXydias_PerlaCoffeeTrailer2 жыл бұрын
have you come ever to error
@KAJJTAN2 жыл бұрын
//--Libraries--// #include "Joystick.h"
@TheoXydias_PerlaCoffeeTrailer2 жыл бұрын
@@KAJJTAN i found the solution my arduino ide had a problem so i put the code on th main program and worked after that
@krl0ncho5 жыл бұрын
Can you share the link where you downloaded the code please?. There are many links for Joysticks in Github.
@Nicsos1235 жыл бұрын
well done 👍
@velocimech2735 жыл бұрын
Thanks mate...😊
@carlosbacasoto1025 жыл бұрын
However you did a great job!
@velocimech2735 жыл бұрын
Thanks alot....😊
@adamclifton47065 жыл бұрын
I lose FFB in FH4 when i plug my usb ebrake in my pc, it doesnt want to register two usb devices :( but if i unplug it, i get all the ffb back on my t300, so confusing why it wont work together nicely
@punk0tta3 жыл бұрын
Did you fixed it? I also get a handbrake made by Arduino Micro. And now i have the same problem
@joaopedrocasarindearaujo82512 жыл бұрын
my project, only different values #include void setup() {pinMode(A0, INPUT); Joystick.begin();} const int pintToButtonMap = A0; void loop() {int pot = analogRead(A0); int mapped = map(pot,0,1023,0,255); {Joystick.setThrottle(mapped);}
@MRMD1srl5 жыл бұрын
excelent craftmanship bro.. i would DIY one myself if i had the resources
@velocimech2735 жыл бұрын
Thanks alot bro....☺
@carlosbacasoto1025 жыл бұрын
Can I use A3144pcb instead ky024? And I see that you have a dead zone and a little range of movement not how when you use a potenciometer linear.
@velocimech2735 жыл бұрын
Yes you can. But make sure that the sensor output signal is analog or not. Some of the hall sensors outputs are digital. Dead zone can avoid using powerful magnet and appropriate distance between sensor and magnet
@zguic64214 жыл бұрын
Very good project, can you share the Arduino code with me, thank you.
@peichzgz4 жыл бұрын
#include void setup(){ pinMode(A0, INPUT); Joystick.begin(); } const int pinToButtonMap = A0; void loop(){ int pot = analogRead(A0); int mapped = map(pot,0,1023,0,255); {Joystick.setThrottle(mapped);} }
@szymonganczarczyk76864 жыл бұрын
// Create Joystick Joystick_ Joystick; void setup() {pinMode(A3, INPUT); Joystick.begin();} const int pinToButtonMap = A3; void loop() {int pot = analogRead(A3); int mapped = map(pot,525,870,0,255); {Joystick.setThrottle(mapped);}} here is good code
@hakantunal82703 жыл бұрын
Kutuphane neresi acaba kod kaynak copy paste yapicam
@blaize04754 жыл бұрын
how to make it worked in forza horizon 4? Because I tried using mine it registered in other game but in fh4 not assigning.
@ohwheezy44793 жыл бұрын
You need a third party software
@adisapta3 жыл бұрын
perfect..thx man
@riccardobusatto33265 жыл бұрын
What tipe of Arduino do you use?
@velocimech2735 жыл бұрын
Its arduino pro micro
@riccardobusatto33265 жыл бұрын
Can I use an Arduino nano?
@velocimech2735 жыл бұрын
@@riccardobusatto3326 only arduino pro micro and leanardo board have the direct usb compatibility as a joystic
@riccardobusatto33265 жыл бұрын
Thanks
@Spelljammer14 жыл бұрын
@@velocimech273 Inspired to make my first joystick mod after seeing this. Is there a particular advantage to arduino pro vs leobodnar boards?
@rseguras4 жыл бұрын
can you help me please, i have this error: Arduino:1.8.9 (Windows 10), Tarjeta:"Arduino/Genuino Micro" J:\Escritorio\sketch_mar19a\sketch_mar19a.ino: In function 'void setup()': sketch_mar19a:7:4: error: 'Joystick' was not declared in this scope Joystick.begin();} ^ J:\Escritorio\sketch_mar19a\sketch_mar19a.ino: In function 'void loop()': sketch_mar19a:15:2: error: 'Joystick' was not declared in this scope {Joystick.setThrottle(mapped);} } ^ exit status 1 'Joystick' was not declared in this scope i use this lines: #include void setup() {pinMode(A3, INPUT); Joystick.begin();} const int pinToButtonMap = A3; void loop() {int pot = analogRead(A3); int mapped = map(pot,525,870,0,255); {Joystick.setThrottle(mapped);}}
@velocimech2734 жыл бұрын
Which arduino board are you using? Is it the same as in the video?
@sirflaps76192 жыл бұрын
for anyone having this problem try adding Joystick_ Joystick between #include and void setup()
@muhammedaliakbal60705 ай бұрын
@@sirflaps7619 Joystick_ Joystick;
@SteveAndrewsGaming19733 жыл бұрын
Well done my friend , check out my sequential shifter I have just made 👍🏻