Planning a delta throttle - capabilities

Planning a delta throttle - capabilities

Postby TechKnight » Tue Sep 13, 2016 5:52 pm

I'm starting to plan out a delta throttle build, but I'm having a little trouble figuring out what the possible capabilities are. Obviously it supports at least three axes. The build instructions show either three buttons or two buttons and a hat. The Arduino joystick library supports much more than that, so it seems the limiting factor is the board. This is where I'm running into trouble. This will be my first electronics project, so I want to be sure I'm understanding the documentation I'm reading. It looks like the board has 18 input pins, of which nine support analog input. To me, this sounds like it could support three axes and up to six buttons, is that right?

I ran into one joystick build that used a separate I/O board with the Pro Micro so the joystick build could support up to 6 axes and 32 buttons. Is there any reason this wouldn't work for a delta throttle?
TechKnight
 
Posts: 2
Joined: Tue Sep 13, 2016 5:14 pm

Re: Planning a delta throttle - capabilities

Postby aniron » Wed Sep 14, 2016 8:00 am

Nope, and nothing that says you have to use the Pro Micro in the first place either.

I intend to use an Arduino Mega2560 clone.
56 digital I/O and 16 analogs should last a while.
aniron
 
Posts: 33
Joined: Tue Jun 09, 2015 10:17 am

Re: Planning a delta throttle - capabilities

Postby TechKnight » Thu Sep 15, 2016 12:10 am

Thanks! Actually, after further research, I think I was mistaken about how the wiring is supposed to work. It seems each input only requires one pin, not two like I had thought. That means the Pro Micro should have more than enough pins to work with.
TechKnight
 
Posts: 2
Joined: Tue Sep 13, 2016 5:14 pm

Re: Planning a delta throttle - capabilities

Postby aniron » Thu Sep 15, 2016 5:10 am

Yep, one I/O pin and common ground.
If that's not enough, you can set up a diode matrix to extend the pins to more buttons.
That gives you A*B buttons using A+B pins.

Image
aniron
 
Posts: 33
Joined: Tue Jun 09, 2015 10:17 am


Return to Discussion

Who is online

Users browsing this forum: No registered users and 1 guest

cron