ArduinoXInput_Teensy icon indicating copy to clipboard operation
ArduinoXInput_Teensy copied to clipboard

Teensy 4.1 Support

Open jrsmile opened this issue 4 years ago • 11 comments

With the release of the Teensy 4.1 it is easy to hook up a ps4 controller to it by just adding a usb-A socket to the provided pins. would you be so kind and add teensy 4.1 support for your modification?

jrsmile avatar Jun 26 '20 06:06 jrsmile

Teensy 3.6 has similar USB host support so it could be used instead. But it would be nice to have a 600 MHz gamepad! Voice control via TensorFlow Lite?

gdsports avatar Aug 20 '20 18:08 gdsports

I would also like to see this, there are many possibilities but even having a controller that's able to work plug-and-play on the 4.0 or 4.1 would be great.

shonenrek avatar May 08 '21 00:05 shonenrek

Just wanted to bump and see if any progress has been made on this, I've spent the last few days trying to port it over from teensy 3.6 -> teensy 4.1 and there is quite a jump in complexity. Using the nsGadget_Teensy library for reference as they have there's working on Teensy 3.x/4.x

SantiagoSaldana avatar Nov 07 '21 05:11 SantiagoSaldana

4.1 support needs to happen ASAP cuz due to the chip shortage, there won't be any more 3.6s until June 2023, and the 4.1 just so happens to not be affected by that shortage.

mdluffy1234 avatar Jun 14 '22 04:06 mdluffy1234

Sorry to bump but have you made any progress since your last post? @SantiagoSaldana

kje123 avatar Jul 03 '22 01:07 kje123

Unfortunately no, I finished my project by buying a 3.6. I ran into too many issues trying to port and had to give up on it.

SantiagoSaldana avatar Jul 03 '22 05:07 SantiagoSaldana

I had a go at this, it's working well for me: https://github.com/dmadison/ArduinoXInput_Teensy/pull/26 on a 4.1.

If anyone here could test it on a 4.0 that would be cool!

wheybags avatar Aug 07 '22 20:08 wheybags

I had a go at this, it's working well for me: #26 on a 4.1.

If anyone here could test it on a 4.0 that would be cool!

What version did you use?

mdluffy1234 avatar Aug 30 '22 00:08 mdluffy1234

I used a teensy 4.1.

wheybags avatar Aug 30 '22 15:08 wheybags

I used a teensy 4.1.

Sorry, I meant the software.

mdluffy1234 avatar Sep 02 '22 01:09 mdluffy1234

This repo readme says it's a patch on teensyduino v1.56, so I made my patches on top of that version too.

wheybags avatar Sep 02 '22 09:09 wheybags

Thanks to @wheybags, support has been added for all Teensy 4 boards including the Teensy 4.0, Teensy 4.1, and Teensy MicroMod :grin:

dmadison avatar Oct 30 '22 02:10 dmadison