Can you help me about Keil codes to use DHT11 on nRF51822?
There's C code available for the DHT11, I'd suggest you port it.
You will of course have to bit bang the protocol as there's no hardware support for it (it's a half-duplex one-wire implementation).
-m