Varnam Q3 is a motion sensing game console, it comes with a wireless remote control which has a built-in 3 axis accelerometer and DPads.
This project provides with you the Java API and a working JNI code in C for Raspberry Pi to talk with a NRF24L01 module, which you can use it as a base to integrate this remote to any other hardware.
For this remote control to be used in any other project all you need is a NRF24L01 break out board connected to a micro controller.
The provided JNI...