This circuit is a STM32F2 chip with a USB host interface and USB device interface. The original goal of this project is to allow me to play Playstation 4 games using a keyboard and mouse (as opposed to using a gamepad).
Any of those converters should work, but try making sure you are using 3.3V and not 5V
I'm not sure about the capabilities of your sniffer, but anything helps
I'll provide more instructions soon, meanwhile, read http://eleccelerator.com/wiki/index.php ... rter_Guide , you'll need to use the system bootloader, and you'll need some way of building the code (I will have it up on github sometime soon)
Re: UsbXlater Preview
Posted: Tue Nov 05, 2013 9:09 pm
by Matlo
The CP2102 adapter I have runs at 3.3V
Re: UsbXlater Preview
Posted: Fri Nov 08, 2013 11:00 pm
by Matlo
I received it today
I installed the eclipse plugins and the toolchain.
I'll have a look at the tools and documents from ST.
My mouse code only works with my mouse right now because it's hardcoded to decode 12 bit axis coordinates. I don't have a good strategy for decoding arbitrary reports on a embedded platform. If you have a specific mouse you need to support, send me the HID report descriptor and a sample report packet.
The keyboard decoder should be fairly generic but does not support N-key rollover.