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)
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.