The idea is to build a Bluetooth remote control but I have some problems to find the right pinout.
It seems to be that the Nokia LCD connection use the same pins like the nRF24L01 connection.
I wonder if its possible to use a LCD screen and Bluetooth together ?
Unfortunately I have no experience with the shield.
I like Ebay (had to check the picture), since you can buy nice products for little money, but it´s often a disaster to find good info on those products. I've just tried to find more info, this one certainly qualifies as "disaster".
I'm afraid you'll need to check how pins are connected by your self.
Sharing the same pins doesn't have to be a problem, you can connect several I2C components to the same pins for example and as long as they use a different Chip-select pin, you can operate several devices using the SPI-port as well.
I would try to reverse engineer the shield first and create a schematic, by checking all pins using a multimeter.
After that it may perhaps be possible to adapt your code to work with the shield as it is or...
cut a few PCB-traces and solder new ones, so that it can work with your code.
Would you be using both nrf24l01 and bluetooth in your project by the way ?
Joystick module :
X Pot > to Arduino A0
Y Pot > to Arduino A1
GND > to Arduino GND
VCC > to Arduino +5V
Button Pins :
A (Up) - to Arduino pin 2
B (Right) - to Arduino pin 3
C (Down) - to Arduino pin 4
D (Left) - to Arduino pin 5
GND > to Arduino GND
VCC > to Arduino +5V
RF24L0 pins :
1 > to GND
2 > to VCC 3.3V
3 > CE to Arduino pin 9
4 > CSN to Arduino pin 10
5 > SCK to Arduino pin 13
6 > MOSI to Arduino pin 11
7 > MISO to Arduino pin 12
8 > not connected