Jump to content

New here I'm disabled and am an avid gamer I am working on a Xbox adaptive controller and need a bit of help writing some code for arduino's

Jonathan880

Hi my name is Jonathan and I am quadriplegic I build my own controllers with my mouth and I could use a bit of help if anyone would be willing to give me a hand it would be be greatly appreciated thank!! 

Link to comment
Share on other sites

Link to post
Share on other sites

8 hours ago, Jonathan880 said:

Hi my name is Jonathan and I am quadriplegic I build my own controllers with my mouth and I could use a bit of help if anyone would be willing to give me a hand it would be be greatly appreciated thank!! 

Hi Jonathan, welcome to the forum :)

 

What exactly is it that you need help with? Have you already got some code that needs changing/updating/fixing? Or are you looking for someone to help you in the conception of it all?

I will only ever answer to the best of my ability - there is absolutely no promises that I will be correct. Or helpful. At all.

 

My toaster:

Spoiler

CPU: Intel Core i5-4670k @ 4.3GHz
Motherboard: Asus Maximus VI Formula
RAM: 16GB Corsair Vengeance DDR3
GPU: Nvidia GeForce GTX770 2GB
Case: Some free Sharkoon case
Storage: Crucial MX500 500GB SSD | Western Digital Blue 1TB
PSU: Corsair HX750
Display(s): Acer framless 24" 1080p thing | Acer 22" 1600x900 thing
Cooling: Corsair H100i AIO | 2 x Corsair LL120 front intakes on radiator | 1 x Corsair LL120 rear exhaust
Keyboard: Steelseries Apex
Mouse: R.A.T 7
Sound: HyperX Cloud II headset | Creative EAX 5.1 speakers
OS: Windows 10 Pro

 

Link to comment
Share on other sites

Link to post
Share on other sites

I need to write the code to be able to do the X Y axis of an analog thumbstick for a game controller

Link to comment
Share on other sites

Link to post
Share on other sites

On 6/27/2019 at 6:03 AM, MrJoosh said:

Hi Jonathan, welcome to the forum :)

 

What exactly is it that you need help with? Have you already got some code that needs changing/updating/fixing? Or are you looking for someone to help you in the conception of it all?

I need the write the code from the beginning I need to do the X & Y axis before an analog thumbstick 4 an Xbox controller

Link to comment
Share on other sites

Link to post
Share on other sites

Hey Johnathan,

 There are quite a few tutorials to do this online.

 

For the circiut connections and the program to send the position to a device over the serial interface Try this one:- https://www.arduino.cc/en/Tutorial/JoyStick 

 

 

 

If you want to make it act like a usb keyboard then use the library from this link:https://www.arduinolibraries.info/libraries/keyboard

 

Let me know what specific output you want then we can start with integrating the two codes

Link to comment
Share on other sites

Link to post
Share on other sites

1 hour ago, Mr_sparky said:

Hey Johnathan,

 There are quite a few tutorials to do this online.

 

For the circiut connections and the program to send the position to a device over the serial interface Try this one:- https://www.arduino.cc/en/Tutorial/JoyStick 

 

 

 

If you want to make it act like a usb keyboard then use the library from this link:https://www.arduinolibraries.info/libraries/keyboard

 

Let me know what specific output you want then we can start with integrating the two codes

Thank you very much I am using a breakout board for an arduino and a PS2 analog joystick

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×