Flowm / etherkey

Emulate a conventional USB keyboard with a scriptable, network capable microcontroller.
MIT License
133 stars 22 forks source link

Teensy 4 #6

Closed ideologysec closed 1 year ago

ideologysec commented 1 year ago

Will this work with any of the Teensy 4 series? I'm brand new to the Arduino world, so I don't know enough to find out the answer to this myself yet.

The current note on the linked PJRC page says this: "Chips for Teensy 3.2 have been delayed until March 2023. Earlier this year we were told "gradual improvement in Q2" and limited supply in Q3 with most chips arriving by Q4. Now NXP has delayed the first chips until March 2023, and the rest until June 2023. PJRC is planning to resume production of Teensy 3.2 when these chips arrive, but if possible, we suggest switching to Teensy 4.0 or Teensy 4.1 for new projects. The IMXRT chip on Teensy 4 is less impacted by the global chip shortage. "

It would be great to be able to use this on a chip that's a little more widely available, since I'd like to get started on a project before June of next year... 😅

nummer30 commented 1 year ago

Hello @ideologysec

I was wondering about Teensy 4 compatibility as well for a while now. Out of interest, I decided to order a Teensy 4.1 for testing purposes. Despite difficult availability, it should arrive in a few days.

I can't make any guarantees on when I'll be able to test, but I'll make sure to update this github issue, and maybe the project's readme.

nummer30 commented 1 year ago

Hi @ideologysec

my tests found no issues with Etherkey on the Teensy 4.1. So I would assume you should be able to use a Teensy 4 or 4.1.

I hope that helps.