Vinculum V2DIP2 USB host controller over SPI

14 Jun 2011

Good morning, I ordered Vinculum V2DIP2 USB host controller. Controller conects to mbed over SPI. Will I have to edit and run BlueUSBHost http://mbed.org/users/peterbarrett1967/notebook/blueusb---bluetooth-and-usb-host-controller-for-mb/ as if I used mbed itself as USB host controller or will I "listen datastream" on SPI interface without edited BlueUSBhost program on mbed? My target is to get control of data going from peripherals conected to V2DIP2, process them in mbed and modified data send out from mbed through pins 9 and 10 with mbed acting as USB device for other host. Is this possible? Thank You for every reply.

19 Mar 2012

little llumpu wrote:

Good morning, I ordered Vinculum V2DIP2 USB host controller. Controller conects to mbed over SPI. Will I have to edit and run BlueUSBHost http://mbed.org/users/peterbarrett1967/notebook/blueusb---bluetooth-and-usb-host-controller-for-mb/ as if I used mbed itself as USB host controller or will I "listen datastream" on SPI interface without edited BlueUSBhost program on mbed? My target is to get control of data going from peripherals conected to V2DIP2, process them in mbed and modified data send out from mbed through pins 9 and 10 with mbed acting as USB device for other host. Is this possible? Thank You for every reply.

yes! just i'm working in it, letme ended and will by public my project to will see yourself and make any changue ok...

20 Mar 2012

Hello Angel David,

this is nice to hear. I am using V2DIP 32 pin package module. I have been partly succesfull with serial comunication and used precompiled firmware from ftdi which does host for HID devices.

The first thing I found was setting serial flow controll in V2DIP code to off to get module comunicate.

I enjoy to try your code after publishing.

Thank You very much