Can i use RF24DT with arduino?

I got RF24DT module from usb dongle, and i want to use it with joypad as controller and recieve data with this module, is it possible?
Here i have the schematics:
http://www.lcis.com.tw/paper_store/paper_store/RF24DT-50DSUJA%20RF%20Module%20Specification-20147134526570.pdf

When you wire up the module as required, will it work?

I dont know how to wire it up, and wich libary use :frowning:

You can use the SPI library for communication with the module. See library documentation and SPI tutorials in "Learning". The configuration of the module and the payload data (struct?) format is up to you, for details see the application note.

Beginners should only buy modules with Arduino libraries and example sketches available, I couldn't find such for this device. Eventually you'll find something useful when searching for Arduino and 2.4GHz RF modules. Perhaps somebody else can help you further, I'm not an expert with that stuff :frowning: