FTDI Community

Please login or register.

Login with username, password and session length.
Advanced Search  

News:

Welcome to the FTDI Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ FTDI Support


New Bridgetek Community is now open

Please note that we have created the Bridgetek Community to discuss all Bridgetek products e.g. EVE, MCU.

Please follow this link and create a new user account to get started.

Bridgetek Community

Author Topic: Is FT260 the correct solution?  (Read 11690 times)

MattAn

  • Newbie
  • *
  • Posts: 3
    • View Profile
Is FT260 the correct solution?
« on: November 04, 2019, 06:18:39 PM »

Can someone please confirm for me if I've chosen the proper part for my use case?  My device will be based on an arm processor and will appear as a HID keyboard when plugged into a Windows or Apple PC via. USB, and I need to send keystrokes from my device to the PC.  The connection will be USB 2.0, though we will do it through a USB-C connector.  Is the FT260 the proper part for this? 
Logged

FTDI Community

  • Administrator
  • Hero Member
  • *****
  • Posts: 892
    • View Profile
Re: Is FT260 the correct solution?
« Reply #1 on: November 06, 2019, 04:04:01 PM »

Hello,

The FT260 would appear as a HID class device but not exactly like a keyboard.
It doesn’t use FTDI drivers but uses standard HID class drivers.
Feel free to evaluate using the UMFT260EV1A.

The other real keyboard solution we have is FT90x / FT93x. This has a programmable USB device controller. We have already produced a keyboard example in AN_360 FT9xx Example Applications. See USBD Example HID . This is a bigger MCU though.

Best Regards,
FTDI Community
Logged

MattAn

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Is FT260 the correct solution?
« Reply #2 on: November 06, 2019, 04:15:53 PM »

Thank you for the reply.  Is it possible for our own MCU to send commands via HID over I2C to the FT260 to make it appear as a HID keyboard? 

Also is the source code for the keyboard example available?  We would like to use the FT260 if at all possible due to cost, but may fall back to one of the chips you suggested if that's the only solution.
Logged

FTDI Community

  • Administrator
  • Hero Member
  • *****
  • Posts: 892
    • View Profile
Re: Is FT260 the correct solution?
« Reply #3 on: November 11, 2019, 04:44:14 PM »

Hello,

The FT260 can't be made to appear as a keyboard.

The source code for the keyboard example for the FT9xx MCU is available. It's included as part of the FT9xx Toolchain:

C:\Users\Username\Documents\Bridgetek\FT9xx\2.5.0\Examples

Best Regards,
FTDI Community
Logged