Hopefully this looks like more of a final product.
const int pinZero = 0;
const int pinOne = 1;
int ledPin = 13;
boolean ledOn = true;
Type: Posts; User: ReonBalisty
Hopefully this looks like more of a final product.
const int pinZero = 0;
const int pinOne = 1;
int ledPin = 13;
boolean ledOn = true;
That Is what I was saying, debouncing code, looking for some help on this issues as I stated: I press the pedal, it dodges, then moments later (while not even remotely near the pedal) it dodges on...
Thanks, it is working again, now just to get assistance on the debouncing codes, some times the Foot pedals I built ghost click, but no connection is made physically
Arduino: 1.6.3 (Windows 7), TD: 1.22, Board: "Teensy 3.1, Serial + Keyboard + Mouse + Joystick, 96 MHz optimized (overclock), US English"
pedals_ino.ino: In function 'void loop()':...
I am backing both, love my wire-stripper through this guy and his company (or manufacturer). Mentioned in the comments of the cake board about a third rail for that exact reason.
That is a good idea to voice to the creator of this, maybe addition of a third rail.
This, is a genius idea, not only is it 2-sided (look at diagram pictures in link) but it is unique, figured I would post this here to get the attention of the Teensy Users. Also, the Biscuit board...
Thank pointy, used a lot of the code, been awaiting a measurement tool from ebay, so that I can start measurements, designing of the case, and finalizing the code. Custom building the case(s) out of...
Thought this would be an interesting Add-on for prototyping/finalizing a project. I backed it, just think that Teensy Community should have a look see.
...
Les, you are a genius :D I will test this later once home from work, but that is alot of code, what about additonal code to add mouse_right_click to the movement of the mouse stick? Curious I am for...
http://www.ebay.com/itm/400614903745?ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1439.l2649
this is the exact one I bought (technically have two, lol) and again, any help would be appreciated, thanks...
been looking for examples of analog input codes, nothing that seems to do what I want. Looking for analog code that can do a 'w' 'a' 's' 'd' code for mmo/minecraft/etc, just keyboard commands using...
Anyone able to help with how to code this, I'm stumped on how to start and all that jazz, is there a simplified way that I am missing? Thanks for your time guys :D
Who would you recommend I go through for custom enclosures (might just go thrift hunting for cheap-o items to put my design in. the idea is to sit in your chair and play without the controller feel,...
Interesting, will take that to the drawing board to revise, so all I need is output and GND, no need for VCC in this case except for joysticks? if so, saved me alot of wiring issues I was thinking...
Why not? I see this example:
http://arduino.cc/en/uploads/Tutorial/KeyboardMouseControl_bb.png
And I figured I was doing it wrong from the get go, so I re-designed it after the example above....
Final board picture
1236
Genius, You now have turned me unto the colourful tact switches ;), also, I do not mind haveing all those resistors, works fine for what I want to do with them, they are only like 10kohms
Ah, well I'll wire it like you have it, just got lazy during the making up of the breadboard on fritzie, but yeah, all pins will end up the same, anything else as an issue on this board? still have...
we talking about the joysticks? or the buttons on the breadboard? a cause they breadboard is wired pretty much all the same
1233 Somewhat of a finished design on breadboard
1231
Thats the basic design so far, going to wire up the joys and what not, anything I'm missing please feel free to tell me.
I want to design a simple controller like device that is for gaming (guild wars 2-windows) This being that I want to have 21 tactile switch buttons (3 of the switches are foot pedals) and 2 analog...