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: Could chip of VNC2 support RFID or NFC reader function?  (Read 12469 times)

Yvonne

  • Newbie
  • *
  • Posts: 12
    • View Profile
Could chip of VNC2 support RFID or NFC reader function?
« on: June 02, 2023, 07:17:10 AM »

Hello,

Thank you so much for the kind assistance in the past time thankfully!

I recently want to do the RFID of NFC reader function based on the V2DIP1-32 module which uses the VNC2-32Q IC as being the USB host. I had modified the example codes based on "USBHostHID" and "USBHostHID2" to read data from the HID device of barcode readers successfully. However, when I replace the HID device into the USB RFID reader, it does not work to read ID information from the card scaned by RFID reader. I use the debugger to trace my code, it shows the error code message "USBHOST_NOT_FOUND" when doing function "vos_dev_read".

I wondering that does the VNC2-32Q IC support for all types of HID devices? Or any suggestions for implementing RFID readers with VNC2 USB host are appreciated in advanced!

Thank you so much!
Yvonne

Logged

FTDI Community

  • Administrator
  • Hero Member
  • *****
  • Posts: 891
    • View Profile
Re: Could chip of VNC2 support RFID or NFC reader function?
« Reply #1 on: June 02, 2023, 03:56:23 PM »

Hello,

VNC2 may not support all USB HID class devices.

"USBHostHID" and "USBHostHID2" are only examples.
Refer to the ReadMe.txt inside the example folder.

You can refer to AN_151 Vinculum II User Guide for all API usage which may help you implement your own solution to host an NFC reader.

There may be other FTDI Community users who can help you further.

Best Regards,
FTDI Community
Logged

Yvonne

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: Could chip of VNC2 support RFID or NFC reader function?
« Reply #2 on: June 09, 2023, 04:59:45 AM »

Thank you for your kind reply!
I will try to figure out how to make it work by the help of the document "AN_151 Vinculum II User Guide" mentioned previously.

Anyway, I appreciate your kind reply a lot.
Thank you so mcuh!

Yvonne
Logged