Nevermind U-HID, Midibox and usb joypads.. anyone tried "GenericHID" with a Teensy?
Page 1 of 4 1234 LastLast
Results 1 to 10 of 40
  1. #1
    Tech Guru MiL0's Avatar
    Join Date
    May 2009
    Location
    Brighton / Bangkok
    Posts
    1,386

    Default Nevermind U-HID, Midibox and usb joypads.. anyone tried "GenericHID" with a Teensy?

    http://generichid.sourceforge.net/

    This looks like a much better and cheaper solution to creating DIY controllers. All you need is a Teensy++2.0 development board ($27 from here and with the opensource software you can design your own DIY HID controller virtually:



    This gives you the following controls:

    up to 8 potentiometers
    up to 8 encoders
    up to 48 buttons
    up to 48 LED's

    not bad for $27! (even less if you go for a Teensy board without pin headers) and much cheaper than U-HID, R.Sowa POT32 or Leo Bodnar BU0836X.

    Anyone got a Teensy board who wants to try GenericHID and report back? The software kind of reminds me of NI Reaktor heh

  2. #2
    Tech Mentor oskars's Avatar
    Join Date
    Jul 2010
    Location
    Stockholm
    Posts
    140

    Default

    I actually saw this PCB earlier this week. It seems nice, but it's out of stock currently.

    But you have one here:
    http://cgi.ebay.com/Teensy-2-0-AT90U...#ht_560wt_1141

    It look really nice and simple. And the easy(?) support for LCD makes it even more interesting.

    It love graphic programming
    Why buy something, when you can build it yourself for the double cost?

    Check my project! DIY DJ Controller (gamepad PCB)
    http://www.djtechtools.com/forum/showthread.php?t=18627

  3. #3
    Tech Mentor
    Join Date
    Jul 2010
    Location
    Los Angeles
    Posts
    200

    Default

    looks fun!

  4. #4

    Default

    Not enough inputs to be useful to some. Midibox is still very affordable in that respect and is much more modular.

  5. #5
    Tech Mentor oskars's Avatar
    Join Date
    Jul 2010
    Location
    Stockholm
    Posts
    140

    Default

    Quote Originally Posted by TheBurninator View Post
    Not enough inputs to be useful to some. Midibox is still very affordable in that respect and is much more modular.
    Of course, but midibox is still a whole different world!
    Why buy something, when you can build it yourself for the double cost?

    Check my project! DIY DJ Controller (gamepad PCB)
    http://www.djtechtools.com/forum/showthread.php?t=18627

  6. #6

    Default

    Quote Originally Posted by oskars View Post
    Of course, but midibox is still a whole different world!
    It is actually pretty simple. It just takes some reading to understand the basics of it.

    Everything is pretty well documented in the project too.

  7. #7
    Tech Guru MiL0's Avatar
    Join Date
    May 2009
    Location
    Brighton / Bangkok
    Posts
    1,386

    Default

    Quote Originally Posted by oskars View Post
    I actually saw this PCB earlier this week. It seems nice, but it's out of stock currently.

    But you have one here:
    http://cgi.ebay.com/Teensy-2-0-AT90U...#ht_560wt_1141

    It look really nice and simple. And the easy(?) support for LCD makes it even more interesting.

    It love graphic programming
    Yeah, the problem is all the PS3 hackers have bought them all up!


    Quote Originally Posted by TheBurninator View Post
    Not enough inputs to be useful to some. Midibox is still very affordable in that respect and is much more modular.
    Hmm, I'm not sure about that. There aren't enough inputs on the Teensy to match a Midibox, but there's nothing to stop you from buying multiple Teensy boards. And yeah, Midibox Core32 is about the same price as a Teensy, but you still need to factor in all the other boards (AIN, DIN, etc).

    I spent a good few weeks going through all the midibox documentation and I'd say there's quite a steep learning curve compared to U-HID, etc. The flexibility can't be beaten though, I'll give you that

  8. #8

    Default

    Quote Originally Posted by MiL0 View Post
    Hmm, I'm not sure about that. There aren't enough inputs on the Teensy to match a Midibox, but there's nothing to stop you from buying multiple Teensy boards. And yeah, Midibox Core32 is about the same price as a Teensy, but you still need to factor in all the other boards (AIN, DIN, etc).

    I spent a good few weeks going through all the midibox documentation and I'd say there's quite a steep learning curve compared to U-HID, etc. The flexibility can't be beaten though, I'll give you that
    Haven't really read up on the Teensy but personally I would rather have to only deal with 1 USB cable running to the computer for 1 device. I assume the Teensy boards can't be chained with the ability to be have only one USB cable running to the computer?

    I guess having a strong electronics and computer background helps understand that documentation a bit.

  9. #9

    Default

    Quote Originally Posted by MiL0 View Post

    up to 8 potentiometers
    up to 8 encoders
    up to 48 buttons
    up to 48 LED's
    Is that a cumulative number? As in, I could make a midi controller with 8 pots 8 encoders and 48 buttons all controlled with one Teensy?
    http://www.numark.com/images/logo.gif

  10. #10
    Tech Wizard xsmooth69x's Avatar
    Join Date
    Oct 2010
    Location
    MN
    Posts
    62

    Default

    so wait this does all the programing for you? after the HID is configured u just have to run int through a HID > MIDI program pop this into my computer start traktor that it?

    sorry im a super newb i have been reading up for the last week. ive been looking at the umc32 and the U-hid. i thought the teeny u had to manual program like do the code urself.

Page 1 of 4 1234 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •