Search results

  1. N

    ../tools/arm/bin/(build.command.linker) -- "file does not exist"

    Hey Paul, Ive had some issues with Different versions of IDE and different script i have and giving me major conflicts....One script will only work/Verify/Program my boards and work like its supposed to on 1.8.1 And a new script buddy whote for me that will only work on the 1.8.7 Ive...
  2. N

    Teensy LC button Box and Encoder wiring

    Hello, Im looking for a hand to get a CTS-288 Encoder working properly. My code guy says he cant find "the timing diagram" and the end result is the Encoders missing clicks and in general not working like how i know them to with more commercial grade boards. here's the code and here's a...
  3. N

    Teensy LC button Box and Encoder wiring

    Awesome!!! That worked as expected Kurt, the Encoder on pin 5/6 adjusted the X/Y Axis slider bar. So now question if I want the encoder to act as button pushes as well so how exactly do i code that ? And why do i want to disable pins exactly ? Is that to save in the loop calculation ? ...
  4. N

    Teensy LC button Box and Encoder wiring

    Appreciate all the advice so far guys, Unfortunately Im still not having much luck adding the Encoder Script to the Buttons script. I lack the knowledge of where and how to even input it....I see so many { and } ))(( ect ect ect and just randomly picking places to add the script isn't getting...
  5. N

    Teensy LC button Box and Encoder wiring

    Success, I got a Registering button, YAY...:p ok so You say the example button script is set for 10 button's which i can see, from 0 to 9....my Rotary if you looked has 10 wires, 3 of which are grounds. Can i gang those grounds together ? Also Each one of the Rotarty/hatswitch functions...
  6. N

    Teensy LC button Box and Encoder wiring

    Hey Paul, Yes i seen the specific pins to put the encoder on, and or what pins Not to use. But again I currently have 1 button hooked up and cant seem to get it to act as a button in the game controllers, Its seen as a Serial+Keyboard+Mouse+Joystick
  7. N

    Teensy LC button Box and Encoder wiring

    The LED is Lit from the second i plug in the Teensy, If i press the button the light goes out. No recognition in the game Controllers.
  8. N

    Teensy LC button Box and Encoder wiring

    The Other Encoder's i plan to use are the CST 288 http://www.leobodnar.com/shop/index.php?main_page=product_info&cPath=98_75&products_id=191
  9. N

    Teensy LC button Box and Encoder wiring

    Hey Kurt, Appreciate the help, Basically i will have a multitude of Standard N/O buttons that i want to act as a button of sorts, be it a joystick button or what have you, I also have an Alps Encoder that I linked in the first post that I have wired up and got everything working as i would...
  10. N

    Teensy LC button Box and Encoder wiring

    Ok so I load up the Bounce library and the teensy reboots as you would think, but now how do i go about checking if said buttons are working ? The LED is solid on the teensy and goes out when i push a button. But where can i visually check said buttons like in the "game controllers" Also...
  11. N

    Teensy LC button Box and Encoder wiring

    Forgive me for being a complete rookie with Code and libraries and everything in general, I have a Teensy LC that I want to hook up basic NO switches and some Standard Encoder's and some higher end Alps Encoders. Im stuck at the basics tho, how do i load the proper or Which is the proper...
Back
Top