Hi guys, this is my first post on the forum so I hope I don't violate anty rules of etiquette, and I apologize in advance if I do.
I am interested in using the USB features of the Teensy 3.1 in USB Host mode, and from the info card that was included as well as the processor's datasheet it appears this should be possible. In my case, I'm hoping to be able to attach a HID device like a keyboard to use as input.
I'd like to avoid using separate hardware such as the USB Host Shield, though that is my backup if I can't make the onboard hardware of the Teensy get the job done.
Are there any code examples for using Teensy like this? If not, how feasible would it be for me to write a library to accomplish this? More specifically, from a hardware standpoint is Teensy the right tool for the job, or am I barking up the wrong tree with this line of thinking?
I tried the Google and I RTFM as best I could but if there is something obvious I missed, please feel free to make fun of me (just don't forget to post a link to what I've missed!)
Thanks in advance for any help you can provide.
I am interested in using the USB features of the Teensy 3.1 in USB Host mode, and from the info card that was included as well as the processor's datasheet it appears this should be possible. In my case, I'm hoping to be able to attach a HID device like a keyboard to use as input.
I'd like to avoid using separate hardware such as the USB Host Shield, though that is my backup if I can't make the onboard hardware of the Teensy get the job done.
Are there any code examples for using Teensy like this? If not, how feasible would it be for me to write a library to accomplish this? More specifically, from a hardware standpoint is Teensy the right tool for the job, or am I barking up the wrong tree with this line of thinking?
I tried the Google and I RTFM as best I could but if there is something obvious I missed, please feel free to make fun of me (just don't forget to post a link to what I've missed!)
Thanks in advance for any help you can provide.