USB chip - know of any?
computer guy
Posts: 1,113
Hi Everyone,
I am wanting to create a USB HID (Human Interface Device) using the propeller chip, obviously the propeller doesn't have the speed required to do USB communication so I was wondering if anyone knew of a chip that can be used with the propeller to allow it to act as a USB HID.
I was looking at the Cypress USB chips and they look promissing but with little documentation I am worried about buying one and not knowing where to start.
Thank you
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Building Blocks To The Propeller Chip A web site designed to help people who are new to the propeller chip.
Guitar Hero controller using the prop (WIP) --> HERE
I am wanting to create a USB HID (Human Interface Device) using the propeller chip, obviously the propeller doesn't have the speed required to do USB communication so I was wondering if anyone knew of a chip that can be used with the propeller to allow it to act as a USB HID.
I was looking at the Cypress USB chips and they look promissing but with little documentation I am worried about buying one and not knowing where to start.
Thank you
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Building Blocks To The Propeller Chip A web site designed to help people who are new to the propeller chip.
Guitar Hero controller using the prop (WIP) --> HERE
Comments
Thank you for your speedy reply.
Is there any examples available for this?
edit: where did he go?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Building Blocks To The Propeller Chip A web site designed to help people who are new to the propeller chip.
Guitar Hero controller using the prop (WIP) --> HERE
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
lt's not particularly silly, is it?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Style and grace : Nil point
Am looking at it now.
Will let you know how I go
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Building Blocks To The Propeller Chip A web site designed to help people who are new to the propeller chip.
Guitar Hero controller using the prop (WIP) --> HERE
AVR's cheat and ignore the CRC on all inbound packets.. nasty stuff.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
lt's not particularly silly, is it?
I noticed that everything it types is hard coded. I need to be able to
detect a button press ---> send command
Thanks
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Building Blocks To The Propeller Chip A web site designed to help people who are new to the propeller chip.
Guitar Hero controller using the prop (WIP) --> HERE
For me? relatively easy if I had the time to sit down and get into it.
For you? A good challenge [noparse]:)[/noparse]
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
lt's not particularly silly, is it?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Building Blocks To The Propeller Chip A web site designed to help people who are new to the propeller chip.
Guitar Hero controller using the prop (WIP) --> HERE
I don't understand why FTDI or someone doesn't produce an HID chip. It could have a predefined set of reports, or there could be a couple of chip options that way. While it is not that difficult to create your own using a pic18 or the like, it really doesn't do much good outside your own use.
-Phil
Why try and beat a square peg into a round hole? If you use a serial device like the ftdi, your device might work (for certain definitions of work) on some variants of Windows that you have around to test with. If you use HID properly it will work on pretty much any OS/Machine you plug it into.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
lt's not particularly silly, is it?